Hi unfortunately there is no fast and easy way. Apple makes everything difficult. There are a few steps.
-
Export the game manually using the Cordova build option.
-
Open up the terminal / command line
-
Type in โcdโ and then the class path name. In other words, navigate to Cordova build directory.
-
Type " cordova platform add ios "
-
Type " cordova build ios"
If done right, it should say build succeeded -
open up the folder, navigate to platforms, Ios, then the xcode game file.
-
Xcode should open up, if youโre game is not broken in some way, it should run on a simulator when you build it, or plug in your iphone and download it directly.
Hope this helps!