質問編集履歴

2

誤字

2022/06/17 01:52

投稿

Kurumi
Kurumi

スコア0

test CHANGED
@@ -1 +1 @@
1
- Carthage updateでビルドエラー(exit code 65、exit code 1
1
+ Carthage updateでビルドエラー(exit code 65、exit code 1)
test CHANGED
@@ -1,4 +1,4 @@
1
- ターミナルで```carthage update --platform iOS ```または```carthage bootstrap --platform iOS ```実行で
1
+ ターミナルで```carthage update --platform iOS ``実行で
2
2
  exit code 65が出てビルド失敗してしまいます。
3
3
  ```
4
4
  UMEKO@hogehoge % carthage update --platform iOS
@@ -20,7 +20,7 @@
20
20
  ```
21
21
  ld: in /Users/UMEKO/UmeApp/TestApp-ios/iOS/TestApp/Carthage/Checkouts/carthage-TPNS-iOS/sdk/XGPushStatistics/XGMTACloud.framework/XGMTACloud(MTAConfig.o),
22
22
  building for iOS Simulator, but linking in object file built for iOS,
23
- file '/Users/UMEKO/UmeApp/TestApp-ios/iOS/TestApp/Carthage/Checkouts/carthage-TPNS-iOS/sdk/XGPushStatistics/XGMTACloud.framework/XGMTACloud' for architecture arm64
23
+ file '/Users/UMEKO/UmeApp/TestApp-ios/iOS/TestApp/Carthage/Checkouts/carthage-iOS/sdk/XGPushStatistics/XGMTACloud.framework/XGMTACloud' for architecture arm64
24
24
  clang: error: linker command failed with exit code 1 (use -v to see invocation)
25
25
 
26
26
  note: Using codesigning identity override:
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
  The following build commands failed:
31
- Ld /Users/UMEKO/Library/Caches/org.carthage.CarthageKit/DerivedData/14.0_14Auuu/carthage-TPNS-iOS/1.2.5.3/Build/Intermediates.noindex/XG-Demo.build/Release-iphonesimulator/iOS.build/Objects-normal/arm64/Binary/TPNS_iOS normal arm64
31
+ Ld /Users/UMEKO/Library/Caches/org.carthage.CarthageKit/DerivedData/14.0_14Auuu/carthage-TPNS-iOS/1.2.5.3/Build/Intermediates.noindex/XG-Demo.build/Release-iphonesimulator/iOS.build/Objects-normal/arm64/Binary/iOS normal arm64
32
32
  (in target 'TPNS-iOS' from project 'XG-Demo')
33
33
  (1 failure)
34
34
  ```

1

一部修正

2022/06/16 23:13

投稿

Kurumi
Kurumi

スコア0

test CHANGED
File without changes
test CHANGED
@@ -2,16 +2,17 @@
2
2
  exit code 65が出てビルド失敗してしまいます。
3
3
  ```
4
4
  UMEKO@hogehoge % carthage update --platform iOS
5
- *** Fetching carthage-TPNS-iOS
5
+ *** Fetching carthage-iOS
6
- *** Checking out carthage-TPNS-iOS at "1.2.5.3"
6
+ *** Checking out carthage-iOS at "1.2.5.3"
7
+
7
8
  *** xcodebuild output can be found in /var/folders/hp/5uho…/T/carthage-xcodebuild.log
8
- *** Building scheme "TPNS-iOS" in XG-Demo.xcodeproj
9
+ *** Building scheme "iOS" in Demo.xcodeproj
9
10
  Build Failed
10
11
  Task failed with exit code 65:
11
- /usr/bin/xcrun xcodebuild -project /Users/UMEKO/TestApp/app-ios/iOS/App/Carthage/Checkouts/carthage-TPNS-iOS/XG-Demo.xcodeproj
12
+ /usr/bin/xcrun xcodebuild -project /Users/UMEKO/TestApp/app-ios/iOS/App/Carthage/Checkouts/carthage-iOS/Demo.xcodeproj
12
- -scheme TPNS-iOS -configuration Release -derivedDataPath /Users/UMEKO/Library/Caches/org.carthage.CarthageKit/DerivedData/14.0_14Auuu/carthage-TPNS-iOS/1.2.5.3 -sdk iphonesimulator
13
+ -scheme iOS -configuration Release -derivedDataPath /Users/UMEKO/Library/Caches/org.carthage.CarthageKit/DerivedData/14.0_14Auuu/carthage-iOS/1.2.5.3 -sdk iphonesimulator
13
14
  -destination platform=iOS\ Simulator,id=hojihoji…-destination-timeout 3 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES build VALIDATE_WORKSPACE=NO
14
- (launched in /Users/UMEKO/UmeApp/TestApp-ios/iOS/TestApp/Carthage/Checkouts/carthage-TPNS-iOS)
15
+ (launched in /Users/UMEKO/UmeApp/TestApp-ios/iOS/TestApp/Carthage/Checkouts/carthage-iOS)
15
16
  ```
16
17
  ビルドログ開いたら下記の通り。
17
18
  iPhoneSimulatorあたりでつまづいているのかねと思いつつ、解決策が見えないままスタックしてます。
@@ -27,7 +28,7 @@
27
28
 
28
29
 
29
30
  The following build commands failed:
30
- Ld /Users/UMEKO/Library/Caches/org.carthage.CarthageKit/DerivedData/14.0_14Auuu/carthage-TPNS-iOS/1.2.5.3/Build/Intermediates.noindex/XG-Demo.build/Release-iphonesimulator/TPNS-iOS.build/Objects-normal/arm64/Binary/TPNS_iOS normal arm64
31
+ Ld /Users/UMEKO/Library/Caches/org.carthage.CarthageKit/DerivedData/14.0_14Auuu/carthage-TPNS-iOS/1.2.5.3/Build/Intermediates.noindex/XG-Demo.build/Release-iphonesimulator/iOS.build/Objects-normal/arm64/Binary/TPNS_iOS normal arm64
31
32
  (in target 'TPNS-iOS' from project 'XG-Demo')
32
33
  (1 failure)
33
34
  ```