Reputation: 2236
tns run ios
with iPhoneDEVELOPMENT_TEAM = 9SASALAS4;
line to build.xcconfig fileWhen I connect real iPhone device and run tns run ios
...
it says:
error: Revoke certificate: Your account already has an Apple Development signing certificate for this machine, but its private key is not installed in your keychain. Xcode can create a new one after revoking your existing certificate. (in target 'sebmobil' from project 'sebmobil')
error: No profiles for 'com.ceaan.seb' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.ceaan.seb'. (in target 'sebmobil' from project 'sebmobil')
What's the reason for Revoke certificate error?
Does project name sebmobil
have to be same with nativescript.id in package.json ?
I don't have sebpobil text in my code.
Why does Xcode things project name is sebpobil ?
Upvotes: 0
Views: 680
Reputation: 2236
Your error was telling everything needed. Sign in with your Apple ID
Upvotes: 0
Reputation: 52538
It may be that two computers try to use the same development certificate, and the other computer renewed your certificate. Your certificate is revoked. Apple tells you that you can renew the certificate (just press the right button); that other computer will than have a revoked certificate.
The account admin can set you up to have your own certificate.
Upvotes: 1