ionic-team / legacy-ionic-cloud

JavaScript Client for legacy Ionic Cloud services. See Ionic Pro for our new take on the ionic development lifecycle
Apache License 2.0
65 stars 26 forks source link

Ionic Package for iOS not working #55

Open dmastag opened 8 years ago

dmastag commented 8 years ago

Since this weekend, everytime I build using Ionic Package I am getting this error in the application loader. Tried this out with 2 of my previous working apps and with a brand new ionic 2 app ionic start pushtest --v2

image

ericb commented 8 years ago

Are you able to submit something built locally? This appears to be caused by certain builds of (mac sierra)[http://stackoverflow.com/questions/37838487/error-itms-90167-no-app-bundles-found-in-the-package], but I'm not sure if this is caused by the version submitting the .ipa or the version building it. We are not yet running sierra on our package servers.

dmastag commented 8 years ago

Yes, I am able to submit locally build ones. Had to use xcode and it was working. Some other guys on the slack channel reported the same issues and other reports also.

Are there some changes on the package servers?