You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not that versed in iOS. Can you be more verbose on the iOS setup?
For iOS please also follow the steps below.
Once the iOS platform is added in command line, change directory to where podfile is found. Example location :- (myapp/platforms/ios).
Make sure you have cocoapods installed then in command line do pod update.
Now open myapp.xcworkspace which is usually found in the same directory as the podfile, then build and run.
Note :- if you use myapp.xcodeproj to build and run, it will not work and it will show a linker error.
Note :- if you manually create the podfile, please refer to issue #2
I did this from my app directory
cd platforms/ios
pod update
Till now, ok!
What do you mean exactly with "Now open myapp.xcworkspace which is usually found in the same directory as the podfile, then build and run"?
How do I build and run?
The text was updated successfully, but these errors were encountered:
You can open the xcworkspace file in xcode and build run there or after pod install use build flags along with cordova build to build on the cli. Refer the official cordova website for more details about build flags.
Please feel free to raise a pr for the readme, if you think I have missed something.
I'm not that versed in iOS. Can you be more verbose on the iOS setup?
I did this from my app directory
Till now, ok!
What do you mean exactly with "Now open myapp.xcworkspace which is usually found in the same directory as the podfile, then build and run"?
How do I build and run?
The text was updated successfully, but these errors were encountered: