Installation Guide
Purpose :
This setup is required to run the ReelEaseAI React Native app on
Android devices, iOS simulators, or real devices.
iOS Setup Guide
- Download from official website: Download Xcode
- Install from App Store and open it once after installation
Step 1: Install Xcode
Step 2: Install Xcode Command Line Tools
xcode-select --install
Step 3: Install CocoaPods
sudo gem install cocoapods
Verify installation: pod --version
- Go to project folder:
Step 4: Install iOS Dependencies
cd ios && pod install && cd ..
Step 5: Run iOS App
npx react-native run-ios
iOS Simulator will open automatically
- Connect iPhone via cable
-
Open project in Xcode:
open ios/YourProjectName.xcworkspace - In Xcode: Select your device → Add Apple ID (Signing & Capabilities) → Click Run