I want to make some changes to an open source iOS project. The problem is that when I try to use the profile sections to create and run the application on your device, the Xcode 7 complains An App ID with Identifier 'com.whoisryannystrom.hackernews' is not available. Please enter a different string
.
The application is published, and the package identifier is reserved by another command that is understandable. I see that the only way to solve this is to change the identifier, commit this change and later, before making a return request, which will be completed.
Is there a better way to handle package ID for open source projects?
source
share