【发布时间】:2020-11-15 00:26:18
【问题描述】:
我正在尝试将tns run ios 与 iPhone 一起使用
- 我可以在模拟器中运行我的应用程序。
- 我已将开发者帐户添加到 Xcode。
- 我已将
DEVELOPMENT_TEAM = 9SASALAS4;行添加到build.xcconfig 文件
当我连接真正的 iPhone 设备并运行 tns run ios ...
上面写着:
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')
Revoke certificate错误的原因是什么?
项目名称sebmobil是否必须与package.json中的nativescript.id相同?
我的代码中没有 sebpobil 文本。
为什么 Xcode things 的项目名称是 sebpobil ?
我正在寻找更新的 iOS 代码签名演练。
【问题讨论】:
标签: ios xcode nativescript code-signing apple-developer