xcodebuild命令从扩展资产中崩溃

时间:2019-10-28 08:51:02

标签: swift xcode assets xcodebuild fastlane

当我使用fastlane或xcodebuild运行构建时,出现错误:

"The following build commands failed:
  Compile As set Catalog /Users/admin/Library/Developer/Xcode/DerivedData/.../Intermediate Build Files Path/UninstalledProducts/iphoneos/LotteriesWidget.appex .../ LotteriesWidget/Resources/Assets.xcassets"

Assets.xcassets在“相对于组”中设置的位置,更改此设置不会产生任何结果。

如果 Assets.xcassets 是“今日扩展”的副本捆绑资源,则存在此错误。如果将它们移至应用程序目标,则构建和归档将成功,但是不会显示资源。

我该如何解决?

0 个答案:

没有答案