On Thu, Apr 9, 2015, at 10:01 AM, Gerriet M. Denkmann wrote: > Using Xcode 6.2 my Swift program compiled and run fine. > > Now Xcode 6.3 complains of unresolved identifier > kUCHighSurrogateRangeStart. > > This is defined in: > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Headers/TextCommon.h > . > > How to make Swift recognise this file?
Are you importing CoreServices? Did you try referring to the symbol as `CoreServices.kUCHighSurrogateRangeStart`? --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
