Skip to content

Commit

Permalink
add arg
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Feb 17, 2025
1 parent e690d7e commit 0a18cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/lanes/lane_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
clean: true,
scheme: scheme,
device: "iPhone 16",
xcargs: "-skipPackagePluginValidation -skipMacroValidation IPHONEOS_DEPLOYMENT_TARGET=15.8.1",
xcargs: "-skipPackagePluginValidation -skipMacroValidation IPHONEOS_DEPLOYMENT_TARGET=15.8.1, ONLY_ACTIVE_ARCH=NO",
output_directory: "./fastlane/test_output/"
)
end

0 comments on commit 0a18cea

Please sign in to comment.