Hi everyone,
I’m using the Unity Cloud Build system to test my apps I had developed with Unity, and so far everything was working fine (including the test versions, and release versions android).
Now it’s the first time I’m trying to upload an IPA to iTunes-Connect, using the ‘Application Loader’, but I got an error message (ERROR ITMS-90512 - Invalid SDK value).
“QCARWrapper is 10.9 which is greater than the maximum allowed value of 9.2.”
Please see the attached image for further details.
I had the set the cloud builder always to use latest Xcode version.
On my max is installed Xcode v7.1.1, Application Loader v3.3,
In my Unity project the target iOS version is set to ‘7.0’. (Should i set it to ‘Unknown’?)
I’m trying to avoid using the Xcode itself as possible, and using the signed IPA from the cloud build.
Any ideas hot to get it fixed?