【发布时间】:2019-02-16 01:31:18
【问题描述】:
每当我尝试构建到设备时,我都会收到此错误:
Error Domain=IDEProvisioningErrorDomain Code=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;
【问题讨论】:
标签: nativescript