1. 程式人生 > >Undefined symbols for architecture arm64

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)