Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS deployment on device fails for cordova-ios 3.8.0 and older because no IPA is produced #83

Closed
guillaumejenkins opened this issue Mar 29, 2016 · 3 comments
Assignees
Milestone

Comments

@guillaumejenkins
Copy link
Contributor

For cordova-ios 3.8.0 and older, the build ios --device command does not produce a .ipa, only a .app. This causes our extension to fail when trying to deploy to a device, because we look specifically for a .ipa.

@ghost ghost added this to the vNext milestone Mar 30, 2016
@guillaumejenkins
Copy link
Contributor Author

Workaround: Upgrading to Cordova-ios 3.9.0+ will fix this.

Alternatively, if you are in an Ionic project, running with live reload enabled will work.

@MSLaguana
Copy link
Member

Ionic bug for their part of the issue is at ionic-team/ionic-cli#883

@guillaumejenkins guillaumejenkins changed the title iOS deployment on device sometimes fail because no IPA is found iOS deployment on device fails for cordova-ios 3.8.0 and older because no IPA is produced Mar 31, 2016
@guillaumejenkins guillaumejenkins self-assigned this Mar 31, 2016
@guillaumejenkins guillaumejenkins modified the milestones: v1.1.1, vNext Mar 31, 2016
@guillaumejenkins
Copy link
Contributor Author

This was fixed on our side by #86, should be in the next update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants