xcode4.3 Questions
42
I need to add some rules to my .gitignore file. However, I can't find it in my project folder. Isn't it created automatically by Xcode? If not, what command allows me to create one?
10
I just installed a software update that I was prompted for, presumably affecting Xcode. Now when I start Xcode, I am presented with a dialog box which states that Xcode must install the Mobile Devi...
Raseta asked 16/9, 2012 at 5:38
11
Solved
42
Solved
I got an error when archiving a project. This is my environment.
Mac OS Lion
Xcode 4.3.1
iOS SDK 5.1
The project deployment target is:
IPHONEOS_DEPLOYMENT_TARGET 3.2
The error shows:
ld: li...
Shocking asked 25/3, 2012 at 20:39
4
Solved
This is driving me bananas..
If I select a UITextField in interface builder and go to change the text colour by manually entering the R G B values it changes the colour of the entire frame and bac...
Idette asked 18/6, 2012 at 23:56
2
Solved
My main view controller is in a navigation controller and it conforms to EditViewControllerDelegate protocol. It is the delegate of my two view controllers that I need to present modally.
@interfa...
Sismondi asked 19/4, 2012 at 17:25
4
In Xcode 4.3.2, building an iPad app, which includes libavutil.a from the ffmpeg distribution, it builds and runs correctly but when I try to run unit tests (Cmd-U) I get the following linker error...
Arhna asked 3/7, 2012 at 19:15
13
Solved
I am new to this iPhone development and i have almost completed my first application but when i try for creating an archive it gives an error lexical or preprocessed issue file not found But it r...
7
Solved
How do I keep my application running in the background?
Would I have to jailbreak my iPhone to do this? I just need this app to check something from the internet every set interval and notify when...
Helluva asked 20/5, 2012 at 13:55
4
Solved
I'm trying to set the animation for the view to move up when keyboard is hiding and appearing for the text fields and I got it to work perfectly fine, but when the focus moves from one text field t...
Yuletide asked 20/5, 2012 at 7:47
3
I really can't figure out why I have this bug.
First of all the debugger stop at machine code
The thread also shows nothing. The program stop at no code actually
So it has something to do with _d...
Topi asked 24/5, 2012 at 9:39
3
Solved
How would I go about splitting a UIImage In half(down the middle) so it would make two images?
Anacreontic asked 19/5, 2012 at 0:19
6
Solved
I used to be able to do this in XCode, and now suddenly I can't in a new project I've opened that was sent over by a friend.
Is there a particular setting I have to change to start this again?
I....
Aspergillosis asked 1/7, 2012 at 22:6
4
Solved
What are the numbers in the Stretching box in the View sub-box Interface Builder's Attributes Inspector?
(as a side question - I suppose a respectable company such as Apple would have actually rel...
Samaritan asked 16/6, 2012 at 12:48
3
Solved
How can I install this theme http://simplyhacking.com/spacedust-xcode-theme-for-xcode-4.html on XCode 4.3.2?
2
Solved
I have an old project developed with Xcode 4, i remember doing xarchive on Xcode which generated dsym properly. but on the latest version that is x 4.3.2 the xarchive created doesn't have the dsym ...
7
Solved
I'm getting the weirdest error today.
"The application does not have a valid signature"
I get this error when I try to run the application from Xcode 4.3 on my device. Also when I archive it ...
Sikang asked 22/8, 2012 at 19:9
4
I am using xCode 4.3.1 and as soon I want to use lldb, I hardly get any debug information but get the following result instead, po-ing on a simple NSMutableDictionary property:
(lldb) po _keywordC...
4
Solved
While running my project, I've got this error message.
Could not load the "bs_back_light.png" image referenced from a nib in the bundle with identifier "com.xxxxxxx.new"
I don't use the image fi...
3
Solved
I'm trying to use ibtool for iOS development (localization), but when I run it from terminal I get the following error:
Error: Can't run /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX...
7
Solved
I have a non-tableview view with a searchbar in it, and while it works perfectly, the search display controller hides the table view and overlays a dark dimmed view when an empty string is in the s...
Fabien asked 24/5, 2012 at 9:27
14
I have a view that needs to have its frame manipulated programmatically - it's a kind of document view that wraps to its content which is then scrolled and zoomed around a superview by manipulating...
Acculturize asked 6/7, 2012 at 19:20
7
I'm having a problem where my (simple) iOS app builds fine, says running but on the simulator I just get a blank screen. In xCode, it still says "Running XXXX on iPhone 5.0 Simulator" but also give...
3
Solved
In Xcode:
Organizer > Devices
then on the left
Library > Provisioning Profiles
Click Refresh in the bottom right - this runs fine
Click Renew on a provision that is soon to expire. I end up get...
Formalin asked 6/8, 2012 at 17:7
2
I have a UIScrollView that loads three different pages.When i zoom in on a page, and zoom back out to the original size, the application stops letting me scroll between the pages, as if paging is d...
Insignificant asked 5/12, 2012 at 9:31
1 Next >
© 2022 - 2024 — McMap. All rights reserved.