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

后端 未结 9 1335
别跟我提以往
别跟我提以往 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条回答
  •  佛祖请我去吃肉
    2021-01-30 02:06

    EDIT: This is problem on Apple side and nothing to do with Xcode. This is only effecting apps with WatchKit.

    I just uploaded one my apps today that has a watchkit extension. Try this, it may or may not help.

    • Xcode -> Product Clean

    • Xcode -> Quit

    • In a console terminal do > rm -rf /Users/your_mac_user/library/Developer/Xcode/DerivedData/*

    • Relaunch Xcode and project

    • Go to your Xcode -> Build Settings for your iPhone app and make sure its set to 8.0 for debug and release

    • Now go to both your watch and watch extensions and make sure the Build setting is set to 8.2

    • Archive and upload again.

提交回复
热议问题