Frameworks missing?

Hi,

Just tried to build the example app supplied with Juce. I’m getting following build error in XCode on Mac OSX 10.4 :

	/usr/bin/ld: Undefined symbols:
	_IOCreatePlugInInterfaceForService
	_IOIteratorNext
	_IOObjectGetClass
	_IOObjectRelease
	_IOServiceGetMatchingServices
	_IOServiceMatching
	_kIOMasterPortDefault

I am guessing there are some frameworks missing… but which ones?

Thanks
Bert

They’re listed in the readme file in juce/docs

turns out the missing framework was IOKit

maybe the xcode project for the example that comes with Juce should also link with the IOKit framework :slight_smile:

that’s odd, it used to work… I’ll make sure it’s included, thanks!