Hello Michael,
Thank you for contacting us.
It seems that you opened the GetStarted.xcodeproj instead of opening the GetStarted.xcworkspace.
Could you please check and confirm that opening the GetStarted.xcworkspace fixes your build issue?
Best regards,
Gwenaëlle
Yes, opening the workspace instead of the project resolved that error.
However, when it ran on my iPad, it quit immediately. It threw a "invalid certificate" error even though I had placed the cert I received in the getstarted/myscriptcertificate folder. I verified the cert was in the folder and that it was the one I had placed there.
Hello Michael,
Thank you for your update.
In your console log I found that you have an error related to a mismatch between your application bundleID (com.greenes.iink.GetStarted) and your certificate bundleID (application: com\.myscript\..+) , which is the reason why you get this certificate error:
Mismatch between certificate and application: com\.myscript\..+ != com.greenes.iink.GetStarted
It seems that you have modified the bundle ID of the Get Started project: in that case, you must generate a new certificate with your project bundle ID, and use this certificate in your project
Please refer to https://developer.myscript.com/support/account/on-device-license-management#on-device-dashboard for more details.
Best regards,
Gwenaëlle
HI Gwenaëlle,
I created a new certificate using the same bundle name I assigned the workspace. I then recompiled the code using the new certificate and continue to get an invalid certificate error.
I then cleaned the project and attempted again but the error persisted.
I had to change the bundle name as apple said the bundle that came with the project was already in use.
What now?
Michael Greene
Hi Michael,
Thank you for your update.
According to your console log, there seems to be an uppercase typo problem between your bundle ID and the one defined in your certificate:
Mismatch between certificate and application: com.greenes.link.GetStarted != com.greenes.iink.GetStarted
Best regards,
Gwenaëlle
Michael
I followed the instructions twice on how to get started with the sdk on iOS. I'm getting compile errors out of the box despite following the instructions. Ive attached a screenshot of the errors Xcode is throwing. Any help would be appreciated.