【发布时间】:2019-06-04 23:50:08
【问题描述】:
我的 react-native 在 xcode 模拟器和 android 模拟器上构建良好。但是,每当我尝试在我的 iphone 上构建时,我都会收到以下代码设计错误。当我从 xcode 构建时,构建成功没有问题,但没有任何反应。当我从命令行构建时,会出现以下错误。
/Users/chooseongmin/Desktop/dustNotifier/ios/build/Build/Products/Debug-iphoneos/dustNotifier.app:不允许资源分叉、Finder 信息或类似的碎屑
Command CodeSign 失败,退出代码非零
** 构建失败 **
以下构建命令失败: CodeSign /Users/chooseongmin/Desktop/dustNotifier/ios/build/Build/Products/Debug-iphoneos/dustNotifier.app (1 次失败)
【问题讨论】:
标签: iphone react-native build react-native-ios