openimsdk / open-im-sdk-ios

An OpenIM SDK in Objective-C for iOS
https://openim.io
MIT License
159 stars 144 forks source link

[FEATURE REQUEST] SDK adds support for simulator #50

Open wozaihu opened 2 months ago

wozaihu commented 2 months ago

Why this feature?

项目导入 pod 'OpenIMSDK', '3.8.1-rc.0' ,运行项目到模拟器,发现模拟器卡在项目启动页,运行到真机就没问题,SDK能增加对模拟器的支持吗,需要用模拟器调试项目。我的项目去掉 pod 'OpenIMSDK', '3.8.1-rc.0' 是能在模拟器上运行的。

Suggested Solution

Additional Information

std-s commented 2 months ago

The sdk supports the simulator.

wozaihu commented 2 months ago

The sdk supports the simulator.

CPU是 M2 模拟器用不了啊

dagouzhi commented 1 month ago

遇到同样问题,SDK去掉能正常便用 @std-s

dagouzhi commented 1 month ago

https://github.com/openimsdk/open-im-sdk-ios/issues/43

std-s commented 1 month ago

Try using the [Rosetta] mode, can it be used?