diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-19 20:07:00 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-19 20:07:00 -0400 |
| commit | 5a6e55155a74e3d6d07b826263f682c22999e99c (patch) | |
| tree | c210907c68713313987302446f27c17094c64a98 /build_ios.sh | |
| parent | 0580c6319a424e21c7a071f3ce741fa7e9e5de70 (diff) | |
sneak in a new window mechanism #706
Diffstat (limited to 'build_ios.sh')
| -rwxr-xr-x | build_ios.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build_ios.sh b/build_ios.sh new file mode 100755 index 00000000..b3ecc31c --- /dev/null +++ b/build_ios.sh @@ -0,0 +1,4 @@ +echo "*** Using old build system due to XCode 10 issues ** " +echo "see https://forum.ionicframework.com/t/how-to-build-ionic-cordova-with-xcode-10/142044" + +ionic cordova build ios -- --buildFlag="-UseModernBuildSystem=0" |
