jstanden / fakesmtp-app

A simple dev tool for snooping SMTP connections to a fake mail server on Mac OS X
MIT License
14 stars 6 forks source link

Failed Build on Snow Leopard (XCode 4) #1

Open codecowboy opened 13 years ago

codecowboy commented 13 years ago

I tried to build this on SNow Leopard in XCode 4 and got the following error. I have added the Sparkle Framework:

GNU gdb 6.3.50-20050815 (Apple version gdb-1518) (Sat Feb 12 02:52:12 UTC 2011) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-apple-darwin".tty /dev/ttys000 [Switching to process 408 thread 0x0] dyld: Library not loaded: @loader_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle Referenced from: /Users/luke/Library/Developer/Xcode/DerivedData/FakeSMTP-apfrrvgpnjzgrkgzykbkrbkjdwsl/Build/Products/Debug/FakeSMTP.app/Contents/MacOS/FakeSMTP Reason: image not found sharedlibrary apply-load-rules all

zurielb commented 13 years ago

I was able to resolve this issue by following the steps in the following resource:

https://github.com/andymatuschak/Sparkle/wiki

Not only do you need to add the Sparkle Framework to your project, you also need to make sure that it is set up in the Build Phases - Copy Files section.