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 227 forks source link

Crashes for Distribution builds #7

Closed appit closed 12 years ago

appit commented 12 years ago

This works ok in a dev build, but as soon as you build for a distribution it will crash.

meachware commented 12 years ago

I'm using it in a couple of apps already deployed and available through the store. Pretty sure you need to double check your project, or something. Post the actual error in the console log :-)

gekitz commented 12 years ago

Sounds weird. The code should work in a distribution build as well. I'm with meachware, please double check your code. I will close this issue.