h_h
h_h

Reputation: 1231

Appcelerator application throwing app.js not found on device

Recently I have upgraded all my iOS and Appcelerator kits to latest versions, and since then I have problems while preparing archive / builds.

Initially the app was throwing error on simulator but I found a way to resolve this.

Plz note I am using Xcode instead of Appcelerator for building archives

The steps I took to run the app successfully in simulator...

1. Xcode->Preferences->locations
2. Derived Data -> Advanced -> Custom: Relative to Workspace
3. Now build in Xcode it should not have that problem.

Now build is working fine in simulator, but I can still see app.js not found error on the device (I build the archive and installed via iTunes)

Thanks in advance... People having experience in using Xcode 7 may reply to this in a better way.

Upvotes: 0

Views: 909

Answers (2)

user1503606
user1503606

Reputation: 4300

My issue was because we were using camelCase as the project name "I think!!!"

Upvotes: 0

Fokke Zandbergen
Fokke Zandbergen

Reputation: 3866

This is an known issue: https://jira.appcelerator.org/browse/TIMOB-19818

Please use Appcelerator's JIRA to report and track bugs.

And as people have commented, you should not actually need to build form Xcode as the CLI and Studio will do this for you via the Xcode command line.

Upvotes: 1

Related Questions