Tagged Questions
0
votes
0answers
160 views
Difference between creating an Xcarchive file in xcode 3.2 and xcode 4.2
My client asked me to send an unsigned xcarchive file so that they can create an ipa using their own profile. When I tested my application on ipad using my profile, it ran smoothly without any bug or ...
1
vote
2answers
423 views
How to run xcode project in xcode 3.1 developed in xcode 4.3?
I have installed Mac OS X Snow Leopard 10.6.2 on Windows 7 PC with the help of Virtual box. On that I have installed Xcode 3.1 as it was the compatible version of Xcode on Mac OS X 10.6.2.
While ...
3
votes
1answer
317 views
How to run and deploy XCode 4.2 project in XCode 3.2 and iOS 4.2 device
Currently i am working on Xcode 4.2 with iOS 5 sdk. I have created the project with core data framework. I have designed the screens and deployed in iOS 5 devices.
I want to run my project in Xcode ...
1
vote
1answer
368 views
can't find AppDelegate icon in MainWindow.xib in Xcode 4.2
I've created project using empty template in xcode 4.2 but i couldn't find App delegate icon in MainWindow.xib and so i'm not able to connect it to root view controller icon.
When i tried to open the ...
0
votes
2answers
148 views
How to install Xcode 4.0 and iOS SDK 5.0 with Xcode 3.2.6 already installed
I am trying to install Xcode 4 on my mac which already has Xcode 3.2.6 installed.
I searched for this and I found that I need to change the location for the directory to install Xcode, however in ...
1
vote
0answers
493 views
UIPickerview controller not able to pick image and use in xcode4.2 but works well on xcode 3.2
i have a UIImagePickerController this code below runs fine on XCODE 3.2 but app hangs wen complied from XCODE 4.2
Also but sometimes it runs on some other machines once .
Can anyone tell me d ...
1
vote
1answer
267 views
How to reset the content URL for MPMoviePlayerController when playing a video?
I want to reset the content URL for the MPMoviePlayerController object when playing a video.
on a button click, I am setting the content URL like below,
[videoPlayer setContentURL:url];
But i am ...
1
vote
1answer
1k views
Configure Network Proxy Settings in Xcode for SVN Connection
I tried to configure the SVN repository in my Xcode 3 and Xcode 4 but in both versions i am getting the error that "Options are missing:" and at the same time i tried to checkout the code from my svn ...