简体   繁体   English

Big Sur - xcode12 中的 pod sparkle 存档错误

[英]Big Sur - Archive error in xcode12 for pod sparkle

Before updating to big sur my project worked without any problem... After updating I keep getting errors saying在更新到 big sur 我的项目之前没有任何问题......更新后我不断收到错误说

Undefined symbol: OBJC_CLASS $_SUUpdater and Command CompileSwift failed with a nonzero exit code未定义符号: OBJC_CLASS $_SUUpdater 和 Command CompileSwift 失败,退出代码非零

I'm using pod --> sparkle for updating my program.我正在使用 pod --> sparkle 来更新我的程序。

Is there any solution for this???有什么解决办法吗???

I have tried deleting sparkle and reinstalling + rebooting mac + cleaning up build folder + restarting xcode.. none of it helped.我试过删除 sparkle 并重新安装 + 重新启动 mac + 清理构建文件夹 + 重新启动 xcode .. 没有任何帮助。

在此处输入图片说明 在此处输入图片说明

This same error was happening for me in release builds of Fluency when using Sparkle v1.22.0.使用 Sparkle v1.22.0 时,我在Fluency 的发布版本中发生了同样的错误。 I updated to 1.24.0 via Cocoapods and it doesn't happen for me anymore, so I'm guessing there was some work done at some point between those versions which made Sparkle work correctly with arm64 architectures (for the new M1 devices).我通过 Cocoapods 更新到 1.24.0 并且它不再发生在我身上,所以我猜在这些版本之间的某个时候做了一些工作,这使得 Sparkle 与 arm64 架构(对于新的 M1 设备)正常工作。 Discussion about it on Sparkle's github page: https://github.com/sparkle-project/Sparkle/issues/1620关于它的讨论在 Sparkle 的 github 页面上: https : //github.com/sparkle-project/Sparkle/issues/1620

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM