Hi Chris,
It looks like the script that strips duplicate symbols is confused
about paths:
"lipo: can't open input file: /Users/fishingtonstudios/Desktop/Screwed
(No such file or directory) " where I believe your path is something
like: "/Users/fishingtonstudios/Desktop/Screwed With Local Faves (Do
not
throw out!)/samples/Screwed"
It looks like the space in the directory name is confusing lipo, can
you try replacing the spaces with underscores?
If that doesn't work than let me know and I'll dig deeper. Just to
satisfy yourself that this LocalFaves version works with your XCode/
SDK version, try building the sample Cocktails app for a device and
deploying it: it should work without any issues.
- George