每当我尝试构建到设备时,都会出现此错误:
Error Domain = IDEProvisioningErrorDomain代码= 8“ binding.node具有 设置设置冲突。” UserInfo = {NSLocalizedDescription = binding.node有冲突 设置设置。NSLocalizedRecoverySuggestion= binding.node是 自动签名分发,但代码签名冲突 身份iPhone Developer已手动指定。除掉 导出选项属性列表中的“ signingCertificate”条目,或 通过将“ signingStyle”设置为“ Manual”来切换到手动签名。}
我可以构建一个模拟器。那会是什么?
我的.xconfig:
// You can add custom settings here
// for example you can uncomment the following line to force
distribution code signing
CODE_SIGN_IDENTITY = iPhone Distribution
// To build for device with XCode 8 you need to specify your
development team.
DEVELOPMENT_TEAM = <xxxxxxxx>;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
TARGETED_DEVICE_FAMILY = 1,2;
答案 0 :(得分:0)
正如我在the Github issue中回答的那样,很可能您有一个dev依赖项,无法在package.json的依赖项列表中进行签名,因此您需要按照this thread中所述的步骤进行操作为了解决它。