iOS App Import

Now we will set up our iOS to Make it communicate with our XMPP Server.

  1. Open downloaded folder from Codecanyon
  2. Click on CupidLove.xcworkspace and open it.

Wait for Xcode to load set up all files and dependencies.

NOTE: Now we have to refresh pods to avoid error.

1. Open your “Terminal” and Install cocoa pods using this command $sudo gem install cocoa pods It can take several minutes so be patient.

2. In “Terminal” Navigate to your project home directory and type $ pod install It can take several minutes so be patient

3. Click here for further information.

Once finished your App is now ready to compile in real device or iOS Simulator.


Suggest Edit