How do I resolve what particular directory Xcode&#

2019-07-20 13:32发布

I having library problems.
Specifically I can't add parse.framework to my project without corrupting the project.
Below is a snapshot of the problem.

enter image description here

Here's the project's Framework Library Search Path: enter image description here

How do I find what 'directory' Xcode is having trouble with, and remove it from consideration... so I can clear any gremlins before attempting to add the Parse.Framework again?

1条回答
贪生不怕死
2楼-- · 2019-07-20 14:06

Your snapshot is not clear so not able to see what exact problem you are facing. But from the description of it, it looks like that your compiler is not able to locate the framework for you. So try this::

  • Remove the framework from you project, just delete it completely.
  • Clean your project.
  • Add it again.
查看更多
登录 后发表回答