错误信息:Undefined symbols forarchitecture x86_64:
ld: symbol(s) not found forarchitecture x86_64clang: error: linker command failed with exitcode 1 (use -v to see invocation)
解决办法:在DOUMPMediaLibraryAssetLo
#if TARGET_OS_IPHONE 和
#endif
本文介绍了解决在iOS开发中遇到的一个链接错误的方法。该错误涉及到'_OBJC_CLASS_$_DOUMPMediaLibraryAssetLoader'未找到的问题。解决方式是在相关文件中注释或删除特定代码段。
错误信息:Undefined symbols forarchitecture x86_64:
ld: symbol(s) not found forarchitecture x86_64clang: error: linker command failed with exitcode 1 (use -v to see invocation)
解决办法:在DOUMPMediaLibraryAssetLo
#if TARGET_OS_IPHONE 和
#endif
1万+
1939
1万+

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