Top "Xcode5" questions

Xcode 5 is Apple's integrated development environment (IDE).

Should I fix Xcode 5 'Semantic issue: undeclared selector'?

I'm trying to upgrade my app with Xcode5 but encountered a number of 'Semantic issues' in a third party library (…

ios selector semantics xcode5
Xcode error : Distill failed for unknown reasons

Does anybody know why this error happens on Xcode5? Answer I had this problem when I accidentally renamed a .psd …

ios iphone xcode ios7 xcode5
No Provisioning Profiles with a valid signing identity in xocde5

When I try to use Xcode5 dp6 to run app on devices. I got an error of No Provisioning Profiles …

iphone xcode5 provisioning-profile ios-provisioning
Xcode "Could not launch". Only reports "Security" as error

I've edited the app name out. Other than that the dialog is exactly like this. I'm developing an enterprise app …

ios xcode5 enterprise
How can I add JPEGs to an asset catalog in Xcode?

Is it possible to add assets other than PNG files to an Xcode Asset Catalog? When I drag JPEG files …

xcode assets xcode5
How to permanently fix Xcode 5 SpringBoard failed to launch application with error: -3

Launching apps from Xcode 5 to the iOS simulator (multiple OS versions) fails with SpringBoard failed to launch application with error: …

ios xcode ios-simulator xcode5 springboard
Import a project in SVN from Xcode 5

In xcode 4 organizer there was a button "import", in xcode5 how do I import a project in my svn repository? …

ios svn xcode5 visualsvn-server
How to auto increment the build number in Xcode 5

I was wondering if Xcode 5 is providing a setting to automatically count up the Build number found under General in …

xcode build xcode5
xcode 5 deprecation warning about glut functions

I just upgrade my mac os x 10.6.8 to 10.9 this morning. Everything goes fine except the Xcode 5 with OpenGL Glut APIs. …

opengl glut xcode5 deprecated osx-mavericks
EXC_BAD_ACCESS (code=1, address=0x0) when stepping in debugger

My application crashes each and every time I try to step over a call. Without debugger it works fine. Also, …

ios xcode debugging xcode5 osx-mavericks