Questions tagged [xcode5]

Xcode 5 is Apple's integrated development environment (IDE). Xcode 5.0 included the SDKs for Mac OS X 10.8 and iOS 7. *Do not use this tag unless your question specifically involves the Xcode IDE!*

Xcode 5 is an Apple integrated development environment (IDE). This version of Xcode includes the SDKs for Mac OS X 10.8 and iOS 7. It is available free on the Mac App Store and as a downloadable disk image file (DMG) from http://developer.apple.com/xcode

This tag should only be used for questions about the Xcode 5 integrated development environment (IDE) itself, and not for general Mac or iOS programming topics. Use for Mac programming questions, and or for iOS programming questions.

If the question is related to the Xcode IDE in general (not specific to Xcode 5), use the tag.

3988 questions
32
votes
6 answers

+entityForName: nil is not a legal NSManagedObjectContext parameter searching for entity name 'Account''

I have tried a lot of options, but can't find the solution for this problem. I created a Core Data file and named the entity Account, Created an string attribute called username. Then edited the class of the entity to NSManagedObject, not sure if…
ferrojr
  • 339
  • 2
  • 4
  • 9
32
votes
3 answers

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, when I run the app in simulator it woks fine with or without debugger. Recently I upgraded my Mac OS X 10.8 to 10.9 (Mavericks). There were…
Bobrovsky
  • 13,789
  • 19
  • 80
  • 130
32
votes
10 answers

Thread 1: EXC_BAD_ACCESS (code=1, address=0xf00000c)

I have problem with Thread 1: EXC_BAD_ACCESS (code=1, address=0xf00000c) and I don't know how to resolve it. It appeared when I change some object in core date and save it and I try to pop this controller to parent. This error is in main() with…
user2375706
  • 705
  • 2
  • 8
  • 14
32
votes
7 answers

Xcode 5 Framework/Library Search Path Absolute Address

I updated my Xcode to 5.0. I added some library/framework search paths and the path it's displaying is the absolute path. For example, if my folder is in my desktop it would display…
cessmestreet
  • 2,298
  • 3
  • 22
  • 42
32
votes
6 answers

Status bar appear over my view's bounds in iOS 7

I tried to test my app in iOS 7, and then I find my view appears over the status bar... As I read, in iOS 7, the status bar is hidden. So how do I make it compatible to run both in iOS 6 and iOS 7? Should I have to make different .xib files for…
Bhrigesh
  • 861
  • 1
  • 7
  • 14
31
votes
5 answers

How to create Entitlement.plist file in Xcode?

I have downloaded the latest version of Xcode. I want to create Entitlement.plist file in my project. Please give me proper steps to create an Entitlement.plist file in Xcode.
Dinesh Kaushik
  • 2,917
  • 2
  • 23
  • 36
31
votes
3 answers

iPad launch images in Xcode 5 accept just retina or non retina but not both

I am setting all the new launch images needed in the new Xcode, but I'm having a very strange problem... when I put the Portrait Non-Retina (768x1024) image there are no problems... but then when I go to put the Portrait Retina (1536x2048) image,…
Blue
  • 2,300
  • 3
  • 21
  • 32
31
votes
4 answers

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 (being MagicalRecord). The quickest way to 'fix' this might be using the: #pragma GCC diagnostic ignored "-Wundeclared-selector" (from:…
iOS-Coder
  • 1,221
  • 1
  • 16
  • 28
31
votes
11 answers

XCTest build errors for test target Xcode 5:

I have set up an XCode 5 iOS 7 project for unit tests. Of course, setting up the unit tests are taking me so long that I'm trying to keep the faith that it's worth it. Struggling for hours over this error: ld: building for iOS Simulator, but…
user798719
  • 9,619
  • 25
  • 84
  • 123
30
votes
6 answers

How can I tell Asset Catalog (.xcassets) to use the Same Image for Multiple Image Wells?

We have several Xcode app projects, and we're upgrading all of them to use the latest Xcode 5 features, including Asset Catalogs (.xcassets). All of our default (launch) images already include spacing for the status bar, and we want to use these…
JRG-Developer
  • 12,454
  • 8
  • 55
  • 81
30
votes
0 answers

Always having to sign into Apple Game Center in simulator in iOS7?

I'm working on a game which requires the user to have an Apple Game Center account. Prior to XCode 5/iOS7 I would run the game in the simulator, if the player wasn't signed into GC it would show the dialogue, if they were they got a game center…
Phil
  • 2,995
  • 6
  • 40
  • 67
30
votes
3 answers

Xcode 5 throws "Library not loaded" error when adding a test target

I've tried adding a test target on Xcode 5 using the Add Target -> Add Cocoa Touch Unit Testing Bundle. However, when I run the test, I get the following error: 2013-09-24 10:43:14.446 Stack Exchange[48895:c07] Error loading …
Arie Litovsky
  • 4,893
  • 2
  • 35
  • 40
30
votes
13 answers

How to use iOS Simulator 7 \ XCode 5 to test pre-iOS 7 UI (without upgrading the app for iOS 7)

Compiling my app on XCode 4.6.3 and running it on iOS 7 works great. Compiling my app on XCode 5 and running it on iOS 7 results a big UI mess I don't want to handle right now. (iOS 7 pickers, tabbars, tableviews etc') Goal: I want to be able to use…
Segev
  • 19,035
  • 12
  • 80
  • 152
30
votes
5 answers

IOKit Not found

So everything was fine, and then I decided to start developing on XCode 5 DP3 and iOS7 Prior to upgrading, my project compiled and ran fine on my iPhone 3GS (I made a little soft phone application); it didn't run on my iPhone 5, however; I was very…
Nolan Anderson
  • 576
  • 1
  • 6
  • 15
29
votes
6 answers

SpringBoard failed to launch application with error: -3

I'm getting an warning as 'SpringBoard failed to launch application with error: -3'. This happens when trying to run application in Xcode 5.
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177