-
Notifications
You must be signed in to change notification settings - Fork 62
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
[BUG] M3 Mac won't run #28
Comments
有些第三方库限制了版本号,导致xcode 16 不兼容M3 电脑, 目前把版本号限制去掉之后可以运行了 |
請問compile之後有ipa文件嗎 |
@QiuYeHong90 Hi, could you please send me the modified version of the dependency? |
s.dependency 'OUICore' s.dependency 'OUICore' s.dependency 'OpenIMSDK', '3.8.2' |
我用的是 SDK-3.8.2 这个版本的 |
当时一些第三方没升级到最新的版本,就导致编译出错了, 我看了你的main 分之已经修复了 |
alerts-and-pickers 这个第三方库一直编译错误 |
Log("status = (CNContactStore.authorizationStatus(for: .contacts))")
|
少了两个枚举值 |
installer.pods_project.targets.each do |target| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end 这个地方需要设置iOS 13 |
OpenIM Server Version
报各种编译错误
Operating System and CPU Architecture
macOS (ARM)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
报各种编译错误
Screenshots Link
报各种编译错误Command SwiftCompile failed with a nonzero exit code
The text was updated successfully, but these errors were encountered: