Xcode is Apple's integrated development environment (IDE) for development for its Mac OS X (osx) and iOS (iphone/ipad) platforms. Documentation for Xcode 4, the newest major version, can be found in Apple's Xcode 4 User Guide. Apple also has a good starting point for new users. This tag covers: ...
48
votes
4answers
4k views
How to solve Xcode 4.1 (LION) GPS error?
My project worked perfectly on simulator+device,
but now, after upgrading to lion os and xcode 4.1, I get this error when gps is active!
server did not accept client registration 68
It's a gps ...
6
votes
2answers
452 views
Xcode 4.1 behaviours - automate closing a tab?
I have my behaviours set up so that on successfully running a build, Xcode will open a custom debug window. I would like to then close this window when the run completes, however I cannot see an ...
5
votes
2answers
154 views
How to turn off reopen projects on Xcode launch In Xcode 4.1 & later
In Xcode 4.1 to present (4.2.1), if I close Xcode without first closing the project, the project will be automatically reopened the next time I launch Xcode. Previously I would have gotten the Welcome ...
4
votes
2answers
2k views
Dealloc method disappeared from XCode 4.1 UIViewController template
I have been using XCode 3.2.4 when started developing iOS apps but now I turned to XCode 4.1 with iOS 4.3 SDK. I noticed that now dealloc method is not added automatically when I create ...
3
votes
2answers
135 views
Xcode 4 file complete path
If I have any file open in Xcode and I would like to know the complete path to the file, how do I do that in Xcode 4? In Xcode 3 I could hover over the file name and get a tooltip with the complete ...
3
votes
1answer
920 views
Command libtool failed with exit code 1
I've created a static library C++ project but when I compile I get the following error:
XCode 4.1 (Lion) doesn't show me any more information what's going wrong. I'm using clang.
How can I find ...
2
votes
1answer
581 views
Cannot build source code in Xcode 4.1 with iOS 4.3.5 device
I have been developing in Xcode 4.1 with iphone of iOS 4.3.5. It was fine without a version mismatch problem. Today, I connected another iphone which has the same version of iOS (4.3.5) and I could ...
1
vote
1answer
315 views
Error: PackageApplication failed with exit code 1
Here is the full error:
PackageApplication failed with exit code 1.
Packaging application: '/Users/jacensherman/Library/Developer/Xcode/Archives/2012-01-15/ROCK CCYM 1-15-12 12.21 ...
1
vote
3answers
58 views
Xcode doesn't open a project normally
I'm using Xcode 4.1 and it has always worked perfectly but today something wrong has happened. Instead of opening my project as it usually does it opens just code editor and nothing else. I have ...
1
vote
1answer
128 views
application not running on a device in Xcode 4.2
Everytime I run my application in Xcode 4.2 with iOs 5, Xcode says it finished running on my device but actually it doesn't build there, it just finished running. But when I run my application in ...
1
vote
1answer
59 views
Remove UIToolBar Buttons not working
I'm trying to hide toolbar buttons. First In my viewDidLoad I hide some of them and that works perfectly. I do not want to hide btnCreateReport Yet. I just use:
NSMutableArray *items = ...
1
vote
1answer
90 views
XCode does not give any useful information in autocomplete
In older versions of Xcode (before Xcode 4.1), hitting ESC would give a very useful autocomplete window, including the return value of any methods available. However, in XCode 4.1, hitting ESC gives a ...
1
vote
0answers
232 views
xcode 4.1 leaks memory
I recently upgraded to mac OS X Lion and installed Xcode 4.1. I have noticed, at least on my machines, that Xcode, more specifically libclang.dylib, is leaking a lot of memory (ex. see screen shot of ...
1
vote
2answers
138 views
Cannot find over-released object debugging on device
I have a rather large app which works in the simulator but creates in an over-released object scenario on the iPhone device. NSzombies would seem to be the route to go except that the object is not ...
1
vote
0answers
644 views
Xcode 4.1, SVN source control, Update in menu accessible, but update button in version control greyed out
I know there are a lot of questions on here that are quite similar to mine, but I looked through as many as I could and never found anyone with this specific problem.
I have a access to an SVN ...
1
vote
1answer
182 views
xcode 4 oddness keeping folders in project synched with simulator.
I have spent las 4 hours trying to figure out why Xcode 4 is not correctly synching my asset folder with simulator. The problem is the following:
1) I have a bunch of images, etc... in a folder ...
0
votes
0answers
8 views
Autocomplete in XCode does not always display all methods callable for a Class in some files
While working in XCode 4.2 I have noticed that sometimes in files autocomplete will not display the members or methods of a class that I imported into the source file.
Example:
#import ...
0
votes
1answer
45 views
VLCKit for MAC OS X 10.7
I have a problem with build VLCKit for MAC OS X 10.7.2
There is an error
--------------------------------------------------------
ld: library not found for -lvlccore
Command /Developer/usr/bin/clang ...
0
votes
0answers
38 views
There is no codesign_wrapper executable. XCode 4.1
I try to validate my application in Organizer to upload it to AppStore, but the following error appears:
"There is no codesign_wrapper executable. Please reinstall the XCode developer tools"
I use ...
0
votes
0answers
75 views
iPhone gcc-4.2 failed with exit code 1
Help, I'm at wits end -- sometimes my Xcode runs -- sometimes it doesn't I keep getting
I installed Xcode 4.1 then upgraded to 4.2
I can't even run a freshly made project :(
ProcessPCH
...
0
votes
0answers
38 views
How to solve unknown error in installation of Xcode 4.1 in lion? [closed]
I am facing a problem with Xcode 4.1 installation: about 75% of the installation complete it shows iTunes have to be quit for further installation. But I didn't with on the iTunes. I have restarted ...
0
votes
0answers
20 views
XCode4 debugger - how to enable “useful” clipboard functionality
This may be in the "too hard basket", and might mean I just need to file an enhancement suggestion with the lads in Cupertino, however....
I'd like to know if it's possible when using the integrated ...
0
votes
2answers
94 views
application works fine on simulator but crashes on device
i develop my application on xcode 4.1 . When i trie it with iphone 4.3 simulator , it work fine. But when i tries it on my iphone 4 , ios 4.3.3 , it crash. How can i find the problem ?
i use ...
0
votes
0answers
28 views
Disable achievements and “Forum & chats” tab from OpenFeint dashboard iPhone?
How i can disable achievements and "Forum & chats" tab from OpenFeint dashboard iPhone?
0
votes
0answers
99 views
iOS 4.2 sdk no longer on the developer page?
I am programming for an iPod touch 2Gen running iOS 4.2 with XCode 4.1!
The problem is when I try to put my soundboard app on my device (iPod touch 2G 4.2)
there is an error message. I know the ...
0
votes
1answer
284 views
iPhone simulator black screen in xcode 4.1 on Lion (iAtkos L1)
i am new to mac and i started working on iOS programming. Recently i get problem when i run or click on Build & Go button (in Xcode 4.1), my project does building but Xcode isn't able to run my ...
0
votes
1answer
431 views
EXE BAD ACCESS in line 14 in main.m after I type randomly when program launches?
I got this weird crash EXE_BAD_ACCESS error when I typed randomly by keyboard in freshly new View Based Application project in Xcode 4.1 and iOS SDK 4.3. When I press run after I created a View Based ...
0
votes
2answers
68 views
Xcode 4.1 not adding library for BCTabBarViewController
I wanted to try out BCTabBarController and added the files to my test-project by:
Dragging the BCTabBarController.xcodeproj onto my project in the project navigator.
Going to my project/target/Build ...
0
votes
1answer
102 views
Lion Osx Crash all Applications sometimes when i launch iphone simulator
it happened for me a lot but it's not happening every time ..
some times when i launch iphone application from xCode 4.1 in lion osx it closes all application and can't reopen them again unless i ...
0
votes
1answer
52 views
How does one send the image background behind the buttons while using Interface builder in Xcode 4.1
The earlier version of xcode had a layout option in which one could select push to back. But the new version does not have it
0
votes
3answers
135 views
consequences of itunes app name being different then xcode project name
what are the consequences of itunes app name being different then xcode project name?
Will my app not be accepted into the store if they are dfferent?
fyi I already created an app called X on itunes ...
0
votes
1answer
21 views
removed MY_APP.app file
I moved the MY_APP.app file by mistake, in xcode project navigator, under products folder, it seems red now, what will be the consequences?
And how can I bring it back?
When I build and run the ...
0
votes
0answers
280 views
SVN + SSH XCode 4.1 user authentication problem
Perhaps I haven't looked deep enough, but it appears that Xcode 4.1 does not allow you to change user names before attempting a SVN+SSH connection. Instead, it blasts the server a dozen times or so ...
0
votes
3answers
438 views
Get error when upgrade Mac OS Lion and Xcode 4.1
I got many error even just create a simple hello world project
It shows :
Check dependencies
error: unable to create ...
0
votes
1answer
359 views
iOS SDK 4.0 for Xcode 4.1 (Lion)?
I recently downloaded Xcode 4.1 for Lion with iOS SDK 4.3. Now, whenever I change my Deployment Target to anything older than 4.3, I get hundreds of errors when I try to build my project. This happens ...
0
votes
1answer
270 views
Compile issues with OpenCV and Juce on Xcode4.1 in 32bit on Lion
I'm trying to compile my VST Plugin with Xcode4.1 in 32Bit. I'm using the Juce Framework and integrated OpenCV 2.2 in it. I installed OpenCV with homebrew and this command:
sudo brew install opencv ...
0
votes
2answers
194 views
How to use device instead of Simulator
I am a new with iphone development and want to test my application on my iphone . I have paid $100 but can not find any way to workout how to do that . There are some references around but they are ...