diff options
author | rowanbeentje <rowan@beent.je> | 2011-03-15 02:21:09 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-03-15 02:21:09 +0000 |
commit | ce26c1a8d44743c418e6af461ba970cea3afaaee (patch) | |
tree | f2b8178cea628cd023e4c3183693d05aa44e50ac /README | |
parent | d2b4123427c21c522b2e4496a6d54eb74aabe62d (diff) | |
download | sequelpro-ce26c1a8d44743c418e6af461ba970cea3afaaee.tar.gz sequelpro-ce26c1a8d44743c418e6af461ba970cea3afaaee.tar.bz2 sequelpro-ce26c1a8d44743c418e6af461ba970cea3afaaee.zip |
- Fix more compiler warnings
- Tweak README
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -15,11 +15,19 @@ the locations of these .ibplugins are: ./Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin ./Frameworks/ShortcutRecorder.framework/Versions/A/Resources/ShortcutRecorder.ibplugin +(NOTE: Xcode 4 does not yet support interface builder plugins. Xcode 3.2.x is recommended) + By including these .ibplugins within the frameworks, Interface Builder should detect them automatically when you build. If you get build errors complaining "Unable to resolve plug-in dependency for ...", automatic detection has failed. The first thing -to try is to quit Xcode and Interface Builder, re-open Xcode, and try again; if this -still fails, locate the .ibplugins and double click on them to add them to Interface Builder. +to try is the following steps to try and make Xcode pick up the plugins iteself: + +1) Quit Xcode and Interface Builder +2) Re-open Xcode +3) Locate one of the .xib files with dependencies, for example DBView.xib, and open it from Xcode +4) Close it, and try building again. + +If this still fails, locate the .ibplugins and double click on them to add them to Interface Builder. If Interface Builder complains that they're already installed then you might want to replace the current versions with the versions in the project; to do this go to the |