library not found for -lPods-AFNetworking

前端 未结 7 2024
忘了有多久
忘了有多久 2021-01-01 16:15

I am getting the following error when using AFNetworking:

\'\'library not found for -lPods-AFNetworking\'\'
\"linker co

7条回答
  •  伪装坚强ぢ
    2021-01-01 16:31

    It has been a while since this question but today I ran into a similar issue and how we solved it was by going to: Edit Scheme > Build

    and making sure the option ´Find Implicit Dependencies´ is checked.

    I had it unchecked and after I updated CocoaPods to 1.0, I couldn´t find the dependencies in the Derived Data folder.

    After that I could build it succesfully.

提交回复
热议问题