Re: [Xcodeplugins-users] Ada Plugin
Status: Beta
Brought to you by:
maxao
From: Adam P. <ap...@co...> - 2009-06-16 14:06:53
|
Oh, one other thing, I noticed that the plugins that come with XCode just have one Resource file: *.xcspec, well and *.lproj files. I tried copying ada.pbbsetspec into a new file named ada.xcspec but that didn't work. Should I combine all of the files into an ada.xcspec file and then remove all of the other files? Thanks, -adam On Jun 16, 2009, at 6:44 AM, Adam Puleo wrote: > XCode: 3.1.2 > OS: 10.5.7 > > Thanks, > -adam > > On Jun 16, 2009, at 12:45 AM, Damien Bobillot wrote: > >> Hi, >> >> Which version of Xcode are you using ? >> >> Damien >> >> Adam Puleo <AP...@CO...> wrote : >> >>> 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 >>> >>> ------------------------------------------------------------------------------ >>> Crystal Reports - New Free Runtime and 30 Day Trial >>> Check out the new simplified licensing option that enables unlimited >>> royalty-free distribution of the report engine for externally facing >>> server and web deployment. >>> http://p.sf.net/sfu/businessobjects >>> _______________________________________________ >>> Xcodeplugins-users mailing list >>> Xco...@li... >>> https://lists.sourceforge.net/lists/listinfo/xcodeplugins-users > |