gekitz / UIDevice-with-UniqueIdentifier-for-iOS-5

Brings back the unique identifier support under iOS 5, it uses the device's mac address in combination with the bundle identifier to generate a new hashed unique identifier.
MIT License
1.24k stars 226 forks source link

Making a static library #11

Closed dzulkeply closed 12 years ago

dzulkeply commented 12 years ago

Hi,

I tried to make the classes as static library but when I compiled, I always got this error: "Cannot find interface declaration for "UIDevice".

Target development is iOS 5 and XCode is version 4.3.2. If I required, I can email you the project.

dzulkeply commented 12 years ago

Solved, add #import UIKit/UIKit.h in UIDevice+IdentifierAddition.h