TencentCloud / TIMSDK

Tencent Cloud Chat features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication.
https://trtc.io/products/chat
2.56k stars 2.76k forks source link

iOS arm64 模拟器支持 #1185

Open Nehcgnos opened 2 years ago

Nehcgnos commented 2 years ago

请问什么时候能支持 iOS arm64 架构的模拟器 现在 SDK 里面 podspec 都写着

spec.pod_target_xcconfig = {
    'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
  }
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

导致无法运行 另外 VALID_ARCHS 也已废除,希望能及时适配

daocodedao commented 1 year ago

啥年代了,还不支持 arm64 ,开发人员不拿模拟器测试吗?