xcode4.2 Questions
2
Solved
I am trying to assign a variable with type 'long long' to a type NSUInteger, What is the correct way to do that?
my code line:
expectedSize = response.expectedContentLength > 0 ? response.expe...
Deceptive asked 16/5, 2012 at 9:43
1
Solved
I have customised the navigation controller title bar with a background image, but I am really struggling to change the background color of the back button to transparent so that it matches with th...
Apparatus asked 8/5, 2012 at 10:14
5
Solved
I'm currently developing an app for iPad. The development started for iOS 4.2 and is now continuing (and I think will be completed) for iOS 4.3.
I just read about ARC in iOS 5, and basically I unde...
Overpowering asked 16/6, 2011 at 7:41
1
Solved
I have a UILocalNotification that repeats every hour and I would like to change the message when it repeats so it is different, or rotates between 3 messages.
Does anyone know of a way to do this...
Bloodmobile asked 29/4, 2012 at 22:22
1
Simple question: how do I get line number for error in XCode (v 4.2)?
I've searched around for various solutions - have added an exception breakpoint and have tried the suggestion here: xcode-4-2-...
2
Solved
I am trying to install Core Plot into my iOS app. I have followed the instructions on the Core Plot website but they are very brief and have no screenshots. I have pasted the instructions below and...
Inmate asked 21/4, 2012 at 15:25
3
Since 2 weeks ago, every time I manually add any Distribution Profiles (Ad-Hoc or AppStore Profiles) to Xcode, they vanish from the Organizer in a matter of minutes, or when I press the Refresh but...
Garvey asked 23/10, 2011 at 23:15
3
Solved
In my application I have an NSArray which contains some data. I want to take that data and put it into an NSMutableArray called subArrayData. I am able to insert the data from my first array into t...
Vegetate asked 18/4, 2012 at 7:4
3
Solved
I can't get this working. If I drop the master UITableView to use Static cells I can get the segues working, such that when you click on a row in the master it automatically pushes the Child contro...
Wasson asked 27/10, 2011 at 4:3
1
Solved
I've download Xcode 4.2 from official site. And when installation starts - it shows an error:
Not very informative.. What is the problem? where to see logs or something?
PS.I have: Mac OS 10.6....
Senhor asked 5/4, 2012 at 13:11
2
Solved
I have a property that I do not synthesize, instead I create a getter and setter myself. Therefore, the ARC keywords (strong or weak) have no meaning, I assume, so I eliminate them. This works fine...
Navvy asked 5/4, 2012 at 2:58
2
So I have an app that runs on iOS 3.2 - 4.x. It uses ASIHTTPRequest to make all the REST API calls. Ever since my team and I upgraded three of our iPhone 4's to iOS 5, The app will hang and show th...
Senility asked 17/10, 2011 at 21:26
2
Solved
I recently updated to Xcode 4.2. I also updated my new iPad 2 and iPod (latest generation) to iOS 5. I build my app and can debug them no problem.
My older iPod running iOS 4.2.1 (8C148) doesn't r...
Hardhack asked 20/10, 2011 at 15:16
1
Solved
I'm getting the subject warning on the following line:
NSSortDescriptor * sort = [ [NSSortDescriptor alloc] initWithKey:@"name"
ascending:YES
selector:@selector(localizedCaseInsensitiveCompare...
Guajardo asked 3/4, 2012 at 13:29
1
Solved
Is anyone able to provide a definitive guide to the labelled icons in Xcode 4's debug area variable list? Here's a list of what I have at the moment. I can't figure out what they mean:
It's not ...
3
Solved
In objective-c I am trying to evaluate the following expression: _c = _f / 5 * 8;
It tells me that an int and a NSNumber are invalid arguments to a binary expression.
Whats wrong? I am just gettin...
Junno asked 27/3, 2012 at 11:52
1
Solved
Is it possible to combine ARC and non-ARC projects? I haven't really tried it yet but this is the scenario:
We have an old iOS project (non-ARC) with a tab controller. There is a tab from the tab ...
Flaunch asked 26/3, 2012 at 2:15
1
Solved
Ok So i have a Live Stream from a URL using MPMoviePlayerController.
Player = [[MPMoviePlayerController alloc]
initWithContentURL:[NSURL URLWithString:@"MY_URL_HERE_I_REMOVED"]];
Player.movieSou...
Sinless asked 23/12, 2011 at 14:14
1
Solved
I am facing what seems to be a pretty wide spread issue : when I activate code coverage in Xcode (4.2.1) with Lion it shows the following error :
Detected an attempt to call a symbol in system lib...
Tailwind asked 5/3, 2012 at 22:28
1
Solved
I'm having a weird problem with an in-app purchase...
After I'm requesting the product information, sometimes the paymentQueue:updatedTransactions gets called automatically for some reason.
In my...
Hardner asked 10/3, 2012 at 1:16
1
Solved
Hi Im trying to change the tabcontroller flow, so when a user is not loged in just take him to the login view instead the settings one. My controller extends TabBarController and I set the delegate...
Caudate asked 6/3, 2012 at 18:17
4
Solved
Possible Duplicate:
ios 5.1 with xcode 4.2 for iOS development
I updated my iPhone to iOS 5.1.
My operating system is Snow Leopard.
Now I need the sdk 5.1 to develop, with xcode 4.2....
Serow asked 8/3, 2012 at 8:48
2
Solved
Initially launching XCode 4.3, I was given an option to uninstall Xcode 4.2. I didn't uninstall the first time and I'm having trouble locating that option within Xcode 4.3. How do I find this optio...
Woolworth asked 18/2, 2012 at 1:45
1
Solved
I'm getting two problems in my FooterSelectorView.h and I have no idea why. One is a warning while the other is an error. For some reason xcode doesn't recognize FooterArchiveItemView so I'm not ab...
5
Solved
I'm getting the following error when trying to install 1.9.2 with rvm
/Users/craigspaeth/.rvm/scripts/functions/utility: line 152: date: command not found
Installing yaml to /Users/craigspaeth/.rv...
Concenter asked 18/10, 2011 at 20:23
© 2022 - 2024 — McMap. All rights reserved.