Reputation: 4013
I have made an app using Xcode 4.3. And for that I have used storyboards. Now I want to deploy that on my iPod that has ios4. When I run the app in Xcode 4.3 , then it is deployed in iPhone 5.1 simulator.
Would it work on iOS4. How to recognize. If not then what's the fix.
Upvotes: 1
Views: 78
Reputation: 4909
If I try to compile a project with a Storyboard and set the Deployment Target to 4.3, I get:
Storyboards are unavailable on iOS 4.3 and prior.
So I would say no, will not work.
Upvotes: 2