Skip to content

Commit

Permalink
Fix for unable to upload to Appstore Laerdal#6
Browse files Browse the repository at this point in the history
  • Loading branch information
Basappa Huddar committed Aug 17, 2021
1 parent 7651fa1 commit 3647942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ echo
xbuild_parameters=""
xbuild_parameters="${xbuild_parameters} ONLY_ACTIVE_ARCH=NO"
xbuild_parameters="${xbuild_parameters} ENABLE_BITCODE=NO"
xbuild_parameters="${xbuild_parameters} ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=YES"
xbuild_parameters="${xbuild_parameters} ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO"

if [ ! "$verbose" = "1" ]; then
xbuild_parameters="${xbuild_parameters} -quiet"
Expand Down

0 comments on commit 3647942

Please sign in to comment.