Upgraded to Appcelerator Studio 5 and changed the tiapp.xml for the app (I have been in the process of developing for several months now targeted for iOS/iPad) to use Titanium SDK 5.0.0 GA.
Experienced the following issue any time I try to build the app (iOS app for iPad 2):
deepclean.js regenerates itself and results in a missing semicolon.
This is traceable to a syntax error in the GitHub source code
https://github.com/appcelerator/alloy/blob/12310dda3b987292ee1bbbbcfdd129af6b6c5cfc/hooks/deepclean.js
I have not enough experience with the platform to know how to proceed in resolving this issue.
PR: https://github.com/appcelerator/alloy/pull/725 For existing projects, run command
appc alloy install plugin
in the project directory to update hook files.PR merged to master.