如何修复 Apple Mach-O 链接器错误
How to fix the Apple Mach-O Linker Error
在我的项目中,我需要实现蜡烛图 link (https://github.com/i-schuetz/SwiftCharts) help me to implement it. It's work fine for me in Xcode Version 8.2.1 (8C1002) but in Xcode Version 8.3 beta (8W109m) I'm getting error. Here with I have attached the screenshot for my error. struggling in that last two days. Hoe to solve this issue. Thanks in Advance Apple Mach-O Linker Error screenshot
这个问题有不同的解决方案,其中之一是将Enable Bitcode设置为No。
(顺便说一句,这可能不是您的解决方案,但有可能。请尝试)
在我的项目中,我需要实现蜡烛图 link (https://github.com/i-schuetz/SwiftCharts) help me to implement it. It's work fine for me in Xcode Version 8.2.1 (8C1002) but in Xcode Version 8.3 beta (8W109m) I'm getting error. Here with I have attached the screenshot for my error. struggling in that last two days. Hoe to solve this issue. Thanks in Advance Apple Mach-O Linker Error screenshot
这个问题有不同的解决方案,其中之一是将Enable Bitcode设置为No。