gohypergiant / BPXLUUIDHandler

214 stars 37 forks source link

Does this class still work in iOS 6? #7

Open davidolesch opened 11 years ago

davidolesch commented 11 years ago

I tried CocoaPods install and cloning the repo but I always get these missing reference linker errors.

Screen Shot 2013-04-23 at 3 18 50 PM

orta commented 11 years ago

You have to include the Security framework

davidolesch commented 11 years ago

Thanks @orta. That was my problem. Shouldn't the README mention that the security framework is required?

orta commented 11 years ago

Nope, you have a PR that want's to fix that: https://github.com/blackpixel/BPXLUUIDHandler/pull/6

bar2 commented 11 years ago

I see that 36 digit long keys are automatically converted into 40 digit long keys as of iOS 6. Is it safe to use BPXUUIDHandler for iOS 6?

ngreenstein commented 11 years ago

Hi David,

I can't reproduce this; [BPXLUUIDHandler UUID] doesn't produce any errors with or without Security.framework. What version of Xcode are you using and what version of iOS are you targeting?

Thanks