Does anyone have any ideas as to what I am doing wrong with a
framework I am using? I get the following warning every time I
clean the project:
dyld: Library not loaded: @executable_path/../Frameworks/
LightsOn.framework/Versions/A/LightsOn
Referenced from: /Users/michaelswan/MySrc/XLiteBasic/build/Debug/
XLite Basic.app/Contents/MacOS/XLite Basic
Reason: image not found
If I dig through to the app in the build folder and show package
contents and then open 'Contents' add a folder named 'Frameworks'
and put a copy of the framework in the folder myself it works. Here
are the steps I used:
select the frameworks group
select 'Project' -> 'Add To Project...'
select the framework from the dialog
check 'Copy items into destination group's folder (if needed)'
Reference Type: Default
'Recursively create groups for any added folders'
the check box is selected under 'add to target'
Surely I am missing something, XCode can't possibly be that dumb of
a program not to put things where it needs them.