I have the latest version of xcode
Cannot add provisioning profile to any devices with Xcode
What’s your actual goal here?
It looks like you tried to install a profile on your Mac, which is odd because you should never need to do that. The standard workflow is:
-
Use Xcode to sign build and run your app.
-
If the app needs a profile to run on the target device, Xcode automatically creates that and downloads it.
-
Xcode then embeds the profile within the app.
-
And the device you’re running on picks it up from there.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
I made a simple cut list app for woodworkers. I wanted to sell it on the app store and have it signed so it doesn't trigger the gatekeeper. I did some research on how to get this done, and the info I got indicated that the final step was to install the provisioning profile from the certificate I created on the Machine that is being use, so that is what I was going for. Thanks for responding.