braintree / braintree_ios

Braintree SDK for iOS
https://developer.paypal.com/braintree/docs/start/hello-client/ios/v5
MIT License
560 stars 294 forks source link

braintree_ios 4.7.3 carthage update error #305

Closed CleSmartwave closed 7 years ago

CleSmartwave commented 7 years ago

Developer Info

Issue Details

Can't get passed this error on carthage update. Please help. Thanks.

carthage update Fetching braintree_ios Checking out braintree_ios at "4.7.3" xcodebuild output can be found in /var/folders/md/56915vx57ds4d7phsk6l7wzw0000gn/T/carthage-xcodebuild.blyexD.log Building scheme "Braintree3DSecure" in Braintree.xcworkspace Building scheme "BraintreeCard" in Braintree.xcworkspace Building scheme "BraintreeUnionPay" in Braintree.xcworkspace Building scheme "BraintreeCore" in Braintree.xcworkspace Building scheme "BraintreeDataCollector" in Braintree.xcworkspace BUILD FAILED

The following build commands failed: Ld /Users/smartwave/Library/Developer/Xcode/DerivedData/Braintree-cnresgkcwfwhuogujenwclvwggno/Build/Intermediates/Braintree.build/Release-iphoneos/BraintreeDataCollector.build/Objects-normal/armv7/BraintreeDataCollector normal armv7 (1 failure) /Users/smartwave/BraintreeCarthage/Carthage/Checkouts/braintree_ios/BraintreeUnionPay/Public/BTCardClient+UnionPay.h:1:9: warning: Braintree's UnionPay API for iOS is currently in beta and may change. [-W#pragma-messages] /Users/smartwave/BraintreeCarthage/Carthage/Checkouts/braintree_ios/BraintreeUnionPay/Public/BTCardClient+UnionPay.h:1:9: warning: Braintree's UnionPay API for iOS is currently in beta and may change. [-W#pragma-messages] /Users/smartwave/BraintreeCarthage/Carthage/Checkouts/braintree_ios/BraintreeUnionPay/Public/BTCardClient+UnionPay.h:1:9: warning: Braintree's UnionPay API for iOS is currently in beta and may change. [-W#pragma-messages] /Users/smartwave/BraintreeCarthage/Carthage/Checkouts/braintree_ios/BraintreeUnionPay/Public/BTCardClient+UnionPay.h:1:9: warning: Braintree's UnionPay API for iOS is currently in beta and may change. [-W#pragma-messages] error: Invalid bitcode version (Producer: '800.0.38.0_0' Reader: '703.0.31_0') clang: error: linker command failed with exit code 1 (use -v to see invocation) error: Invalid bitcode version (Producer: '800.0.38.0_0' Reader: '703.0.31_0') clang: error: linker command failed with exit code 1 (use -v to see invocation) A shell task (/usr/bin/xcrun xcodebuild -workspace /Users/smartwave/BraintreeCarthage/Carthage/Checkouts/braintree_ios/Braintree.xcworkspace -scheme BraintreeDataCollector -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65: BUILD FAILED

The following build commands failed: Ld /Users/smartwave/Library/Developer/Xcode/DerivedData/Braintree-cnresgkcwfwhuogujenwclvwggno/Build/Intermediates/Braintree.build/Release-iphoneos/BraintreeDataCollector.build/Objects-normal/armv7/BraintreeDataCollector normal armv7 (1 failure)

skunkworks commented 7 years ago

Hi @CleSmartwave,

Are you using XCode 7? If so, is it possible to update to XCode 8 and try again?

CleSmartwave commented 7 years ago

Yes, I'm using Xcode 7.3.1. Unfortunately, I cannot update my project to Xcode 8. Is there any other solution to this? Thanks @skunkworks!

demerino commented 7 years ago

@CleSmartwave Are you still having problems? Have you tried using Cocoapods? Or perhaps an older version of Carthage might help.

demerino commented 7 years ago

Closing due to inactivity.