Skip to content

Commit 5f07c64

Browse files
authored
cordova-angular: update readme for Xcode 11.5
Update README with more up to date instructions. Document --buildFlag="-UseModernBuildSystem=0" workaround. PR-URL: #27
1 parent e2f9763 commit 5f07c64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cordova-angularjs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Next, run a build to copy the NodeJs and AngularJs files to the `cordova/www` fo
6868
Open the Cordova app project in Xcode:
6969

7070
```
71-
$ open cordova/ExampleCordovaAngular/platforms/ios/HelloCordova.xcodeproj
71+
$ open cordova/ExampleCordovaAngular/platforms/ios/HelloCordova.xcworkspace
7272
```
7373

7474
In Xcode:
@@ -83,6 +83,8 @@ Go back to the Terminal window to build the Cordova app.
8383
```
8484
$ cd cordova/ExampleCordovaAngular
8585
$ cordova build ios --device
86+
or XCode 11.5
87+
$ cordova build ios --device --buildFlag="-UseModernBuildSystem=0"
8688
```
8789

8890
Go back to Xcode:

0 commit comments

Comments
 (0)