在pod install??AVOSCloud 框架后,編譯運(yùn)行報(bào)一下錯(cuò)誤:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_AVAnalytics", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_AVOSCloud", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
原因是程序沒(méi)找到pod 進(jìn)來(lái)的框架,需要設(shè)置路徑:最后參考
https://stackoverflow.com/questions/19213782/undefined-symbols-for-architecture-arm64得到解決?
方便復(fù)制:$(inherited)
