tobihagemann / THLabel

UILabel subclass, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.
https://tobiha.de
Other
665 stars 111 forks source link

Change minimum deployment target #36

Closed morizotter closed 8 years ago

morizotter commented 8 years ago

I encountered the error below when submitting app to iTunes connect.

_2016_02_09_1_37

The same problem here:

Change MinimumOSVersion to 8.0 to support Carthage builds · Issue #352 · Alamofire/Alamofire

I solved this problem by changing example project OS version to 8.0 from 6.0. I don't know why but example project's version affects app store submission.

Sorry for the lack of my last pr. I think it's better to change minimum build version of example project. But it's up to you;)

tobihagemann commented 8 years ago

Oh! Thanks for fixing this. :) I think I lowered the deployment target of the example project recently. Good to know!