jibon57 / nativescript-braintree

Braintree Payments (Drop-in) plugin for NativeScript
Apache License 2.0
9 stars 11 forks source link

Error on deploying #17

Closed nuno-morais closed 5 years ago

nuno-morais commented 5 years ago

Hello, I've a small script to send a version to TestFlight, but I'm being blocked because an exception is being thrown. It seems to be caused by nativescript-braintree plugin.

Just to clarify, I'm using NS 4.X, and the Braintree plugin version is 2.0.1.

rm -rf platforms
rm -rf node_nodules

tns prepare ios --bundle --provision "$PROVISION" --release --env.uglify
...
cd $PROJECT_DIR/platforms/ios
fastlane beta

This error occured:

The following build commands failed:
Ld /Users/<user_....>/Library/Developer/Xcode/DerivedData/TeleHealth-dvcmbqvqgydnpoemkxpoqhkoqall/Build/Intermediates.noindex/ArchiveIntermediates/TeleHealth/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/Braintree.build/Objects-normal/armv7/Braintree normal armv7

This log doesn't help, but I'm putting it here.

[18:50:56]:
[18:50:56]: ⬆️  Check out the few lines of raw `xcodebuild` output above for potential hints on how to solve this error
[18:50:56]: 📋  For the complete and more detailed error log, check the full log at:
[18:50:56]: 📋  /Users/<user....>/Library/Logs/gym/TeleHealth-TeleHealth.log
[18:50:56]:
[18:50:56]: Looks like fastlane ran into a build/archive error with your project
[18:50:56]: It's hard to tell what's causing the error, so we wrote some guides on how
[18:50:56]: to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/
[18:50:56]: Before submitting an issue on GitHub, please follow the guide above and make
[18:50:56]: sure your project is set up correctly.
[18:50:56]: fastlane uses `xcodebuild` commands to generate your binary, you can see the
[18:50:56]: the full commands printed out in yellow in the above log.
[18:50:56]: Make sure to inspect the output above, as usually you'll find more error information there

(Everithing is working well when I do tns run ios - it runs into the simulator).

Note: xcode version: 9.4.1

jibon57 commented 5 years ago

I don't think this the place to post your problem. Better to discuss with fastlane