Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIStackView before iOS 9.0 in Xcode 7 beta 5

I'm using Xcode 7 beta 5, and I'm getting an error that says "UIStackView before iOS 9.0". I see that at least one other person has had this problem, but their solution isn't working for me. My deployment target is 9.0.

Here's a link to some helpful screenshots (since I guess I can't post pictures yet): https://docs.google.com/document/d/178kcpuzzeQM6lBAso4srStc0pnDL_2x1Z59_QevcKoc/edit?usp=sharing

Also, I've already erased and re-made the UI once, and didn't help. Any insight is much appreciated!

like image 675
Spencer Goff Avatar asked Aug 10 '15 02:08

Spencer Goff


1 Answers

Here is a open source project called OAStackView.

With OAStackView, you can compatible with iOS7.

Hope this can help you.

Edit:

If the error still shows in the Interface Builder, try change the Project Deployment Target to 9.0

enter image description here

like image 107
Zigii Wong Avatar answered Nov 20 '22 13:11

Zigii Wong