hansemannn / titanium-crashlytics

Use the native Crashlytics SDK in Titanium (iOS / Android).
MIT License
18 stars 18 forks source link

iOS build failed with crashlytic module #11

Closed sandeep14 closed 5 years ago

sandeep14 commented 5 years ago

Hi,

I am using crashlytics Module of version 1.2.1 . it Build & run in simulator properly But on firebase Console is showing upload 1 Missing DySM
refer screenshots Screenshot 2019-03-12 at 3 36 04 PM

When I tried to created adhoc build . during build process it throw below error [ERROR] : ARCHIVE FAILED [ERROR] : The following build commands failed: [ERROR] : PhaseScriptExecution [Ti]\ Crashlytics /Users/admin/Documents/Appcelerator_Studio_Workspace/test/build/iphone/build/Intermediates/test.build/Release-iphoneos/test.build/Script-000000000000000000000032.sh [ERROR] : (1 failure)

deckameron commented 5 years ago

@sandeep14 how did you manage to solve it?

sandeep14 commented 5 years ago

I just changed the crashlytics module version it get start working. also we just added this line "../../modules/iphone/ti.crashlytics/1.2.1/platform/Fabric.framework/uploadDSYM" in script-titanium-crashlytics.sh

arunraj-qburst commented 3 years ago

I am also getting the same error

[ERROR] :  ** ARCHIVE FAILED **
[ERROR] :  The following build commands failed:
[ERROR] :   PhaseScriptExecution [Ti]\ Crashlytics /Users/arunrajsaraswathy/Documents/Appcelerator_Studio_Workspace/---<app name here> ---/Script-000000000000000000000047.sh
[ERROR] :  (1 failure)

I alos noticed that the path and version of ti.crashlytics has changed. Would be really great and appreciated if someone can help us to resolve this issue.

ti.crashlytics: ti.crashlytics/4.0.0/platform/FirebaseCrashlytics Ti SDK: 9.3.2GA iOS: 14+ Screenshot 2021-05-26 at 1 37 47 AM