xcode4.2 Questions
2
Solved
I'm having trouble updating a project someone else created in Xcode. This is an app built in storyboard and in one case, there is a scene with a view controller that has multiple views underneath i...
Avid asked 26/11, 2012 at 1:5
4
Solved
I click on the XIB via the project navigator. It opens up and immediately changes the icon to gray showing I have unsaved changes. If I save changes, click on a different file and click back to re-...
Scanner asked 4/11, 2011 at 0:28
1
Solved
I was looking at the configuration of the Sparkle project and noticed that they set:
Architectures = ppc i386 x86_64
Valid architectures = i386 x86_64
Valid architectures description from appl...
2
Solved
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 wan...
2
I'm trying to learn how to use iCloud with coredata. My target is to sync a single database file on mac/ios. Both my mac and iOS apps seem to be updating iCloud as I can see it under System Prefere...
5
Solved
I am using Xcode 4.2 on a relatively large project (a few ten thousand lines of code) and it is horribly slow. Editing is ok, but whenever I try to compile the project (in Xcode, or with xcodebuild...
Diplomacy asked 15/10, 2011 at 21:9
2
Solved
I am trying to simplify the build->archive->submit process for iOS app publishing.
We have over 50 mobile apps that have nearly identical framework, but with different artwork and configuration set...
3
Solved
I have an iPhone app, and I would like it so that when a user clicks on a .pdf file as an email attachment, my App is one of the options to open it with. After some research, it seems that I need t...
15
Solved
I still have Snow Leopard. I have Xcode 4.2 for iOS development. This morning I upgraded my iPhone and iPad to iOS 5.1.
But Xcode 4.2 is not detecting my device for testing. I could not find the ...
Stithy asked 8/3, 2012 at 6:6
6
Solved
I'm running the very latest version of xcode (4.2.1). And I'm signed up to the ios developer program.
When I create a new iOS Application for iPhone or iPad, using storyboards or not it doesn't se...
1
When I was using Xcode 3.2 and add an existing framework, the code sense would detect the framework name when I type #import <.
Say for example I added framework "MediaPlayer". I then ...
Gurevich asked 31/12, 2011 at 12:16
1
Solved
I would like to know as to what the application state would be on hitting the iphone "Home" button twice with the application running.
The scenario is something like below:
My iOS app is running ...
3
Solved
Under Xcode 3.x and iOS 4, if an unhandled exception is signaled in the emulator there is an exception stack trace (similar to Java's) produced in the console output.
When I raise an unhandled exce...
1
Solved
For an UIImageView, different mode options are given In the interface builder like Aspect Fit, Aspect Fill. Can anyone tell me what is the difference b/w these two modes: Scale to Fill VS Redraw?
...
Utilitarianism asked 30/8, 2012 at 11:36
2
Solved
I've read and heard since ARC was first announced that it was a compile-time thing and would be backwards-compatible with iOS 4. I have successfully refactored my project to ARC using Xcode 4.2's a...
Intemerate asked 12/10, 2011 at 23:30
0
1
Solved
They both specify a map center and how big the box is.
So why use both?
Some function in MKMapview use one and some use the other
(MKCoordinateRegion)regionThatFits:(MKCoordinateRegion)region
(...
Lobell asked 15/8, 2012 at 3:46
1
Solved
maybe I'm being daft or something but I've added a @try @catch block to my code and I'm getting a "cannot use @try with object-c exceptions disabled" error that prevents compilation...
How do I t...
Negotiation asked 7/8, 2012 at 23:8
2
Solved
I have read the Data Storage guidelines of Apple and am really confused as to where i should keep the sqlite database files i am creating in my app. I want to read from the sqlite files even when t...
Codycoe asked 7/8, 2012 at 6:19
3
Solved
I have Created a custom UITableViewCell, the cell has multiple text fields, now i want to access the strings or data in these UITextFields. I know i can get the cell on didSelectRowAtIndexPath, but...
Explain asked 26/7, 2012 at 9:43
8
I just tried to create navigation based application via xcode 4.2
and all I found in the new window have nothing to do with navigation based application .. I found page based application which is...
Kingfish asked 23/10, 2011 at 22:9
4
Solved
Please glance at the image below and help me find a File Owner for the class.
Generally i would connect my UILabel to it, but, alas, i can't find it.
Question: What should i connect my Label to?
...
Musser asked 15/10, 2011 at 1:57
1
Solved
I have a Mac OS application with a preferences window with a NSToolbar on it.
I have also a custom subview under it and other 3 custom views that are loaded inside the first one when the user clic...
Bourse asked 12/6, 2012 at 20:10
3
I'm trying to present a navigation controller as a modal and I'm getting this warning:
ERROR:(null) is not a valid containment controller key path
Does anyone know what am I doing wrong? I jus...
Childress asked 22/11, 2011 at 9:19
2
Solved
I have a strange problem.
I use ASIHTTPRequest in a iOS 5 project with ARC enabled. Since ASIHTTPRequest does not support ARC I have disabled ARC on all individual ASIHTTPRequest files.
However...
Hippocrene asked 1/1, 2012 at 18:34
© 2022 - 2024 — McMap. All rights reserved.