taktik / TKTokenField

An easily expandable drop-in replacement for NSTokenField that actually works
GNU Lesser General Public License v2.1
8 stars 3 forks source link

Deployment target needs to be set for 10.10+ #3

Open martinjbaker opened 6 years ago

martinjbaker commented 6 years ago

Sample project refuses to build with the error that Storyboards require 10.10 or later. Currently the deployment target is set to 10.9

aduchate commented 6 years ago

I imagine you can fork and set the deployment target to 10.10. We still need 10.9 compatibility...

martinjbaker commented 6 years ago

Well that's what Xcode said. If it refuses to build it refuses to build and changing deployment target to 10.10 fixed it.