Xcode 8.3 (8E162) "None Required" Profile

Hello,

I have an iOS project that works fine in 8.2, and in the General/Signing tab it correctly says

Provisioning Profile: XCode managed ℹ Or something similar to that. Clicking the information button correctly shows a profile that it uses


But when I open the exact same project with 8.3 it says:

Provisioning Profile: None Required


And there is an issue when I try to launch the product the debugger cannot attach to the process. (I am still able to build the product.)

Can anyone tell me how to fix the issue? I have tried revoking certificates, purging the entire Library/Developer folder, and nothing works.


Thanks

Hello aspyrdev0,


Would you please file a Radar at bugreport.apple.com? If possible please attach a project that reproduces the issue. Please reply on this thread with the Radar number and I will take a look.


Thanks,

Chris

Did you manage to resolve this? I am also seeing:


Provisioning Profile None Required


This means that Xcode never creates an app id for me in app store connect.


And that, in turn, means that I can't add a new app to my appstore connect dashboard, because the app id is not listed when adding the new app.


BTW: I'm hitting this with a MacOS app.

Ok,


This "None Required" went away as soon as I added "Game Center" to the app's "Capabilities."

Before, I only had the "App Sandbox" toggled ON.


Now, I have "App Sandbox" and "Game Center" toggled ON, causing Xcode to create the AppID for me.


Somehow, Xcode thought that no app id was req'd if you didn't use many "Capabilities?"

Xcode 8.3 (8E162) "None Required" Profile
 
 
Q