Undefined symbols for architecture arm64

使用CocoaPod引入 AFNetworking ,出现错误

1.Undefined symbols for architecture arm64

search:https://stackoverflow.com/questions/19213782/undefined-symbols-for-architecture-arm64

在Other Linker Flags 添加 $(inherited)

 

2.library not found for -lAFNetworking

search: https://stackoverflow.com/questions/51797494/ld-library-not-found-for-lfirebasecore-clang-error-linker-command-failed-wit

在 Library Search Paths 添加 $(inherited)

你可能感兴趣的:(#,iOS开发errors)