Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

Xcode 10.2 Support #117

Closed chrisballinger closed 5 years ago

chrisballinger commented 5 years ago

Things to fix:

If you are using a target with $(BUILD_NUMBER) for the build number - it now must be fully defined when installing to the simulator, or it will fail to install the second time with "This app could not be installed at this time." Workaround is to add BUILD_NUMBER=1 or similar to the relevant simulator scheme xcconfig files.

chrisballinger commented 5 years ago

Resolved