Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
12answers
6k views

“Upgrade current target for ipad” is grayed out (disabled)?

I'm trying to create a universal iPhone/iPad app using this method: http://www.enscand.com/roller/enscand/entry/ready_for_ipad which is also described all over the web. My problem is that the "Upgrade ...
2
votes
1answer
47 views

Best practice to transform ipad app to iphone app?

I have made an iPad application and know I want to make an unique application for iPad / iPhone. I have started to create a new xib and modify my code with idiom to detect the system the app is ...
2
votes
7answers
310 views

Are Programming Languages the same everywhere? [closed]

Now I've heard the expression maths is the language if the universe; and most languages are based on maths. But today i got into a heated discussion with my head of department over whether a ...
1
vote
2answers
42 views

How can I upgrade an iPhone app to iPad app in xcode 4.2?

I have upgraded my iPhone app to universal by right right clicking the project target and selecting duplicate option. Then there was 2 choices-duplicate only and 'duplicate and transition to iPad'. I ...
1
vote
2answers
95 views

iPad with iOS 3.2 compatibility with iPhone iOS 3.0

Recently submitted iPhone and iPod Touch application to app store successfully, but later came to know that is not working on iPad 3.2 but works on iPad with high iOS like 4 in scaled version. ...
0
votes
2answers
467 views

#define based upon platform [iPhone or iPad]

I'm trying to make my iPhone app compatible with the iPad. In a header file I set up some constants. Because of the larger screen I want some constants used for images to be larger on the iPad than on ...
0
votes
1answer
115 views

Porting iPhone app to iPad fails to sign?

I am able to create a new application profile targeted for my iPad, however, when I convert from iPhone to "Universal" device, I am getting an error in signing. [BEROR]Code Sign error: a valid ...
0
votes
4answers
905 views

Fibonacci coding

Can anybody suggest a good book/paper/website/background reading about universal codes for integers and especially Fibonacci code (in the sense of http://en.wikipedia.org/wiki/Fibonacci_code)? Thanks! ...