ios - libtool - ld: framework not found AdSupport -
i'm trying convert firebaseanalytics (and later other firebase frameworks) dynamic framework. following instructions mentioned here (method 1).
when trying execute following command
libtool -dynamic *.o -o libfoo_dynamic-x86_64.dylib -framework corefoundation -lsystem
i'm getting
ld: framework not found adsupport architecture x86_64
any ideas on how resolve issue? tried adding
-framework adsupport
resulting in
ld: framework not found adsupport
probably need tell libtool find adsupport framework. did not find explanation on how this.
Comments
Post a Comment