ld: framework not found after pod install

前端 未结 5 1585
天涯浪人
天涯浪人 2020-12-17 15:09

I added Firebase libraries to my project, and then I got this error. When I compile it, Xcode can\'t find some directories. However, they are in the Pods directory.

5条回答
  •  借酒劲吻你
    2020-12-17 15:40

    For me i had to change/edit the schema and choose the new one.

    I had renamed my debug schema to debug(development) and that was causing my problem.

    Fix:

    1. Product > Edit Schema > Change Build Configuration

    What I did was create alternate Configurations and renamed my current one.

提交回复
热议问题