[AC-4549] Cannot find app.js when building with xCode
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2016-10-12T20:43:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | regression |
Reporter | Christian Green |
Assignee | Shak Hossain |
Created | 2016-10-12T19:44:48.000+0000 |
Updated | 2016-10-12T20:43:39.000+0000 |
Description
Pulling in a fresh project, I am able to build and launch to the simulator with no issues using appc ti build -p ios
When I open the associated xCode project under /build/iphone/app.xcodeproj
I am able to build the project just fine. When the application is launched on the simulator the splash screen is displayed followed by a debug error "Could not find app.js".
Attachments
We do not support opening the generated Xcode project since Titanium 4.0.0. If you want to use it anyway, you need to copy your resources to the Xcode project manually. But again, this is not officially supported and the appc-cli should be used to build, package and deploy the app-project. Thx!