acerbetti / ACEDrawingView

An open source iOS component to create a drawing app
Apache License 2.0
665 stars 171 forks source link

Update .travis.yml to newest Xcode and iPhone Simulator #103

Closed joelfischerr closed 4 years ago

joelfischerr commented 4 years ago

The current configuration fails due to not being able to locate the simulator: xcodebuild: error: SDK "iphonesimulator9.3" cannot be located..

According to the docs (docs.travis-ci.com/user/reference/osx#xcode-73) it should still work but using a more recent version of Xcode is a good idea anyways.

acerbetti commented 4 years ago

Thank you

joelfischerr commented 4 years ago

The build is still failing. I will take a look and open a new PR.