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

compile error #1

Closed 2128 closed 12 years ago

2128 commented 13 years ago

IdentifierAddition.m line 57 as follows: http://www.4freeimagehost.com/show.php?i=aed290c4f532.png

gekitz commented 13 years ago

This code should work fine. Do you have any special compiler settings enabled? Otherwise a simple cast from (void ) to (char ) will solve the problem.

Ricardo1980 commented 13 years ago

To share a code snipped easily you can use https://gist.github.com/ although I don't know if there is a way to mark a compiler error.

gekitz commented 12 years ago

I don't think you can mark compiler errors there ;) It's a simple pasteboard with code highlighting.