Kyle Alan Hale
Kyle Alan Hale
Yet another approach, based on #12232: ```ruby def crashlytics_binary_path product_module_name = "SomeModule" # Update with your module's name derived_data_path = Fastlane::Actions::ClearDerivedDataAction .available_options[0] .default_value .gsub('~', Dir.home) glob_path = "#{derived_data_path}/#{product_module_name}-*/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/upload-symbols" Dir.glob(glob_path)[0] end...
@groue @sahandnayebaziz It's been a while, but I'm not sure that it was a problem with the podspec; if so, maybe the modification I made to my podfile in the...
Looks like the official docs have the same ambiguity: * https://docs.obsidian.md/Plugins/Editor/Editor * https://docs.obsidian.md/Plugins/Editor/Editor+extensions
@shiva I should be able to knock these out in the next couple of days.
Took care of those; let me know if you see anything else. Otherwise, I think this is ready to go.
What's your versioning approach? Since this is a substantial change that will break for people who for any reason can't compile with c++11 support, it might warrant a new release....