Can we use BWToolKit or any other IB plug-ins in Xcode 4?
My old project uses the BWToolKit and now I can’t open it without Interface Builder.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Note (added Oct 26, 2011): This answer is somewhat outdated now. See comments.
Xcode 4 (as of time of this writing) does not support IBPlugins at all.
You’ll need to install Xcode 3 and its Interface Builder to edit nibs with IBPlugins.
(Be careful installing Xcode3 though, as it might overwrite your Xcode4 unwantedly)
So in short: use Xcode3’s IB for editing IBPlugin-infected nibs and Xcode4 for al the rest.
To my knowledge there has not been a public announcement/statement gegarding IBPlugins and whether to still stick to them, or not. ast time I checked (day after Xcode4’s release) documentation on IBPlugin still existed and I couldn’t find any mark on deprecation (or strangely enough not even Xcode4 incompatibilities) either.
For more info, let me quote from Martin Pilkington’s great Xcode4 review:
Read full article