
BWToolkit does not appear in the Frameworks pane
Reported by soycamo | August 16th, 2010 @ 07:23 PM
Hi,
I'm linking BWToolkit 1.2.5 in Xcode 3.2.3 / Mac OS 10.6.4. When I
left-click on the Linked Frameworks to add the framework, it is not
in the list and I get the Data Formatters error when I try to add
the framework from my home directory.
dyld: Library not loaded:
@loader_path/../Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework
Referenced from:
/Users/camo/Projects/zebra/build/Debug/zebra.app/Contents/MacOS/zebra
Reason: image not found sharedlibrary apply-load-rules all
Data Formatters temporarily unavailable, will re-try after a
'continue'. (Cannot call into the loader at present, it is
locked.)
(gdb)
Comments and changes to this ticket
-
etanova November 16th, 2011 @ 07:47 AM
Hi,
I am facing the similar issue: Have you succeed to fix the issue ?
Regards
-
etanova November 20th, 2011 @ 03:42 PM
same behavior observed on BWToolkit 1.2.5 in Xcode 3.2.6 64bit /Mac OS 10.6.8
When I left-click on the Linked Frameworks to add the framework, it is not in the list.
So I clicked on Other button in order to select the BWToolkitFramework.framework.
I have followed the Steps of the installation.I have also inserted
import <BWToolkitFramework/BWToolkitFramework.h>
in the AppDelegate.h file (within a fresh new Cocoa Application project) .
When I try to Build and Run, the following message appeaars in Debugger Console:
[Session started at 2011-11-20 21:38:31 +0100.] GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".
tty /dev/ttys001
Loading program into debugger…
Program loaded.
run
[Switching to process 1312] Running…
dyld: Library not loaded: @loader_path/../Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework
Referenced from: /Users/etanova/Documents/imac.developer/Testi/build/Debug/Testi.app/Contents/MacOS/Testi Reason: image not found sharedlibrary apply-load-rules all
Data Formatters temporarily unavailable, will re-try after a 'continue'. (Cannot call into the loader at present, it is locked.)
(gdb)
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
BWToolkit is an Interface Builder plugin that contains commonly used UI elements and other objects designed to simplify Mac development.