Open gitmoto opened 5 years ago
I'm still a bit unclear on how the run script step should work. I get the part where we add the input file, but the entry below shell is a bit unclear. In the example, he has a screenshot of $(PODS_ROOT)/Fabric/Run, followed by a hash. My Flutter project defaulted this value to
/bin/sh "$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh" build
Just a bit unclear on if that goes before/after or what.
I'm still a bit unclear on how the run script step should work. I get the part where we add the input file, but the entry below shell is a bit unclear. In the example, he has a screenshot of $(PODS_ROOT)/Fabric/Run, followed by a hash. My Flutter project defaulted this value to
/bin/sh "$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh" build
Just a bit unclear on if that goes before/after or what.
You should follow official Firebase instruction https://firebase.google.com/docs/crashlytics/get-started?authuser=0#initialize
The most important step is Click + Add a new build phase, then select New Run Script Phase.
I found the ReadMe.md file to be very confusing. Here are some of the issues with it: