If anyone else using FIrebase crashlytics for iOS ...
# compose-ios
j
If anyone else using FIrebase crashlytics for iOS with compose, do you also get this in Android Studio?
build/ios/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code
But when execute build in XCode it succeeds. I think its because of these things: https://firebase.google.com/docs/crashlytics/get-started?platform=ios#set-up-dsym-uploading Does it need to be executed in another order or something?
c
Yes you have to specify that in the build phase
r
I am having the same issue. Did you succeed?