xcode4.3 Questions
5
Solved
Since I updated to xcode 4.3 and let it switch my debugger over to lldb, any request to print a member variable fails with this error message:
(lldb) print request
error: error: reference to 'id' ...
Flabby asked 1/3, 2012 at 11:48
3
Solved
2012-06-15 17:53:25.532 BadgerNew[3090:707] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[_PFBatchFaultingArray objectAtIndex:]: index (0) beyond bounds (0)'
*** ...
Bikini asked 15/6, 2012 at 10:54
10
Solved
I am using xCode 4.3.1. After i created a project, i build it and tried to Archive. Then i got an error saying; (This is my first project in xCode 4.3.1)
CodeSign error: code signing is required...
Pushed asked 28/3, 2012 at 1:17
7
Solved
I am trying to implement a "Done" button in a UIPickerView Similar to the one under this link
I looked in the class reference but I couldn t find it
Thanks
Conversable asked 22/5, 2012 at 14:56
5
Solved
I'm new to iOS development and am trying to learn how to use the iPad's splitViewController.
I've seen a couple of tutorials online but they all start with the master-detail template.
Can som...
Springfield asked 3/4, 2012 at 1:57
2
Solved
From the Transitioning to ARC Release Notes
Use Lifetime Qualifiers to Avoid Strong Reference Cycles
You can use lifetime qualifiers to avoid strong reference cycles. For
example, typically...
Rondarondeau asked 12/6, 2012 at 13:54
3
Solved
I have a problem in a XIB. The color of my placeholder color is default gray in interface builder but when i run the app the color of the text i white, and I'cant see it because the background is w...
Rectangular asked 8/5, 2012 at 9:37
20
Solved
when i compile my app, Xcode just says "Attaching to Projectname..." and gets stuck there.
The debugger just prints this out:
error: failed to attach to process ID 0
I tried to clean & bui...
Harbot asked 14/3, 2012 at 12:42
2
Solved
I accidentally replace one of the .h file in Xcode.Thus the current .h file is empty. Is there anyway i can retrieve it back as it is alot of work.
please kindly provide me with a solution.
Thank...
2
Solved
I get "Use of undeclared identifier 'NSLineBreakByWordWrapping'" on xCode 4.3.3 which doesn't appear on the beta one.
It happens on this code:
[text sizeWithFont:font constrainedToSize:textConstr...
Viator asked 9/7, 2012 at 17:56
6
Solved
My Xcode started to behave very heavily from yesterday when working on medium size project (around 200 source files). Project compiles correctly and runs in both simulator and device. I do not use ...
Olsson asked 9/5, 2012 at 19:36
1
Solved
I'm having a library project, I've always had "Strip Debug Symbols" turned ON for release builds
I recently noticed the "Generate Debug Symbols" flag. When I set "Generate Debug Symbols" flag to N...
Antebi asked 12/7, 2012 at 21:51
6
Solved
I am trying to get my head around the NSJSONSerialization Class Reference. In the lack of a code-example at the developer.apple.com website, I´m lost.
There are millions of examples all around the ...
Coppins asked 17/3, 2012 at 19:59
4
Solved
I am currently trying to get a small soap client to work, which includes to send a certificate file within the xml of the request.
I have no trouble getting the file into an NSData object - but th...
Gaffrigged asked 8/7, 2012 at 21:31
3
Solved
How i can add a framework to XCode 4.3.2 project ?
Because a SDK directories inside a XCode.app and i can't add a framework by "Add files to ..."
Updated:
For this action you can do a this...
Ceto asked 11/5, 2012 at 6:19
13
Solved
I've installed the XCode 4.3. I've seen that in preferences general tab, there is the "iOS device discovery" tab. Maybe it was there before too, but I just noticed now.
So I've checked it, after th...
6
Solved
I'm trying to use this font in my project but it won't work.
I added the .ttf file in my project and added its name in the MyApp-Info.plist under the key: Fonts provided by application. Then I tri...
Contortive asked 24/2, 2012 at 14:29
3
Solved
I have made a project in cocos2d 2.0 and would like to incorporate a main menu using storyboards.
I have tried Jerrod Putnam's tutorial here on tinytimgames.com (I can't provide the link because ...
Gest asked 18/7, 2012 at 21:13
3
Solved
I was looking for a way to put my existing project under source control, and I looked at this question, but it looks like that solution only worked with Xcode 4.0 because I can't find a way to do w...
Cohette asked 15/6, 2012 at 15:57
3
Solved
Is it possible to change the value of the BOOL from true to false or vice-versa while I'm in debugging mode?
5
I have XCode 4.3 and I am getting this frustrating xml-lib related error. I have a feeling its because of the fact that 4.3 is not using /Developer folder but instead the /Applications/XCode.app/.....
Humbug asked 1/3, 2012 at 6:39
4
Solved
I am new to iphone develop and phonegap also. Now i want to create simple iphone app using phonegap. Now i am using phonegap2.0 in lion mac. MY Xcode version is 4.3. Now my issue is after install t...
Spenser asked 26/9, 2012 at 7:25
2
I think this is strange, I have made my own class that inherits from UIAlertView. In this class I add a UITableView as subview and the cells contains a UILabel and a UITextField.
the class impleme...
Pietism asked 25/6, 2012 at 20:30
2
Solved
I have created a fonts and colors theme for code editing in XCode 4.3 on my laptop that I am particularly happy with, and I would like to export this and then re-import it onto my desktop.
Since g...
4
Solved
Whenever a crash happens on my application, the crash logs are shown in symbolicated form inside the organizer. Now the problem is that all memory addresses that points to iOS classes are getting s...
Concordant asked 12/4, 2012 at 22:0
© 2022 - 2024 — McMap. All rights reserved.