Search Results

4
votes

Unique identifier for an iPhone app.

By far the easiest and most appropriate way to obtain a unique identifier is to use the mechanisms Apple explicitly provides for obtaining one - [[UIDevice currentDevice] uniqueIdentifier] …
-2
votes

Why does Xcode keep changing its active executable?

So.. why are you actually doing that? It is probably better, given the nature of the iPhone (with multiple frameworks for multiple architectures), to set up different Targets for your various proj …