简体   繁体   English

试图存档一个ios应用程序但出现clang错误

[英]trying to archive an ios application but getting clang error

I am trying to archive a project for a ios project using xcode. 我正在尝试使用xcode为ios项目归档项目。 At the end of the process i have the following error : 在过程结束时,我出现以下错误:

clang: error: invalid version number in '-miphoneos-version-min=8.0 ' clang:错误:'-miphoneos-version-min = 8.0'中的无效版本号

I have tried creating a symlink as described here but with no success. 我尝试按此处所述创建符号链接,但没有成功。 I am out of options. 我没有选择。

Any clues ? 有什么线索吗?

Thanks 谢谢

I think that the reply in the error speaks for itself. 我认为错误中的答复是不言而喻的。 miphoneos-version-min=8.0 miphoneos-version-min = 8.0

Apparantly your project is for a version below 8.0. 显然,您的项目适用于8.0以下的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM