[Xcodeplugins-users] Ada Plugin
Status: Beta
Brought to you by:
maxao
From: Adam P. <AP...@CO...> - 2009-06-15 05:17:29
|
Hello, I'm trying to get the Ada Plugin to work on my machine. I was able to compile the plugin, and I copied the plugin to $HOME/Library/ Application Support/Developer/Shared/Xcode/Plug-ins/. I then created a new Ada project. When I try and edit the project properties via Project -> Edit Project Settings XCode become unhappy: 6/14/09 9:08:31 PM Xcode[929] *** +[XCPropertyDomainSpecification specificationRegistry]: unrecognized selector sent to class 0x92eac0 6/14/09 9:08:31 PM Xcode[929] *** +[XCPropertyDomainSpecification specificationRegistry]: unrecognized selector sent to class 0x92eac0 6/14/09 9:08:32 PM Xcode[929] ** INTERNAL ERROR: Uncaught Exception ** Exception: *** +[XCPropertyDomainSpecification specificationRegistry]: unrecognized selector sent to class 0x92eac0 Stack: 0 0x95d620ab __raiseError (in CoreFoundation) 1 0x90cd6e3b objc_exception_throw (in libobjc.A.dylib) 2 0x95d6936a +[NSObject doesNotRecognizeSelector:] (in CoreFoundation) 3 0x95d678ac ___forwarding___ (in CoreFoundation) 4 0x95d67972 _CF_forwarding_prep_0 (in CoreFoundation) 5 0x00379fb8 -[MACompilerSpecificationGNAT specificationToShowInUserInterface] at MACompilerSpecificationGNAT.m: 90 (in AdaPlugin) ..... MACompilerSpecificationGNAT.m:90: XCPropertyDomainSpecification* spec = [[XCPropertyDomainSpecification specificationRegistry] objectForKey:@"org.macada.buildsettings.adaprops"]; It's like XCode is not finding the ada.pbbsetspec file for some reason? I checked and the file is in AdaPlugin.pbplugin/Contents/Resources. Any ideas? Thank you, -adam |