I’m trying to pack my new app for iOS, but getting an error when resolving application dependencies.
$ sencha app build native
[INFO] Deploying your application to /Applications/XAMPP/xamppfiles/htdocs/appcode/build/package
[INFO] Copied sdk/sencha-touch.js
[INFO] Copied app.js
[INFO] Copied resources/css/app.css
[INFO] Copied resources/images
[INFO] Resolving your application dependencies...
[ERROR]
It doesn’t specify WHERE the error occurs (that would’ve been nice!). What can I do?
I found out it was a bug in Sencha’s packager on OSX Lion. Works perfectly in Snow Leopard and Windows 7.