Michael Leahy wrote:
Back in Delphi nothing changes. The same error says that "No provisioning profile found..."
Have you made sure that the CFBundleIdentifier property in the Version Info of the Project Options matches the ID of
the App ID in the Apple developer portal that is used in the provisioning profile?
The profiles are typically located in:
/Users/<loginname>/Library/MobileDevice/Provisioning Profiles
Where <loginname> is your user name on the Mac. You can access the folder by using Finder by clicking the Go menu item,
then Go to Folder, and entering that folder path.
--
Dave Nottage [MVP, TeamB]
Find hints, tips and tricks at Delphi Worlds blog:
http://www.delphiworlds.com
Yes, I've learned to only use the profile(s) created with the exact CFBundleIdentifier of com.bookup.chessopeningswizard.
The project hasn't changed and it occasionally(!) does find the profile and create an .ipa file.
I tried renaming the ~Library/MobileDevice/Provisioning Profiles folder which has worked in the past but this time Apple's
developer area is telling me I have too many certificates.
If I delete the development certificate with the matching App ID, I can sometimes get it to create an .ipa for the Application store but then I can't deploy to the iPad.
So then I have to delete the distribution certificate to get a provisioning profile and certificate that allows me to deploy to the iPad.
Connect with Us