library not found for…?

前端 未结 11 1524
我寻月下人不归
我寻月下人不归 2021-02-04 00:40

i added new framework(3rd party) and build.

Unfortunately, since the execution was not.

How do I solve this problem? The whole four nights were spent.:(

11条回答
  •  时光取名叫无心
    2021-02-04 01:05

    Had the same problem and none of these answers fix it for me.

    Problem was Pod project in workspace had the following config:

    Build Active Architecture Only: YES
    

    For that reason, when I wanted to build for i386 (Simulator), XCode did not build Pods projects, so it could not meet dependencies. As soon as I changed it to NO it started working

提交回复
热议问题