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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -