ERROR ITMS-90512: Invalid sdk value… 8.2 is higher than maximum allowed value of 10.3?

后端 未结 9 1334
别跟我提以往
别跟我提以往 2021-01-30 01:59

Trying to upload a binary, which includes a watch app. The error I\'m getting (which I wasn\'t getting a couple days ago) is the value provided for LC_VERSION_MIN_IPHONEOS for

9条回答
  •  旧时难觅i
    2021-01-30 02:26

    If you download a new version of Xcode, make sure to switch to it:

    sudo xcode-select --switch /Applications/Xcode_11.6.app/Contents/Developer
    sudo xcodebuild -runFirstLaunch
    

    Ecuador's answer about using otool is a great tip to make sure the SDK is correct before you submit.

提交回复
热议问题