Custom Data Formatters Xcode 4.02
Custom Data Formatters Xcode 4.02
- Subject: Custom Data Formatters Xcode 4.02
- From: Salman Khilji <email@hidden>
- Date: Sun, 17 Apr 2011 21:27:16 -0700 (PDT)
I want to learn how to get custom data formatters working in Xcode 4.02.
I slightly customized the example presented at:
http://developer.casgrain.com/?m=200907
The original example was for XCode 3.x. Basically, all I did was to change the #import path from whatever it was to:
#import "/Developer/Library/Xcode/PrivatePlugIns/DebuggerFoundation.ideplugin/Contents/Headers/DataFormatterPlugin.h"
since this plugin has moved to a different location between 3.x and 4.x.
Then after I compiled the formatter plugin, I copied it to:
/Developer/Library/Xcode/CustomDataViews
Then I ran the sample test that came with the formatter under the debugger. Unfortunately, it did not work. Xcode always displays "Summary unavailable". If I uninstall my custom formatter plugin, then the "Summary unavailable" string does not show up. This means that the installed plugin is doing something---just not the right thing.
Does anyone have a working example of a Custom formatter that works under Xcode 4.x? I am looking for an example that has the formatter functions defined in a C++ file since I will be creating my own complex formatter that needs one to write some code.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden