Prateek
Prateek

Reputation: 4013

Can I deploy iphone app to ios4 or lower that is developed in xcode 4.3 using (Storyboards)?

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

Answers (2)

fguchelaar
fguchelaar

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

Related Questions