Questions tagged [xcode4]

Xcode 4, released in June 2011, is Apple's integrated development environment (IDE) for Mac OS X and iOS. This tag should only be used for questions about this specific version of Xcode, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, or [cocoa-touch] for iOS (formerly iPhone OS) programming questions.

Xcode 4 is the successor to Xcode 3, the main development tool for developing software under Mac OS X, targeting Mac OS and iOS. It was introduced to the developer community at Apple WWDC 2010, and the final release was published in March 2011. It was replaced by Xcode 5 in September 2013.

References

See for more information.

5408 questions
3
votes
2 answers

how do I reference a separate project in xcode 4?

How do I reference another project which has code I wish to leverage in XCode 4. In particular I'm trying to make use of the NSDate extensions from here. Some notes: I was assuming I should probably reference rather than trying build a framework…
Greg
  • 34,042
  • 79
  • 253
  • 454
3
votes
0 answers

How can I hide resource forks and other special files in a workspace in Xcode 4's project navigator?

I've noticed the resource forks (._filename) and other hidden files like ._.DS_Store are shown in the project navigator when working on a "Workspace" project (Ruby). How can configure Xcode 4 to not display these files in the project navigator?
jstr
  • 1,271
  • 10
  • 17
3
votes
2 answers

Apple Mach-O Linker (Id) Error PDColoredProgressView

I'm trying to use PDColoredProgressView from here. It was working, but for some reason, XCode decided it wasn't having it and throws up 27 Apple Mach-O Linker (Id) Errors. Huh? Can anyone decode this? Thanks! Ld…
strange quark
  • 5,205
  • 7
  • 41
  • 53
3
votes
3 answers

Xcode4 Workspace with Static library project & application project

I'm working on a project where I'm going to eventually have a library of code that will be used by multiple applications. In reading though the documentation it sounded like creating an XCode4 workspace and 2 projects (1 library, and 1 application)…
Rob Booth
  • 1,792
  • 1
  • 11
  • 22
3
votes
2 answers

Where to find updates for deprecated functions?

Xcode4 will tell you if a function is deprecated but does not provide any info on what to use as the latest update for that function. What is the best way to find out the updated version of any deprecated function?
4thSpace
  • 43,672
  • 97
  • 296
  • 475
3
votes
1 answer

Xcode 4 Documentation References?

I'm using now Xcode 4 and cannot access the documentation. I typed in UITableView in the search-field, but nothing is there. What's wrong with Xcode? Do I have to download something ?
Christian 'fuzi' Orgler
  • 1,682
  • 8
  • 27
  • 51
3
votes
3 answers

How can create binary in Xcode 4.0

How can create binary in Xcode 4.0?
GameLoading
  • 6,688
  • 2
  • 33
  • 57
3
votes
1 answer

Is LLVM the default compiler in Xcode 4?

So I just installed Xcode as I registered to dev program so do I actually have to change the compiler from somewhere in Xcode or is LLVM on default? Thanks in advance!
Samuli Lehtonen
  • 3,840
  • 5
  • 39
  • 49
3
votes
1 answer

Xcode backward compatibility

I want to upgrade my Xcode 3.2.3 to Xcode 4.0 but I want to confirm one thing about my current project code. Will upgrading cause problems with my current code ? Can I still run the code made by Xcode 3.2.3 and run it and modify it with Xcode 4.0…
Dina
  • 467
  • 4
  • 18
3
votes
3 answers

Where did the "Search in Project" context menu item go in Xcode 4?

When you selected text in the code window and right-clicked on it, you would get a context menu with an option to "Search in Project" for the selected text. (Xcode 3.x) Anyone knows how I can achieve the same in Xcode 4? Or a keyboard shortcut? Now…
Niels R.
  • 7,260
  • 5
  • 32
  • 44
3
votes
1 answer

Xcode 4 - key binding option key, possible for you?

In xcode 4, I can't bind the command "Shift Right" to option+tab key and "Shift left" to option+shift+tab. I'm using textmate and those commands are binded like this, so I would like the same setup in xcode 4... But for some reason, it adds the…
allaire
  • 5,995
  • 3
  • 41
  • 56
3
votes
2 answers

Xcode 4, git and mergeing projectfile!

I have a problem! We are working on an iPhone-app and are using git. The problem is that if someone changes something in the project(adds a file and so on..) and i try to pull that change, I have to merge it. But the merge isn't painless, I often…
jonepatr
  • 7,769
  • 7
  • 30
  • 53
3
votes
3 answers

has uitabbarcontroller changed in xcode 4

I recently upgraded to xcode 4. My application utilizes tabbarcontroller. In old xcode 3.x, you were able to change the tabs to different types per this screenshot: From what I gather in researching this issue, xcode 4 no longer offers this…
Tom Schreck
  • 5,177
  • 12
  • 68
  • 122
3
votes
1 answer

Xcode 4 Applescript to build and run the current target app

I'm looking for some applescript that would tell Xcode to run the current target. I'd like to automate Xcode from textmate to provide "Run in simulator" and "Run on device". This is as far as I got: tell application "Xcode" set myWorkspace to…
whatupdave
  • 3,124
  • 5
  • 28
  • 32
3
votes
2 answers

How to make Mac app archive signed?

I want to publish my Mac app to Mac App Store. So I've tried to sign my app and archive with Xcode 4. I got the process to sign the app - build settings. However, I don't know how to sign archive(package). In Organizer, when I tried to submit with…
Hwansoo Kim
  • 286
  • 2
  • 11
1 2 3
99
100