Does anybody know why, when utilizing RN 0.72.3, the ios compiler throws dozens of ios warnings? For instance, a number of pods have warnings like these:
/Pods/libevent/embrace/event2/bufferevent.h:220:11: parameter 'evdns_base' not discovered within the perform declaration [-Wdocumentation]
@param evdns_base Optionally, an evdns_base to make use of for resolving hostnames
/Pods/libevent/embrace/event2/bufferevent_compat.h:59:4: declaration is marked with '@deprecated' command however doesn't have a deprecation attribute [-Wdocumentation-deprecated-sync]
I’ve tried fully eradicating node_modules and pods (utilizing pod deintegrate && pod setup && pod set up --repo-update
with no obvious impact. The compiler additionally completes with this output:
⚠️ ld: duplicate image 'folly::element::str_to_bool(folly::Vary<char const*>*)' in:
⚠️ ld: duplicate image 'folly::makeConversionError(folly::ConversionCode, folly::Vary<char const*>)' in:
⚠️ ld: duplicate image 'folly::exception_wrapper::from_exception_ptr(std::exception_ptr&&)' in:
⚠️ ld: duplicate image 'folly::exception_wrapper::from_exception_ptr(std::exception_ptr const&)' in:
⚠️ ld: duplicate image 'folly::exception_wrapper::onNoExceptionError(char const*)' in:
⚠️ ld: duplicate image 'folly::exceptionStr(folly::exception_wrapper const&)' in:
Has any seen this habits and/or have a attainable rationalization? Is it a recognized bug? Is there a repair or workaround? Ought to I be involved? My app compiles and runs, however this new habits bothers me.