Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新版本为何不支持x86指令集(模拟器)了? #10

Open
smithereensarr opened this issue Aug 1, 2022 · 1 comment
Open

Comments

@smithereensarr
Copy link

之前使用的版本是2.2.1,组合形式是zego_express_engine上层源码和ZegoExpressEngine(包含x86指令集),新版本2.20.2直接变成了一个framework,并且只支持armv7 、arm64指令集,模拟器用不了了。为何会发生这种倒退呢?

@patrick-fu
Copy link
Contributor

Hi~ 是支持的,iOS 模拟器支持 x86_64 和 arm64 架构。

请将 ”模拟器用不了了“ 的相关报错截图一下,以及拷贝一下 flutter doctor -v 命令的输出。

可以尝试运行一下我们提供的 示例 Demo

运行步骤:

  1. 下载示例源码并 cd 到 Demo 目录下
  2. flutter pub get
  3. 先连接一台 iOS 真机设备到电脑并运行 flutter run 以自动安装配置 iOS 工程相关依赖 (例如 CocoaPods 的依赖)
  4. Demo 运行起来后,在示例源码的 ios 目录下找到并打开 Runner.xcworkspace 工程
  5. 选择设备为模拟器,然后运行

53cf3f0e-3eba-41f9-aa2d-0cac94bcd877

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants