Sunday, October 11, 2009

iPhone dev Stupidity 50: Base SDK when migrating to iPhone OS 3.0

Remember to change the Base SDK, for those frameworks used by your project is relative to this SDK.



XCode doesn't change it for you - If you use some new 3.0 features (like UIPasteboard), XCode will search it from the base SDK folder - which will result a failure when it fails to find the new 3.0 frameworks.

No comments: