always an error getting AIUserSuite, even in HelloWorlds and samples (OSX 10.9)
Has anyone else come across this. I'm trying to get the samples and HelloWorld working from the documentation. On Xcode 5.0.2 and 4.6.3 on OSX 10.9 Mavericks.
I can build the plugins successfully without errors, but whenever a plugin tries to retrieve the AIUserSuite I get an error returned. All the other suites seem to load successfully, so if I remove the call to that suite, everything else seems to work, unless the plugin attempts to use the suite particular.
From the HelloWorld example the following returns the error:
error = sSPBasic->AcquireSuite(kAIUserSuite, kAIUserSuiteVersion, (const void**) &sAIUser);
The error i get is 1394689636 / ‘dF!S’, I’ve searched the headers and docs for a reference to this error code but found nothing. An internet search seems to pull up a bunch of stuff that users have experienced around user preferences with inbuilt plugins. I’ve tried deleting prefs and doing the things that generally solved user problems, but still the same issue. And I don’t have an issue with other plugins only ones I build.
Any suggestions where else to look? Is there something I need to include or link against to retrieve that suite? I wouldn’t expect it to have a dependancy on something in the plugin but it does contain access to UI controls so maybe…!?
Any pointers would be appreciated.