我正在使用最新的 Xcode 10.1。
我按照 Xcode 10 上的说明将 $(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH) 添加到输入文件中:
但是当我尝试使用 faSTLane 构建它时,我仍然得到 p>
❌ error: Fabric: Info.plist Error
** ARCHIVE FAILED **
The following build commands failed:
PhaseScriptExecution Run\ Script /Users/xuanliu/appannie/development/brandapp/build/Build/Intermediates.noindex/ArchiveIntermediates/BrandedApp/IntermediateBuildFilesPath/BrandedApp.build/Release-iphoneos/BrandedApp.build/Script-7477C8581AA993830001D3B0.sh
(1 failure)
[12:16:25]: Exit status: 65
我检查了我的build设置,信息 plist 文件显示:
我的项目设置有什么问题,有人可以帮忙吗?
Best Answer-推荐答案 strong>
我也有同样的问题,如果你的 info.plist 像这样在你的根目录中:
您应该像这样更改 $(SRCROOT)/$(BUILT_PRODUCTS_DIR)/info.plist:
关于ios - 织物添加 $(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH) 不起作用,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/53551183/
|