iPeter
iPeter

Reputation: 1360

IONIC app is not running in iPhone device Xcode 10

I had successfully ran the ionic application via my free apple id with xcode 9, but after upgrading xcode to version 10, when I try to run the app it says:

enter image description here

I have done automatically managed signing with my free apple id and everything is set up perfectly. Is it something related to xcode 10? Any help is highly appreciated.

Upvotes: 2

Views: 576

Answers (1)

shashikant dwivedi
shashikant dwivedi

Reputation: 81

In Xcode go to file => Workspace settings => Build System, select Legacy Build System, this fixed the problem for me if the problem persists go to developer.apple.com login and click on certificates then go to Provisioning profile verify that provisioning profile status is active, if it is not active make it active, download it, double-click on it and run your code again.

Upvotes: 2

Related Questions