So this appears to be caused by not having all the .h and .a files for the
library and it's dependencies together in the same directories. Eg. I had:

    /vendor/lib1
    /vendor/lib2
    /vendor/lib3

when I should have had

    /vendor/lib3 (containing all of lib1 + lib2 as well)

On Mon, 17 Aug 2015 at 21:04 Lee Henson <lee.m.hen...@gmail.com> wrote:

> Hi
>
> I'm trying to use gen_bridge_metadata to create a bridgesupport file for a
> c library that contains a mixture of variadic and non-variadic functions.
> The non-variadic functions appear in the bridgesupport xml, but the
> variadic functions do not. Is this a known limitation? It looks to me like
> gen_bridge_metadata has some code that mentions variadic functions, but
> bridgesupportparse.parse does not detect them so they are never logged in
> the xml.
>
> Any advice gratefully received!
>
> Cheers
> Lee
>
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to