aliasad106 / React-Native-Mopub-SDK

React native library for mopub ad network
MIT License
14 stars 24 forks source link

Undefined symbol: _swift_getFunctionReplacement #32

Open senolatac opened 2 years ago

senolatac commented 2 years ago

When I try to implement it, I got an error like:

Undefined symbols for architecture x86_64: "_swift_getFunctionReplacement", referenced from: _swift_getFunctionReplacement50 in libswiftCompatibilityDynamicReplacements.a(DynamicReplaceable.cpp.o) (maybe you meant: _swift_getFunctionReplacement50) "swift_FORCELOAD$_swiftWebKit", referenced from: swift_FORCELOAD$swiftWebKit$_MoPubSDK in libmopub-ios-sdk.a(APIEndpoints.o) (maybe you meant: swift_FORCELOAD$swiftWebKit$_MoPubSDK) "swift_FORCELOAD$_swiftUniformTypeIdentifiers", referenced from: swift_FORCELOAD$swiftUniformTypeIdentifiers$_MoPubSDK in libmopub-ios-sdk.a(APIEndpoints.o) (maybe you meant: swift_FORCELOAD$swiftUniformTypeIdentifiers$_MoPubSDK) "swift_FORCELOAD$_swiftCoreMIDI", referenced from: swift_FORCELOAD$swiftCoreMIDI$_MoPubSDK in libmopub-ios-sdk.a(APIEndpoints.o) (maybe you meant: __swift_FORCELOAD$swiftCoreMIDI$_MoPubSDK)

React-Native Version: 0.63.3

@amsdamsgram or @hari or @aliasad106 or @usamaazam10 any idea?