Code Signing for iOS - manually managed profile?

I am trying to deploy a standard FP template game to an iOS device. The code signing fails with the error message

“Provisioning profile “iOS Team Provisioning Profile: *” is Xcode managed, but signing settings require a manually managed profile.
Code signing is required for product type ‘Application’ in SDK ‘iOS 10.3’”

I’m not really sure what this means or how to react to it. Do I have to use a provisioning profile that hasn’t yet been imported to XCode?

2 Likes