Hi guys,
Basically, users can't launch my app on their machine, but I can on mine. A Console message revealed the problem:
dyld: /Users/Other User/Documents/Downloads/Tag.app/Contents/MacOS/Tag can't open library: /Users/Me/Projects/Builds/OmniAppKit.framework/Versions/2004A/OmniAppKit (No such file or directory, errno = 2)
I remember having this problem before, but can't remember how I fixed it. Basically, this is what I did to add the frameworks to my app:
Dragged over frameworks to "Other Frameworks" group in Xcode.
Created a build phase and dragged the frameworks in, set it to Frameworks/Libraries.
I've tried all sorts of various path types for it, but it just won't work.
Any ideas at all appreciated,
Oliver