Search code examples
swiftxcodeback4app

Adding parse to xcode


I'm following this toturial to add parse to my ios project.

I came till this step:

step

I don't understand what they saying about changing the path I went to "Build Settings" and inside "Runpath Search Paths" I see: $(inherited) @executable_path/Frameworks, what should I cheange?

change

Here my app location:

chatlocation

Plz shre with me what you think I should write in this path.


Solution

  • Please read the Be careful advice carefully. It talks about Search Paths > Framework Search Paths

    enter image description here

    not Linking > Runpath Search Paths

    There add the two paths

    enter image description here

    Of course it assumes that the Parse framework is already installed.