Questions tagged [xcode6.1]

Related to the specific version of the Apple's IDE, Xcode 6.1. It was released on October 16, 2014.

Related to the specific version of the Apple's IDE, Xcode 6.1.

383 questions
251
votes
18 answers

iOS app 'The application could not be verified' only on one device

I have two iphone devices( 4s and 5 ) connected to my computer and i am trying to install an application in both the devices. It installs pretty well in iphone 5 but it gives an error 'The application could not be verified.' when attempted to…
Sunil
  • 3,424
  • 2
  • 24
  • 25
133
votes
43 answers

Xcode project not showing list of simulators

I open my project in Xcode 6.1. When I try to run the project, the button is grayed out. When I try to go to Product > Clean, the option is grayed out. When I look at the list of simulators, all I get is My Mac instead of the usually iOS Device. How…
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199
104
votes
1 answer

iOS 8.1 Simulator Localization broken (NSLocalizedString)

TL;DR: It seems localization does not work with xCode 6.1 and 8.1 simulator. Workaround: Go to "edit schemes" >> "Run" (side bar) >> "Options" tab >> "Application Language" Select the language you wish to run the app on the simulator. Long…
natanavra
  • 2,100
  • 3
  • 18
  • 24
104
votes
25 answers

Swift Xcode Index Freezing or Slow

Maybe this is just me experiencing such an annoying "feature": After upgrading from Xcode 6.0.1 to Xcode 6.1, things changed. Xcode 6.1 is forever indexing the project or compiling source files. The project is not a huge one. It just contains a…
leonard
  • 2,337
  • 4
  • 22
  • 26
92
votes
20 answers

Unable to boot device in current state: Booted

Any guess on "Unable to boot device in current state: Booted" error in Xcode6 beta while running (build+run) project in Simulator. I am just running my existing project in Xcode 6 I found above message. I tried cleaning, deleting of the derived…
ajay
  • 3,245
  • 4
  • 31
  • 59
76
votes
5 answers

Changing language on iOS 8.1 simulator does not work

If I change the language on an iOS 8.1 simulator to anything and try to detect this from code with NSString * language = [[NSLocale preferredLanguages] objectAtIndex:0]; NSLog(@"Language: %@", language); I get "en" back. I've tried resetting the…
Janos
  • 1,987
  • 3
  • 17
  • 24
60
votes
18 answers

Incorrect path for Pods.debug.xcconfig in Xcode?

so I used Venmo/Synx on my Xcode project with CocoaPods, and it completely screwed everything up. I was able to fix the Manifest.lock and Podfile.lock errors, but now I am getting this error: The file “Pods.debug.xcconfig” couldn’t be opened…
mais-oui
  • 2,691
  • 6
  • 19
  • 15
52
votes
6 answers

How do we manually fix "ResourceRules.plist: cannot read resources" error after xcode 6.1 upgrade?

We are having the same issue found here, here, here and here Basically we upgraded to xcode 6.1 and our build are getting the "ResourceRules.plist: cannot read resources" error. We have a Jenkins server that does our ios builds for us. We are using…
Tim
  • 1,191
  • 1
  • 11
  • 11
50
votes
12 answers

Xcode 6.1 Missing required architecture X86_64 in file

In Xcode 6.1 , I am getting error for iPhone 6, iPhone 5s(iOS 7.1) which says Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_ClientAuthenticator", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found…
yogsma
  • 10,142
  • 31
  • 97
  • 154
35
votes
11 answers

Installation Failed "Invalid argument" when trying to run Today application extension

I added a vanilla Today Application Extension and run with the new scheme created by XCode. After it finishes building ("Build Succeeded" pops up), it failed straight away with this error: Installation Failed Invalid argument I've been trying to…
foct
  • 351
  • 1
  • 3
  • 3
32
votes
8 answers

Error: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out."

I am working on an application in Xcode 6.1, iOS 8.1; the application was working completely fine till 2 days before, but today as I executed it I got an error in the web service & the error is printed below. Error: Error Domain=NSURLErrorDomain…
iYoung
  • 3,596
  • 3
  • 32
  • 59
24
votes
3 answers

Xcode 6.1 : Multiple methods named 'count' found with mismatched result, parameter type or attributes

I'm getting Multiple methods named 'count' found with mismatched result, parameter type or attributes error while building app. The app was working fine in 32 bit. I have changed it to 64 bit as per Apple guideline. I have referred this Link but…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
23
votes
18 answers

Launch Screen not displaying iOS 8

I'm trying to get the Launch screen to display instead I get the default black screen. I remember I've had this issue in the past and is something really silly but I can't remember what it is. I have a LaunchScreen.xib. I've set in my target -> info…
user1898829
  • 3,437
  • 6
  • 34
  • 62
19
votes
5 answers

None of the valid provisioning profiles include the devices

I have removed some of the devices from the provisioning profile from apple portal for adhoc distribution and downloaded and installed it in xcode 6. But upon archiving the project it shows the error for missing devices and invalid provisioning…
SandeepAggarwal
  • 1,273
  • 3
  • 14
  • 38
19
votes
1 answer

Xcode 6 IDE: How to close GIT panel beside code editor?

Using Xcode 6.1 I opened a panel showing GIT commit notes somehow and now I would like to close it. Does anyone know how???
smDeveloper
  • 1,068
  • 9
  • 12
1
2 3
25 26