A friend encountered a problem today " uistackview before IOS 9.0 "
This is because uistackview cannot be used under IOS 9. The solution is stack flow
Check inProject Targets-> Deployment info -> Deployment Target
.If it’s not 9.0 change it to 9.0.
You need to change the deployment target of your application’s target to iOS 9. Otherwise the app supports down to whatever OS that your deployment target is set to.
Not solved?? Check out for other reason??? Check this:
If your Deployment target is already set to 9.0 and you still get this error then try then check your project File inspector-> Project Document -> Project Format
and check if its Xcode-6.3-compatible
or not.If its not then set it to Xcode-6.3-compatible
.
The other reason is may be you accidentally add UIStackView
and thats why you encounter the problem. UIStackView
supports 9.0 and later and your deployment target doesn’t allow that. So just check if you accidentally add UIStackView
and if you added and you don’t want it than just remove it.
2. To use uistackview under IOS, someone has mined this method.
Why can I use uistackview under IOS 9 through fdstackview
Read More:
- Integrate native IOS plug-ins into the flutter project
- UDID and UUID in IOS development
- Automatically assigning platform `iOS` with version `8.0` on target `Runner`
- IOS swift error
- Error:Failed to create provisioning profile. – iOS
- Ffmpeg (libx264) compiling for IOS
- Prompt IPA processing failed when exporting IOS adhoc
- Error:kCFStreamErrorCodeKey=-2102 Domain=kCFErrorDomainCFNetwork Code=-1001 – iOS
- IOS development NSURLSession/NSURLConnection HTTP load failed solution
- ios Cocoa error 4097
- iOS Xcode:Failed to create provisioning profile.
- IOS warning – this block declaration is not a prototype
- Summary of IOS storyboard unwind segues
- IOS solves the problem of this action could not be completed. Try again
- Error itms-90171 for IOS submitted app
- Flutter – iOS: Command /bin/sh failed with exit code 255
- iOS clang: error: linker command failed with exit code 1 (use -v to see invocation)
- IOS prompt revoke certificate solution
- IOS — solving the problem of reading from private effective user settings
- IOS error: linker command failed with exit code 1 solution