I'm using Parse.com as my database, and I started with a template provided by the instructor of an online Udemy course (file is attached in this link):
http://www.robpercival.co.uk/parse-working-on-xcode-7swift-2/
When I build on iOS simulator, it works fine. However, I'd like to run a build on my device, but I've had some problems.
Initially, when trying to run the build on my device, an X-Code pop-up came up with the following message and an option to 'Fix Issue' -
"No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the bundle identifier “com.parse.appdem” were found.
Xcode attempt to fix this issue. This will reset your code signing and provisioning settings to recommended values and resolve issues with signing identities and provisioning profiles."
When I click on "Fix Issue", I got the following -
"An App ID with Identifier 'com.parse.appdem' is not available. Please enter a different string."
At that point, my bundle identifier was 'com.parse.appdem', which was originally in the template. Someone told me that deleting '.parse' worked for him. I tried that, but now, in the ReadList.xcodeproj file, I'm getting the following error:
error: linker command failed with exit code 1 (use -v to see invocation)
Any idea on how to resolve this provisioning issue? Thanks!
This might not be an answer but, are you registered as an Apple developer? Because you can only test your apps on a device if you are registered as an Apple developer.
In other words, you gotta pay the $100 to test on devices.