Can't build/sign for App Store with an Xcode managed profile

I’ve been working with @Christian_Schmitz on a call directory extension for my Xojo app. App extensions need to be created in Xcode and, in order to include the extension in the built Xojo app bundle, it needs to use the same app identifier/certificate as my main Xojo app.

The problem is, now when I build my Xojo app for the App Store I receive the following error message in Xojo:

Provisioning profile “iOS Team Store Provisioning Profile: com.mycompany.myapp” is Xcode managed, but signing settings require a manually managed profile.

Has anybody ever encountered this, ie do you happen to have a need to use the same profile for both Xojo and Xcode and how have you worked around it?

Maybe this helps?

So we downloaded the profile from the developer website.
We removed the one Xojo complained about (UUID from the error dialog).
And now it builds!

Christian Schmitz is the man! :slight_smile: