Questions tagged [xcode6.1-gm-seed]

Related to the new GM Seed version (after beta, before release) of xCode 6.1.

Related to the new GM Seed version (after beta, before release) of xCode 6.1. Only available for coder that have enrolled in the Apple Developer Program

7 questions
15
votes
1 answer

Keyboard Extension Not Working with iOS 8.1 Simulator

I just updated to Xcode 6.1 and my keyboard extension app, which was working fine with 6.0.x, is now not selectable via the nextinputmode button. This works fine on the actual device but not on the simulator. I can add the keyboard in settings with…
Kevin Kaiser
  • 183
  • 8
4
votes
4 answers

xcode 6.1 installation process

I installed Yosemite a couple of days ago. It really broke quite a lot of things - broke my favorite game which won't start, broke my php installation, my wordpress installation, and now Homebrew! But the spotlight feature is nice, not that it makes…
Richard G
  • 5,243
  • 11
  • 53
  • 95
4
votes
4 answers

Xcode 6: iOS doesn't use storyboard localizations

since I upgraded my Xcode project to Xcode 6, my storyboard localizations don't work. I have: A base localization as storyboard file (which is basically English) Four string files: English, German, French and Japanese Until Xcode 5 those worked…
h345k34cr
  • 3,310
  • 5
  • 21
  • 28
1
vote
1 answer

Xcode 6.1 NSLayoutConstraint no know class method issue

I upgraded my iPhone 5 to iOS 8.1 and XCode to 6.1 (which turns out a tragedy), I then test my custom keyboard using them. At first, everything was ok, I can run my custom keyboard on simulators and on my device with no issue, but suddenly, building…
Evan Chu
  • 2,190
  • 2
  • 20
  • 23
1
vote
0 answers

NSView Hierarchy. NSView bad ordering on yosemite

I have 2 NSView , firt is backgroung (the transparent black circle), and a second view wich contain some labels . Now the problem: When i run the app , the background layer is above label Layer, so if i set alphaValue at 100 for background layer ,…
C-Viorel
  • 1,801
  • 3
  • 22
  • 41
0
votes
1 answer

iOS Simulators are not working in Xcode 6.1.1?

Iam able to run my project in iPad and iphone but when i tried to run it in iPad simulators but then i got this error . ld: building for iOS Simulator, but linking against dylib built for MacOSX file…
Naveen
  • 15
  • 5
0
votes
1 answer

Calling classForCoder in init before super.init

In my iOS app written in Swift I have an Error class, which extends from NSError. class MyError: NSError { class var ErrorDomain: String { return "com.domain.app.error" } class var ErrorCode: Int { return 0 } init(data: [String:…
Darrarski
  • 3,882
  • 6
  • 37
  • 59