I'm developing iPhone application which was created on Xcode 4.6. Now I'm running same application in Xcode 5.0 which works fine for me on iOS 7 also. Now I have to create an Universal application from existing application. I have google for it and found 2-3 solutions which talks about creating new xibs for iPad and change target to universal application. I want to know what is the easiest way to achieve this. My application was created on Xcode 4.6 with xibs for iPhone.
- stackoverflow.com/questions/5861330/…Rushabh– Rushabh2014-02-18 06:30:38 +00:00Commented Feb 18, 2014 at 6:30
- 1stackoverflow.com/questions/19838044/…Rushabh– Rushabh2014-02-18 06:31:46 +00:00Commented Feb 18, 2014 at 6:31
- @Rushabh I don't think so converting existing xibs to iPad xibs will work.Hrishikesh– Hrishikesh2014-02-18 06:43:40 +00:00Commented Feb 18, 2014 at 6:43
- you have to use new xib for iPad and change the application target to universal.this is one of easy solution.Rushabh– Rushabh2014-02-18 06:48:00 +00:00Commented Feb 18, 2014 at 6:48
- @Rushabh is there any other way out in Xcode 5.0?Hrishikesh– Hrishikesh2014-02-18 06:58:00 +00:00Commented Feb 18, 2014 at 6:58
Add a comment |