问题
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.
Here's the project's Framework Library Search Path:
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:
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.
来源:https://stackoverflow.com/questions/27008329/how-do-i-resolve-what-particular-directory-xcodes-flibrary-is-complaining-abou