Compiling for iOS 11.0, but module ‘ESPProvision’ has a minimum deployment target of iOS 13.0

huangapple go评论84阅读模式
英文:

Compiling for iOS 11.0, but module 'ESPProvision' has a minimum deployment target of iOS 13.0

问题

compiling for iOS 11.0, but module 'ESPProvision' has a minimum deployment target of iOS 13.0: /Users/sumitsharma/Library/Developer/Xcode/DerivedData/espidfrn1-ddsrubfjldnfvphfpnpvvfbalpmg/Build/Products/Debug-iphonesimulator/ESPProvision/ESPProvision.swiftmodule/arm64-apple-ios-simulator.swiftmodule

英文:

Compiling for iOS 11.0, but module ‘ESPProvision’ has a minimum deployment target of iOS 13.0compiling for iOS 11.0, but module 'ESPProvision' has a minimum deployment target of iOS 13.0: /Users/sumitsharma/Library/Developer/Xcode/DerivedData/espidfrn1-ddsrubfjldnfvphfpnpvvfbalpmg/Build/Products/Debug-iphonesimulator/ESPProvision/ESPProvision.swiftmodule/arm64-apple-ios-simulator.swiftmodule

答案1

得分: 1

根据错误信息显示,您的部署目标应为13.0,但实际上是11.0

只需进入XCode,选择您的项目,然后更改iOS部署目标

之后,清理您的构建,运行pod install,应该就可以了。

编辑:

还要更改最低部署目标:
Compiling for iOS 11.0, but module ‘ESPProvision’ has a minimum deployment target of iOS 13.0

Compiling for iOS 11.0, but module ‘ESPProvision’ has a minimum deployment target of iOS 13.0

英文:

As the error states, you have a deployment target 11.0 when in fact it is supposed to be 13.0.

So just go into XCode, select your project and change the iOS deployment target.

After that, just clean your build, run pod install and it should work.

EDIT:

Change minimum deployment target as well:
Compiling for iOS 11.0, but module ‘ESPProvision’ has a minimum deployment target of iOS 13.0

Compiling for iOS 11.0, but module ‘ESPProvision’ has a minimum deployment target of iOS 13.0

huangapple
  • 本文由 发表于 2023年6月5日 15:58:43
  • 转载请务必保留本文链接:https://go.coder-hub.com/76404502.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定