I'm following this toturial to add parse to my ios project.
I came till this 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?
Here my app location:
Plz shre with me what you think I should write in this path.
Please read the Be careful advice carefully. It talks about Search Paths > Framework Search Paths
not Linking > Runpath Search Paths
There add the two paths
Of course it assumes that the Parse framework is already installed.