"_OBJC_CLASS_$_LLWalletSdk", referenced from:
objc-class-ref in MiddleViewController.o
objc-class-ref in ChongZhiSongViewController.o
objc-class-ref in CZViewController.o
objc-class-ref in MiddleViewController.o
objc-class-ref in ChongZhiSongViewController.o
objc-class-ref in CZViewController.o
ld: symbol(s) not found for architecture i386
遇到这个之后,意思是丢失了库文件LLWalletSdk,只需要找到库文件LLWalletSdk之后添加到他原来的地方即可。。
解决Objective-C中丢失库文件LLWalletSdk的问题
本文详细介绍了在Objective-C开发环境中遇到库文件LLWalletSdk丢失时的解决方法,通过添加缺失的库文件来修复ld:symbol(s)notfoundforarchitecturei386错误。
1081

被折叠的 条评论
为什么被折叠?



