Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mltbnz authored Aug 5, 2024
1 parent f23d4c3 commit 9b34d4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ platform :ios do
project: "CriticalMaps.xcodeproj",
scheme: Scheme,
device: 'iPhone 12',
result_bundle: true
result_bundle: true,
xcargs: '-skipPackagePluginValidation -skipMacroValidation'
)
trainer(path: "./fastlane/test_output", output_directory: "./fastlane")
end
Expand Down

0 comments on commit 9b34d4d

Please sign in to comment.