bytedance / Bytedance-UnionAD

MIT License
170 stars 54 forks source link

[Feature] 请问有计划支持Apple Silicon的模拟器吗? #144

Closed 0xBa0 closed 2 years ago

0xBa0 commented 3 years ago

如图,版本是3.7.0.8,模拟器是iPhone 12mini

image
liubo-ddk commented 2 years ago

@0xBa0 请尝试参考:这里

liubo-ddk commented 2 years ago

We released 4.1.0.2 version to enhanced compatibility with Silicon Chips. Please try update SDK version should fix some error case.

ikesyo commented 2 years ago

https://github.com/bytedance/Bytedance-UnionAD/blob/4.1.0.2/Ads-Global/Ads-Global.podspec

It looks like v4.1.0.2 doesn't use xcframeworks yet. To support arm64 simulator on Apple Silicon Macs, xcframeworks must be used instead of traditional frameworks.

ref: https://onesignal.com/blog/xcframeworks-guide/

ddaddy commented 2 years ago

Yes please distribute .xcframework's as I can't use this on my M1 Mac.

ikesyo commented 2 years ago

@WillieWangWei This is not resolved yet, traditional *.frameworks are still used thus arm64 simulator is not supported.