1
vote
1answer
34 views

iOS : Xcode Crash when configure SVN

At the time i Was checkout and clone project with local file path in my XCODE is crash. When i enter file path "file:///iOS/svnProject" in location field xcode is crash please help for the same ...
1
vote
1answer
51 views

Xcode4.2 : an error occurred uploading to the itunes store

Hey in trying to submit my app to iTunes. It passes the validation, but when i submit it's showing an error: an error occurred uploading to the iTunes store I have tried all possible solutions ...
1
vote
1answer
58 views

how to rename a group and a directory correctly in xcode 4

Basically I have all the .h and .m files under "Classes" directory as well as the "Classes" group. Then I regret on giving such a name, so I changed the directory to "src" using "mv" command line and ...
1
vote
1answer
76 views

how to make XCode 4.5 Organizer Documentation help similar to earlier versions

This is one of my biggest turn offs from the newer versions of XCode(ie 4.5+) is the following: in earlier versions.. when you option click a system defined function.. you get a bubble that offers you ...
0
votes
0answers
28 views

Switch TabBarView to SecondView, but the keys on SecondView cannot be pressed

After I call the function: addSecondView,the view changes to the secondView, but the keys on the secondView cannot be pressed, I already set the view to user interaction enabled, so now I do not know ...
2
votes
2answers
290 views

How to make math equations in Xcode?

I am a total beginner with Xcode and Objective C, but I have some experience with OOP in C++. I bought this book. I read about how to make a simple app, and skimmed the rest of the book. What I want ...
0
votes
1answer
111 views

Can you nest an IBAction (button) inside of -(void)viewDidAppear:(BOOL)animated? How?

I determined I need my button action (findMe) to be a part of viewDidAppear and cannot have it as an individual IBAction because it has showsUserLocation errors. A: is this even possible? B: does ...
0
votes
2answers
423 views

How do I pass both latitude and longitude coordinates on button press and drop a pin on next map view (between three views)?

I am seriously struggling on something that has kept me for hours if not days. It'd be awesome if someone can offer input. I figured out how to pass data from a button press to another view, but what ...
0
votes
1answer
44 views

customization of iphone key panel in xcode

I am developing a iphone app in different language and now i have to change the key panel layout. Image is given below I want to change the return button text in different language . This can be ...
0
votes
1answer
282 views

Converting a iphone app to universal application in xcode 4 error

I am trying to convert a iphone app to universal app, here is my code if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone) { self.viewController = [[ViewController ...
0
votes
1answer
411 views

how to display time and date in a label of selected zone xcode

Can any 1 help me to get this problem done I'm trying to display date and time of selected time zone n a label or text field I tried below code but its Displaying current time of system for all ...
0
votes
0answers
55 views

Xcode 4 does not recognize my developer certificate

I have a MAC application which I need to code sign. I have a valid develop certificate (valid because it works on other systems) . I have already added it to my keychain. Now two things are observed: ...
1
vote
0answers
231 views

Xcode: Scheme scripts vs Target scripts

I tried to run a script at building time for one of my xcode projects. way 1) I added a pre-action (run script) to my current scheme for "Build". It did not work, actually, it did not run at all. ...
0
votes
1answer
403 views

Multiplication of Integers in Textfield - Xcode 4.4

I am trying to multiply the integer values in three different text fields. @property (nonatomic,strong) IBOutlet UITextField *textField; @property (nonatomic,strong) IBOutlet UITextField ...
0
votes
0answers
138 views

Xcode :is this if statement right..?

if(([appDelegate.solvingFor isEqualToString:@"Power"]) && ([appDelegate.SolvingForPowerLabel isEqualToString:@"Completed"]) && (appDelegate.typeIError != nil) && ...

1 2 3 4 5 10
15 30 50 per page