Re: How to use dynamic library in the Xcode
Re: How to use dynamic library in the Xcode
- Subject: Re: How to use dynamic library in the Xcode
- From: Chris Espinosa <email@hidden>
- Date: Thu, 26 Jun 2008 23:11:20 -0700
On Jun 26, 2008, at 10:57 PM, Wang Yongqing wrote: Yes, it can generate the application based on i386, but it is failed based on ppc.
The type of the dynamic library is
apple:lib apple$ file libpcsclite.1.0.0.dylib libpcsclite.1.0.0.dylib: Mach-O dynamically linked shared library i386
You can either try to acquire a universal version (ppc i386) of libpcsclite.1.0.0.dylib, or in the Target that links with it, set the Architectures to Intel only.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden