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 the app against my device gave me
No know class method for selector 'constraintWithItem:attribute:relatedBy:toItem:attribute:contant:'
The weird part is I did not change anything on this part of code. And building it against simulators passed fine, it even built fine if I removed my device and archive it against 'iOS Device'.
I then created a ad-hoc build and install it on my 'problematic' device using iTunes, it works fine.
I am totally lost, here, anyone has any idea?
Much appreciated.