Hello
I downloaded source code for PLAY and I am trying to build it in xcode 4.2 . But it is giving plug-in error for 2 xib files i.e
HotKeyPreferences.xib and AudioLibrary.xib. I want to know where can I Found the plug-ins for these two.
And I also deleted those nibs and run application but it is not showing any xib and my app is crashing. I want to play flac files for iphone . Console Log is -
dyld: Library not loaded: @executable_path/../Frameworks/Growl.framework/Versions/A/Growl
Referenced from: /Users/Library/Developer/Xcode/DerivedData/Play-dfzrpfvkxqosfsblriltnmgstgpt/Build/Products/Debug/Play.app/Contents/MacOS/Play
Reason: image not found
If you want to play FLAC files on iOS devices, please look at SFBAudioEngine. Play doesn't support iOS.
As far as building with Xcode 4.2, I haven't tried. I know IB no longer supports plugins so it is probably necessary to replace the plugin classes with generic NSViews and set their classes manually.
I added frameworks for mac os and it build successfully but when I run app it crashes and gives
dyld: Library not loaded: @rpath/dumb.framework/Versions/A/dumb
Referenced from: /Users/Library/Developer/Xcode/DerivedData/SFBAudioEngine-frrtbwxsqekjtmekpdfikqaqcsso/Build/Products/Debug/SimplePlayer.app/Contents/MacOS/SimplePlayer
Reason: image not found
And When I am trying to make build for ios app It is giving error
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool failed with exit code 1