"dyld: Library not loaded: @executable_path/../Frameworks/ParseOSX.framework/ParseOSX Referenced from: /Users.......Reason: image not found"
And here is the answer: https://parse.com/questions/parse-framework-not-working-in-cocoa
- Add a Copy Files Build Phase (Editor -> Add Build Phase -> Add Copy Files Build Phase)
- Then set the destination to Products Directory.
- Then click on the + button to choose the Parse Framework.
Seems a useful technique to deal with missing library or linking problem.