Questions tagged [xcode4.1]

The July 2011 release of Xcode, Apple's integrated development environment (IDE) for for its Mac OS X and iOS platforms.

Xcode is Apple's integrated development environment (IDE) for development for its Mac OS X () and iOS (/) 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:

  • Project organization
  • Source code editing
  • Build system
  • Unit testing
  • Interface Builder (in Xcode 4 and later only; it is separate in 3 and earlier)

Xcode comes with Apple's Mac OS X and iOS SDKs bundled, but that does not mean questions about the use of those SDKs are questions about the IDE. Consider what changes your question would require if you were using vi to edit and make to build; if your question would remain unchanged, then it is not an Xcode question, so you should not give your question the tag. Use the (Mac) and/or (iOS) tags instead.

See for more information.

32 questions
1
vote
0 answers

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 Instruments). I also did a fresh install and…
romejoe
  • 423
  • 1
  • 5
  • 16
1
vote
2 answers

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 over-released on the simulator and NSZombies does…
Ric
  • 796
  • 12
  • 28
1
vote
1 answer

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 called Assets. This folder has being added to Xcode…
Notbad
  • 5,936
  • 12
  • 54
  • 100
1
vote
0 answers

firemonkey for xcode 4.6 or a link to download Xcode 4.1

I'm using Delphi XE2- firemonkey for iOS app development. the firemonkey-ios.dmg file which is provided in the delphi directory can not be installed with Xcode 4.6. it requires Xcode 4.1 which is no longer available in apple development downloads.…
1
vote
0 answers

UITapGestureRecognizer Not Working on Xcode 4.1/iOS 4.3

I'm trying to implement an Expandable Table View Cell, using this example: http://blog.paxcel.net/blog/expandablecollapsible-table-for-ios/ Here, they're using Xcode 4.3, with iOS 5, but I have to implement it using Xcode4.1, with iOS 4.3. Using…
1
vote
1 answer

MacOSX C++ working directory with command line applications

I've been trying to figure out how to set the working directory to the same directory as my program. As I am unfamiliar with Objective-C and Cocoa, I wrote this as a basic command line application, meaning standard in/out. For some reason, the…
Stephen S
  • 166
  • 1
  • 1
  • 12
0
votes
1 answer

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 failed with exit code 1 and i already read this…
0
votes
1 answer

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 PM.xcarchive/Products/Applications/ROCK CCYM.app' Arguments:…
0
votes
2 answers

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 ASIHTTPRequest, it can be the problem ? this is the…
user567
  • 3,712
  • 9
  • 47
  • 80
0
votes
1 answer

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 Application Project, a blank screen with come.…
mysticboy59
  • 143
  • 10
0
votes
2 answers

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 Phases/Target Dependencies and adding…
RickiG
  • 11,380
  • 13
  • 81
  • 120
0
votes
1 answer

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 restart the machine.. what the wrong is this…
Mohamed Emad Hegab
  • 2,665
  • 6
  • 39
  • 64
0
votes
1 answer

Removed MY_APP.app file

I moved 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 project in iPhone simulator it doesn't come back.
osnewb
  • 71
  • 1
  • 5
0
votes
3 answers

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 '/Users/webberlai/Library/Developer/Xcode/DerivedData/HelloWorld-bnwywshtalciqpgaeaznkzexibsz/Build/Intermediates' (Permission…
Webber Lai
  • 2,014
  • 5
  • 35
  • 66
0
votes
1 answer

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 -build32 But when I'm compiling the project with…
sn3ek
  • 1,929
  • 3
  • 22
  • 32