【发布时间】:2019-02-28 13:34:18
【问题描述】:
正在运行 Xcode 10,但似乎无法找到有关构建我的项目时发生的此错误的太多信息。
关于如何解决这个问题的任何想法?
这是错误前的最后一行:
桌面/CheerApp!/CheerApp!/Assets.xcassets 命令 CompileAssetCatalog 失败,退出代码非零 -
扩展:
编译资产目录 /Users/michaelansell/Library/Developer/Xcode/DerivedData/CheerApp!-ehbjnqaldsycfegiviymewkplqhm/Build/Products/Debug-iphonesimulator/CheerApp!.app /Users/michaelansell/Desktop/CheerApp!/CheerApp!/Assets.xcassets(在 目标:CheerApp!) cd /Users/michaelansell/Desktop/CheerApp! /Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/michaelansell/Library/Developer/Xcode/ DerivedData/CheerApp!-ehbjnqaldsycfegiviymewkplqhm/Build/Intermediates.noindex/CheerApp!.build/Debug-iphonesimulator/CheerApp!.build/assetcatalog_dependencies --output-partial-info-plist /Users/michaelansell/Library/Developer/Xcode/DerivedData/CheerApp!-ehbjnqaldsycfegiviymewkplqhm/Build/Intermediates.noindex/CheerApp!.build/Debug-iphonesimulator/CheerApp!.build/assetcatalog_generated_info.plist --app-icon AppIcon --compress-pngs --enable-on-demand-resources 是 --优化空间 --filter-for-device-model iPhone11,2 --filter-for-device-os-version 12.0 - -sticker-pack-identifier-prefix Mike.CheerApp-.sticker-pack。 --目标设备 iphone --目标设备 ipad --minimum-deployment-target 11.4 --platform iphonesimulator --product-type com.apple.product-type.application --compile /Users/michaelansell/Library/Developer/Xcode/DerivedData/CheerApp!-ehbjnqaldsycfegiviymewkplqhm/Build/Products/Debug-iphonesimulator/
【问题讨论】:
-
您可能需要了解有关失败原因的更多信息。这个问题提出了一种获取有关失败构建过程的更多信息的方法:stackoverflow.com/questions/30060898/…
-
添加更多信息会有所帮助。
-
如果你想看一下,我添加了一些信息
标签: xcode build compiler-errors