Framework Search Paths

22,136

Solution 1

I initially had the same issue. It was non-obvious to me that xCode has tabs to control the extent to which 'Build Settings' are displayed. You have to select the'All' tab as shown in attached screen shot.

Hopefully this image helps!

Hope this helps save others future frustration! Stay awesome folks!

Solution 2

To set framework search path in Xcode: select your target -> Build Setting -> Search Path-> Framework Search Paths. Double click it will show Search Paths input text view

read more : Framework not found MicrosoftBandKit_iOS it's same problem

Share:
22,136
Admin
Author by

Admin

Updated on February 02, 2020

Comments

  • Admin
    Admin over 4 years

    I've been using the Parse SDK and it's worked just fine but all day today, I've gotten an error: "No module Parse."

    In build settings, where should my Frame Search Path be? Right now I have it pointing to the file where the Frameworks are contained but I also have the frameworks in my project files.

    How can I fix this issue?