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

后端 未结 12 1586
时光说笑
时光说笑 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 01:57

    If you are facing problem in Flutter:

    1. Delete the Podfile, Podfile.lock, Pods folder, Runner.xcworkspace, Flutter.framework.

    2. Run flutter clean.

    3. Run flutter build ios.

提交回复
热议问题