Is there a problem with the automatic signing feature?

Hi,
I'm learning iOS development for a while now. Today when I create a new Xcode project, I got an error about Automatic signing.

For exemple, if I create a simple test project, I got this error:

https://imgur.com/YFD6Y9h


I don't know what's happenning... Even project that was building and running 4 days ago don't work on device anymore...


After some research, I found that there is a lot of person that are facing the smae problem:
https://stackoverflow.com/questions/55132628/provisioning-profile-doesnt-include-the-application-identifier-and-keychain-acc


But there is no problem on the System Status for the Xcode Automatic Configuration:
https://developer.apple.com/system-status/


Regards,
Julien.

Accepted Reply

I solved this by deleting all the dev certificate in the Keychain Access like this :


> close Xcode


open keychain Access

select login under keychains and certificates under category

remove all your developer certificates

close


open Xcode


build and run your app


(source:https://forums.developer.apple.com/message/352692, the jokero response)


And now I have reached my maximun App ID limit with all the test App I tried to create...


> Your maximum App ID limit has been reached. You may create up to 10 App IDs every 7 days.


Simple workaround, duplicate the test App I created for creating new App, and I can test and build my current project on device again at least...


Regards,
Julien.

Replies

Julien:


Do you have a valid/paid Developer Program account, or, are you attempting to work with Xcode's 'free provisioning'?


>Even project that was building and running 4 days ago don't work on device anymore...


Note that apps built via Xcode's free provisioning stop working after less than a week.


Ken

I don't have access to this link:
https://developer.apple.com/account/ios/certificate

But I remember that I had an access to id in the past, to register device, etc...
If Apple is changing it's developper program formula, and if users must pay to test their App on their phone, maybe they can state it clearly...


Regards,

Julien.

>But I remember that I had an access to id in the past, to register device, etc...


Lack of access to that resource is not new.


>maybe they can state it clearly...


You mean like how clear they made the free provisioning process in the first place?


You could file a bug about that, but - not without a dev account, so...

I solved this by deleting all the dev certificate in the Keychain Access like this :


> close Xcode


open keychain Access

select login under keychains and certificates under category

remove all your developer certificates

close


open Xcode


build and run your app


(source:https://forums.developer.apple.com/message/352692, the jokero response)


And now I have reached my maximun App ID limit with all the test App I tried to create...


> Your maximum App ID limit has been reached. You may create up to 10 App IDs every 7 days.


Simple workaround, duplicate the test App I created for creating new App, and I can test and build my current project on device again at least...


Regards,
Julien.