[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Categories not loaded from static library
From: |
Frederik Seiffert |
Subject: |
Categories not loaded from static library |
Date: |
Wed, 7 Aug 2019 12:18:20 +0200 |
Hi all,
We have ObjC categories that are built into a static library, but these
categories do not get linked into the final executable.
We tried the following linker options without any success:
-fuse-ld=gold -Wl,-force_load,<path to static library>
-fuse-ld=gold -ObjC
If we define a C function in the same category and reference that, then the
categories are included.
Does anyone know if there are any linker flags we can use to fix this? This is
using the Android toolchain.
Thanks,
Frederik
- Categories not loaded from static library,
Frederik Seiffert <=