-
Notifications
You must be signed in to change notification settings - Fork 17
Library not found issue #10
Comments
I have solved this issue by just pasting the framework in /Library/Frameworks where as earlier i placed in my project folder. Thanks! |
Hi
I used both frameworks in Xcode So I would appreciate help which is the better DB regarding Performance Thank you for any help to solve this issue I am using Mac Os 10.9 and xcode 5.1.1 Many thanks Am 11.07.2014 um 11:43 schrieb JPMallow [email protected]:
|
I tried to analyze sequel pro to find out how to connect to a database but I didn’t find out how to do it.
|
Did you tried to build the PGClient framework (https://github.com/djthorpe/postgresql-kit/wiki/PGClientKit)? |
No I tried to compile it ld: file not found: /Users/peter/Library/Developer/Xcode/DerivedData/postgresql-kit-fcfhsxcgbhummxfiuktfgzxsixav/Build/Products/Debug/openssl-current-mac_x86_64/lib/libcrypto.a Am 11.07.2014 um 12:38 schrieb JPMallow [email protected]:
|
Hi I finally succeeded and have a connection and can select 1 Row; many greetings Am 11.07.2014 um 12:38 schrieb JPMallow [email protected]:
|
Hi,
I want to integrate the PosgresSQL server in one of my mac app. I just build manually and created the PGClient framework (As per https://github.com/djthorpe/postgresql-kit/wiki/PGClientKit). But it throws an exception at runtime(Build successful).
Exception:
dyld: Library not loaded: @executable_path/../Frameworks/PGClientKit.framework/Versions/A/PGClientKit
Can you help me regarding this?
The text was updated successfully, but these errors were encountered: