I created and built a Worklight project following the official guide on developerWorks. I deployed the app on Android device and it worked fine. But when I built the generat
This is probably a Worklight project that was created in Windows and then the generated Xcode project was moved to Mac to be built in Xcode...
The problem here is that the buildtime.sh file lost its Execute permission.
This defect is fixed and will be available in Worklight 6.1.0, available in the coming weeks.
Solutions:
Assuming you have brought the generated Xcode project from Windows to Mac:
Owner
permission to Read & Write
If that doesn't work, you can also change the permission using CHMOD:
chmod 755 /Users/idan/Documents/Worklight/workspace-6001/TestProject/apps/TestApp/iphone/native/buildtime.sh
If you have the entire Worklight project in Mac, then in Eclipse:
Execute
permission for Owner
You can also: