interface builder - Remove ibplugin from xib -



interface builder - Remove ibplugin from xib -

how remove traces of ibplugins .xib files? xcode3 project had around 10 custom ibplugins used lots of places through out around 20 .xib files. have reworked code no longer rely on ibplugins nor bindings can compile in xcode4.

however xcode4 still complains there traces of original ibplugins in .xib files.

/* com.apple.ibtool.warnings */ /users/johndoe/myproject/english.lproj/mainwindow.xib: warning: ibtool encountered error while loading interface builder plug-in /users/johndoe/myproject/core/build/debug/core.ibplugin. underlying errors: description: can't load plugin, there no bundle @ /users/johndoe/myproject/core/build/debug/core.ibplugin.

i have removed ibplugins interace builder's preferences , re-saved .xib files. have removed target build .ibplugin. have removed source files utilize .ibplugin. have clean builded. xcode4 installed on different machine xcode3 machine, there no way there can remains of ibplugins in preferences. have tried re-saving .xib files using xcode4 .xib files utilize document version: default version (interface builder 4.2).

one thing haven't tried though re-create .xib files scratch xcode4.

any ideas how remove traces of .ibplugins?

solved it.

in target settings under "interface builder xib compiler - options" had "plug-ins" set path custom ibplugins. setting "plug-ins" empty string warnings disappeared.

interface-builder xcode4 xib ibplugin

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -