hansemannn / titanium-crashlytics

Use the native Crashlytics SDK in Titanium (iOS / Android).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appcelerator Package Build Fails

ericrab opened this issue · comments

[ERROR] : ** ARCHIVE FAILED **
[ERROR] : The following build commands failed:
[ERROR] : PhaseScriptExecution [Ti]\ Crashlytics /Users/peterladis/Documents/products.nosync/devices.nosync/IOS/build/iphone/build/Intermediates/LilyPad.build/Release-iphoneos/LilyPad.build/Script-000000000000000000000026.sh
[ERROR] : (1 failure)

Any ideas how to fix?

It means that the shell script errored, probably either a syntax error or invalid API keys.

Can I send you a copy....I am able to run this in simulator just fine and it uploads to fabric just fine??

This is my SH

Do not run this file manually! It is referenced from your native Xcode project

"../../modules/iphone/ti.crashlytics/1.2.2/platform/Fabric.framework/uploadDSYM" bcb14b5a7a1d4538da18a93868070240513e595b 24f401ab77d58868ab729625408c7a54bc77a2e7951ebbce293ac0ba0949b964

The path seems off to me....my module is installed in my Application Support directory

@ericrab did you manage to solve this issue? Could you share how, please?