質問編集履歴
1
shellの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,8 +14,16 @@
|
|
14
14
|
|
15
15
|
```
|
16
16
|
|
17
|
-
|
17
|
+
*** Building scheme "APIKit" in APIKit.xcworkspace
|
18
18
|
|
19
|
-
|
19
|
+
Build Failed
|
20
|
+
|
21
|
+
Task failed with exit code 1:
|
22
|
+
|
23
|
+
/usr/bin/xcrun lipo -create /Users/name/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0.1_12A7300/APIKit/5.1.0/Build/Intermediates.noindex/ArchiveIntermediates/APIKit/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/APIKit.framework/APIKit /Users/name/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0.1_12A7300/APIKit/5.1.0/Build/Products/Release-iphonesimulator/APIKit.framework/APIKit -output /Users/name/Documents/toolbox/github/productName/Carthage/Build/iOS/APIKit.framework/APIKit
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/h9/lsfwvrj92573r2frdwtxcq_w16g5vl/T/carthage-xcodebuild.cggtOX.log
|
20
28
|
|
21
29
|
```
|