diff --git a/Gemfile.lock b/Gemfile.lock index 199b523922..53ec535d91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -346,6 +346,7 @@ GEM PLATFORMS arm64-darwin-21 + arm64-darwin-22 x86_64-darwin-22 x86_64-linux diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 6f95eebf19..ad0735125d 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -501,7 +501,7 @@ platform :ios do ) end - private_lane :build_symbols_for_docs do + lane :build_symbols_for_docs do ios_version = ENV['DOCS_IOS_VERSION'] || "16.1" sh("swift", @@ -531,8 +531,6 @@ platform :ios do "preview-documentation", "--target", "RevenueCat", - "--configuration", - "debug", # Necessary for debug-only symbols "--platform", "name=iOS,version=#{ios_version}", "--transform-for-static-hosting", diff --git a/fastlane/README.md b/fastlane/README.md index 7385bdbeaa..fa70d04ebd 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -242,6 +242,14 @@ Run LoadShedder tests Update swift package commit +### ios build_symbols_for_docs + +```sh +[bundle exec] fastlane ios build_symbols_for_docs +``` + + + ### ios preview_docs ```sh