joncardasis / cocoapods-user-defined-build-types

⚒ A cocoapods plugin that can selectively sets build type per pod (static/dynamic library, static/dynamic framework)
MIT License
135 stars 10 forks source link

libclang_rt.tsan_iossim_dynamic.dylib, image not found #8

Open gigaga opened 3 years ago

gigaga commented 3 years ago

Hi,

Really great plugin! Using dynamic framework with React Native is possible finally! After installing / using it, I have framework files in Pod project as expected, however, I still have the following issue at runtime : dyld: Library not loaded: @rpath/libclang_rt.tsan_iossim_dynamic.dylib Reason: image not found Have you some idea about that?

Regards,

gigaga commented 3 years ago

After unchecking "Thread sanitizer" in my library, it works! :D

FibreFoX commented 1 year ago

@gigaga so this issue can be closed then?