• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Custom Data Formatters Xcode 4.02
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: There's no option to have Xcode reload the last workspace on startup?
  • Next by Date: Re: There's no option to have Xcode reload the last workspace on startup?
  • Previous by thread: Re: Installing 4.0.2 over 4.0.1
  • Next by thread: Xcode 4: Navigation to Header Files
  • Index(es):
    • Date
    • Thread