I am building Titanium Project for Android and iPhone. Once I launch the project, I get the Android and iPhone Project in build Folder of the Project?Can I directly run the xcode project that is created this way?
1 Answer
Accepted Answer
You can open the iPhone project in XCode by opening (double-clicking) the .xcodeproj item in your project's build/iphone folder. You can then normally build and run the app from XCode either in simulator or on the device.
Your Answer
Think you can help? Login to answer this question!