Search
 
SCRIPT & CODE EXAMPLE
 

SWIFT

firebase crashlytics dsym missing

Download appDsyms archive from App Store

1.1 Login: https://appstoreconnect.apple.com

1.2 Go to: MyApps -> Choose your app -> Test Flight -> Select app version that is in the App Store -> Build Metadata -> Includes Symbols (right side) -> Press: Download dSYM.

Open terminal, drag and drop 3 files on terminal on this order:

2.1 drag an drop: "upload-symbols" which can be found in /project/Pods/FirebaseCrashlytics/upload-symbols

2.2 write " -gsp "

2.3 drag an drop: "GoogleService-Info.plist" which can be found in /project/GoogleService-Info.plist

2.4 write " -p ios "

2.5 drag an drop: "appDsyms" folder (unarchived, zip file might not work!) which usually is in Download folder /Users/username/Downloads/appDsyms

2.6 Press Enter

In terminal the complete command should include -gsp and -p ios, full command looks like this: 2.1 -gsp 2.3 -p ios 2.5

/project/Pods/FirebaseCrashlytics/upload-symbols -gsp /project/GoogleService-Info.plist -p ios /Users/username/Downloads/appDsyms
Comment

PREVIOUS NEXT
Code Example
Swift :: tellraw minecraft 
Swift :: swiftui random color 
Swift :: center a text in swiftui 
Swift :: conert data to string swift 
Swift :: Detect if device is ipad or iphone swift 
Swift :: swift stackview content inset 
Swift :: xcode get info from text field 
Swift :: uitableviewcell automatic height 
Swift :: UI API called on a background thread 
Swift :: how to swift pie chart quartzcore framework 
Swift :: Add UIToolBar to all keyboards 
Swift :: run a function only once swift 
Swift :: swift struct field default value 
Swift :: how to get the last element of an array in swift 
Swift :: swift constraint center vertically 
Swift :: swift test if simulator 
Swift :: swift alamofire x-www-form-urlencoded 
Swift :: swift core data sort by date 
Swift :: change the title of a button using Swift 
Swift :: string to json swift 
Swift :: swift map array to dictionary 
Swift :: swift string time to epoch 
Swift :: remove all add TapGestureRecognizer swift 
Swift :: Swift Remove an Element from an Array 
Swift :: timer in swift stack overflow 
Swift :: debounce in swift 
Swift :: swift enum xib 
Swift :: swiftui selection list 
Swift :: does swift language requires mac os system 
Swift :: Swift Operators 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =