I'm trying to test my application against a friend's old iPod touch running iOS 3.1.3.
I have XCode 4 and receive this error message when trying to run the application:
The run destination iOS Device is not valid for Running the scheme 'MyApp'.
The scheme 'MyApp' contains no buildables that can be built for the architectures supported by the run destination iOS Device. Make sure your targets build for architectures compatible with the run destination iOS Device.
I have set the deployment target to iOS 3.1.3. What else do I need to do in XCode 4 to build and test the app on this old iPod touch?
I am using the "standard" build architecture, not optimised.