简体   繁体   中英

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

Undefined symbol: OBJC_CLASS $_SUUpdater and Command CompileSwift failed with a nonzero exit code

I'm using pod --> sparkle for updating my program.

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.

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

This same error was happening for me in release builds of Fluency when using Sparkle v1.22.0. 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). Discussion about it on Sparkle's github page: https://github.com/sparkle-project/Sparkle/issues/1620

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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