I have the following test code:
import Cocoa import Carbon let x = kUCKeyActionDisplay
There is no problem with Xcode 6.2, but with Xcode 6.3 this code causes an error.
Error message: Use of unresolved identifier 'kUCKeyActionDisplay' .
Why can't I access the UnicodeUtilities namespace?
source share