xcplugin and Xcode 4
xcplugin and Xcode 4
- Subject: xcplugin and Xcode 4
- From: Dave Keck <email@hidden>
- Date: Fri, 20 May 2011 11:45:09 -1000
There are a few bugs in Xcode 4 that are driving me nuts, which I'm
trying to fix using an xcplugin. Xcode 3 would happily load my bundle
and execute its code, starting in my principal class' +load method.
Xcode 4, on the other hand, seems to reject third-party bundles that
have executable code, spitting out the following error to the console:
WARNING: skipping plug-in at path <path> because it is not
compatible with this version of Xcode.
Am I doing something wrong? I'm worried that Xcode 4 was locked down
to prevent developers from fixing/customizing Xcode using the xcplugin
mechanism. Can anyone confirm?
Thanks,
David
_______________________________________________
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