32bit compiler flags needed (Xcode)?

Trying to build an app and I get the Xcode errors attached. Do I need ‘Extra Compiler Flags’ as seen in the JUCE Example ‘MidiTest’ "

That’s just a plain old unresolved external symbol. No compiler flags will fix it, you need to actually implement the missing function!