2
votes
What’s the best way to find out the installed version of the iPhone SDK?
In general, you get the version number for any SDK from the CoreServices/SystemVersion plist file:
$Developer/Platforms/$Platform.platform/Developer/SDKs/$SDK.sdk …
2
votes
Linking File’s Owners and View Controller [iPhone SDK]
(This doesn't appear to be specific to iPhone -- it's a general class of problem for any platform.)
It's barely clear what this means:
"Now when I click my new xib, and reference a class id …
