We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2020年 Apple 发布了搭载 M1 芯片的 Mac 设备,因此在这类设备上模拟器也变成了 arm64 架构。但是由于 Apple 提供的真机和模拟器 sdk 有所不同,因此编译为 iOS 平台的 arm64 Mach-O 并不能直接使用在 arm64 模拟器上,会发生链接错误。另外 Mach-O 文件本身是无法合并模拟器和真机的 arm64 架构成为一个 Fat Binary 的,会报 same architectures 的错误。 随着Xcode 15.2的发布和在visionOS中正式放弃对x86_64模拟器架构的支持,很明显苹果正在走向一个不再支持x86_64的未来。鉴于这些变化,诚恳地请求您提供支持xcframework的SDK。 xcframework的支持将使我们能够更灵活地适应不断变化的iOS生态系统,同时为当前和未来的设备提供最佳的兼容性。 期待着在不久的将来能够看到支持xcframework的版本。
The text was updated successfully, but these errors were encountered:
都2024年,竟然还不支持xcframework..
Sorry, something went wrong.
+1
强烈支持,+++1
25年都快来了 还是不支持 xcframework 哎。。
No branches or pull requests
2020年 Apple 发布了搭载 M1 芯片的 Mac 设备,因此在这类设备上模拟器也变成了 arm64 架构。但是由于 Apple 提供的真机和模拟器 sdk 有所不同,因此编译为 iOS 平台的 arm64 Mach-O 并不能直接使用在 arm64 模拟器上,会发生链接错误。另外 Mach-O 文件本身是无法合并模拟器和真机的 arm64 架构成为一个 Fat Binary 的,会报 same architectures 的错误。
随着Xcode 15.2的发布和在visionOS中正式放弃对x86_64模拟器架构的支持,很明显苹果正在走向一个不再支持x86_64的未来。鉴于这些变化,诚恳地请求您提供支持xcframework的SDK。
xcframework的支持将使我们能够更灵活地适应不断变化的iOS生态系统,同时为当前和未来的设备提供最佳的兼容性。
期待着在不久的将来能够看到支持xcframework的版本。
The text was updated successfully, but these errors were encountered: