Skip to content

Commit

Permalink
cordova-angular: update readme for Xcode 11.5
Browse files Browse the repository at this point in the history
Update README with more up to date instructions.
Document --buildFlag="-UseModernBuildSystem=0" workaround.

PR-URL: #27
  • Loading branch information
JaosnHsieh authored Jun 8, 2020
1 parent e2f9763 commit 5f07c64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cordova-angularjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Next, run a build to copy the NodeJs and AngularJs files to the `cordova/www` fo
Open the Cordova app project in Xcode:

```
$ open cordova/ExampleCordovaAngular/platforms/ios/HelloCordova.xcodeproj
$ open cordova/ExampleCordovaAngular/platforms/ios/HelloCordova.xcworkspace
```

In Xcode:
Expand All @@ -83,6 +83,8 @@ Go back to the Terminal window to build the Cordova app.
```
$ cd cordova/ExampleCordovaAngular
$ cordova build ios --device
or XCode 11.5
$ cordova build ios --device --buildFlag="-UseModernBuildSystem=0"
```

Go back to Xcode:
Expand Down

0 comments on commit 5f07c64

Please sign in to comment.