Failed to parse the application. Studio error appcelerator Info.plist.

I recently installed xCode and the studio of the player, following the configuration:

Operating System Name = Mac OS X Version = 10.11.6 Architecture = 64bit # CPUs = 4 Memory = 8589934592 Node.js Node.js Version = 0.12.7 npm Version = 2.11.3 Titanium CLI CLI Version = 5.0.9 Titanium SDK SDK Version = 5.0.2.GA SDK Path = /Users/neosoft/Library/Application Support/Titanium/mobilesdk/osx/5.0.2.GA Target Platform = iphone 

Now, when I try to run the iOS demo application, it throws the following error:

 Failed to parse app Info.plist: /Appcelator Projects/demo/build/iphone/build/Products/Debug-iphonesimulator/demo.app/Info.plist 

I tried with Xcode 7 and 8 and then also showed the same error.

can someone help me resolve this ...

+6
source share
2 answers

I do not know the reasons for Xcode 7, but for Xcode 8 the problem is your sdk titanium. You are using "5.0.2.GA", but currently the only version of titanium that supports Xcode 8 is 5.5. *. GA (5.5.1.GA is written at this time).

So just set sdk to 5.5. *. GA and it should solve your problem. :)

Source: https://jira.appcelerator.org/browse/TIMOB-23518

+13
source

I had it two days ago. I left the studio (by clicking on the username in the lower right corner), rebooted, logged in, cleared the project, and after that everything worked.

0
source

All Articles