将 CorePlot 添加到 carthage 后构建失败错误

问题描述

我无法在我的项目中使用 cocoapods,所以我尝试通过 carthage 添加 CorePlot 库 我只是在购物车文件添加

github "core-plot/core-plot"

github "core-plot/core-plot" == 2.3.0

在这两种情况下,我都遇到了类似的错误

*** Checking out core-plot at "release_2.3"
*** xcodebuild output can be found in /var/folders/gk/33bm7tf50p749n70tkhqm3f80000gp/T/carthage-xcodebuild.xrWGMC.log
*** Downloading core-plot.framework binary at "Release 2.3"
*** Building scheme "CorePlot iOS" in CorePlotExamples.xcworkspace
Build Failed
   Task Failed with exit code 65:
   /usr/bin/xcrun xcodebuild -workspace /Users/Martin/Documents/com.bionMon-vet.ios/vendor/Carthage/Checkouts/core-plot/examples/CorePlotExamples.xcworkspace -scheme CorePlot\ iOS -configuration Release -derivedDataPath /Users/Martin/Library/Caches/org.carthage.CarthageKit/DerivedData/12.5_12E262/core-plot/release_2.3 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_required=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/gk/33bm7tf50p749n70tkhqm3f80000gp/T/core-plot SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/Martin/Documents/com.bionMon-vet.ios/vendor/Carthage/Checkouts/core-plot)

This usually indicates that project itself Failed to compile. Please check the xcodebuild log for more details: /var/folders/gk/33bm7tf50p749n70tkhqm3f80000gp/T/carthage-xcodebuild.xrWGMC.log

谁能帮我看看这里有什么问题?非常感谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)