Reputation: 534
I had developed an app with base SDK version to iOS 3.2.3 and deployment target as iOS 3.0 . However, when I have updated my app now, and tried the ad-hoc build to install it on iOS 4 device, it is failing. Please suggest if I have to make another build with latest base SDK version or I can stick to my current build?
Upvotes: 0
Views: 130
Reputation: 104065
Always build against the latest SDK version and set the Deployment Target according to your needs.
Upvotes: 2