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.

4015 questions
460
votes
9 answers

Provisioning Profiles menu item missing from Xcode 5

After spending a whole day installing a fresh copy of Mac OS X v10.8 (Mountain Lion), Xcode 5, fixing provisioning profiles, certificates, creating new ones, I finally managed to get my applications running on my iPad again. The problem is that in…
kanstraktar
  • 5,277
  • 2
  • 19
  • 28
295
votes
25 answers

OS X Framework Library not loaded: 'Image not found'

I am trying to create a basic OS X Framework, right now I just have a test framework created: TestMacFramework.framework and I'm trying to import it into a brand new OS X Application project. I have built the .framework file and imported it into the…
Sammio2
  • 7,162
  • 7
  • 32
  • 48
284
votes
58 answers

"The file "MyApp.app" couldn't be opened because you don't have permission to view it" when running app in Xcode 6 Beta 4

Whenever I try to run my app in Xcode 6 Beta 4 I am getting the error: The file "MyApp.app" couldn't be opened because you don't have permission to view it. This error appears no matter what simulator or device I target. I have tried: Deleting all…
drewag
  • 88,073
  • 28
  • 133
  • 127
250
votes
15 answers

Is it possible to install iOS 6 SDK on Xcode 5?

Xcode 5 has a preferences pane that allow one to download iPhone 6.1 simulator, however I can't find a place where it allows downloading of iOS 6 SDK, thus it is not possible to set the active SDK to iOS 6 when developing with Xcode 5. Is there a…
Tony
  • 30,345
  • 9
  • 45
  • 77
244
votes
54 answers

Duplicate symbols for architecture x86_64 under Xcode

I now have the same question with above title but have not found the right answer yet. I got the error: …
lee
  • 7,016
  • 8
  • 41
  • 56
214
votes
44 answers

Undefined symbols for architecture arm64

I am getting a Apple Mach-O Linker Error everytime I import a file from CocoaPods. Undefined symbols for architecture arm64: "_OBJC_CLASS_$_FBSession", referenced from: someFile ld: symbol(s) not found for architecture arm64 I get about 12 of…
GangstaGraham
  • 7,425
  • 11
  • 39
  • 54
210
votes
10 answers

ERROR ITMS-9000: "Redundant Binary Upload. There already exists a binary upload with build version '1.0' for train '1.0'"

I am trying to upload my build on iTunes Connect via Xcode 5.1.1 but it is continuously showing that it is loading and app is not getting uploaded. So I have tried uploading with Application Loader but its showing the below error: ERROR ITMS-9000:…
Dhara
  • 4,085
  • 2
  • 33
  • 68
191
votes
4 answers

What are the new documentation commands available in Xcode 5?

One of Xcode 5's new features is the ability to document your own code with a special comment syntax. The format is similar to doxygen, but appears to only support a subset of those features. Which commands are supported, and which ones aren't? Do…
Senseful
  • 73,679
  • 56
  • 267
  • 405
171
votes
23 answers

Could not launch process launch failed: timed out waiting for app to launch

I am trying to launch my app on device. It is launching successfully on the simulator. List item I use 7.1 SDK Xcode 5 And the device is a 7.1 iPhone 4S I have tried: Clean Clean Build Folder Deleting app Disconnecting/Reconnecting…
user317706
  • 1,987
  • 3
  • 17
  • 17
157
votes
5 answers

Should *.xccheckout files in Xcode5 be ignored under VCS?

Apple has introduced a new project-related type of file in Xcode 5: "xccheckout". This file is located in the ".xcodeproj/project.xcworkspace/xcshareddata/" directory, and it seems that it is related to the project's version control system. An…
Artem Abramov
  • 4,536
  • 3
  • 23
  • 37
150
votes
21 answers

Xcode 5: Code signing entitlement errors

I've build a new application which is going to support IOS 7. I got the new XCode 5 GM and tried to sign my apps using my fresh provisioning profile and distribution certificate, but i'm having trouble with distribution. I constantly get the…
Benjamin de Bos
  • 4,344
  • 4
  • 18
  • 30
147
votes
3 answers

Adding a build configuration in Xcode

I'd like to add a new build configuration in Xcode 5, "QA", to the other three we currently have (Debug, Distribution, Release). However, when I click "Editor > Add Configuration", everything is grayed out. I'm not very familiar with Xcode in the…
Daniel Miller
  • 2,101
  • 4
  • 15
  • 19
136
votes
17 answers

Xcode duplicate line

There is a Duplicate command in the Edit Menu (with a default shortcut of ⌘D), but it is (as Halley pointed out) meant for duplication in the Interface Builder part of Xcode. So, how do you (easily) duplicate a line in Xcode 4? Related question…
Blaz
  • 3,218
  • 4
  • 23
  • 40
128
votes
24 answers

No identities are available for signing Xcode 5

I have an error "No identities are available for signing" when try to validate my app in Xcode 5. I tried all: Recreate certificates and provisioning profiles, all methods which have been described on this site and another resources; I'm confused,…
Oleksii Moiseenko
  • 1,298
  • 2
  • 8
  • 6
127
votes
12 answers

Error: CUICatalog: Invalid asset name supplied: (null), or invalid scale factor : 2.000000

TableViewApplication[1458:70b] CUICatalog: Invalid asset name supplied: (null), or invalid scale factor: 2.000000 Getting this warning while working with TableViewController. How to rectify this error and which block is affected?
manish singh
  • 1,273
  • 2
  • 9
  • 4
1
2 3
99 100