What does warning “Mapping architecture arm64 to x86_64” mean?

后端 未结 12 1585
时光说笑
时光说笑 2020-12-08 01:30

After migrating my framework to Xcode 10 beta (10L176w) I started to get warnings like:

Mapping architecture arm64 to x86_64. Ensure that this target\

12条回答
  •  时光取名叫无心
    2020-12-08 02:16

    I found the easiest way to resolve this was to open the project in my text editor, then find and delete all VALID_ARCHS lines.

提交回复
热议问题