Check dependencies Code Signing Error: No profiles for 'com.app528054' were found:
Xcode couldn't find any iOS App Development provisioning profiles matching 'com.app528054'. Automatic signing is disabled and unable to generate a profile.To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.1'
I don't get this error. I can build the app via xCode and I don't get any errors, except for the fact that I can't see my code changes in the app (as it's probably not synchronized because of the error above).
When I try ionic cordova build ios, though, it gives me this stacktrace.
I have signed the app with my Apple Developer account and thus that shouldn't be the problem.
Where can I match the profile of the app? How do I solve this?