iOS 7 Force target

Hi,
 

I have a enterprise subscription and I need to develop only for iOS 7 (because the TTS engine), but when I compile with the development target 7.0, Xcode displays a lot of errors.

 

In the AndroidManifiest.xml it´s easy to do that, requering a API LEVEL.
 

I hope you can help me,

You can set the deployment target under the General tab of your target in Xcode:

In my sample I’ve set the target to 6.0.

I need only iOS 7 or higher, because I use the speech synthesis and I can’t compile for ios 7 with Corona

If you open the Xcode project you’ll be able to set the Deployment Target to 7.0.

(see screenshot from my previous post)

If I do that, i cant compile because the errors of the first photo attached :(,

Thanks you for your reply

I had fixed my project change this:

Now I can compile for ios7 without problem with the last daily corona build.

Great to hear!

You can set the deployment target under the General tab of your target in Xcode:

In my sample I’ve set the target to 6.0.

I need only iOS 7 or higher, because I use the speech synthesis and I can’t compile for ios 7 with Corona

If you open the Xcode project you’ll be able to set the Deployment Target to 7.0.

(see screenshot from my previous post)

If I do that, i cant compile because the errors of the first photo attached :(,

Thanks you for your reply

I had fixed my project change this:

Now I can compile for ios7 without problem with the last daily corona build.

Great to hear!