Reputation: 1360
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:
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
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