You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined symbols for architecture x86_64:
"_swift_getFunctionReplacement", referenced from:
_swift_getFunctionReplacement50 in libswiftCompatibilityDynamicReplacements.a(DynamicReplaceable.cpp.o)
(maybe you meant: _swift_getFunctionReplacement50)
"_swift_FORCE_LOAD$_swiftWebKit", referenced from:
_swift_FORCE_LOAD$swiftWebKit$_MoPubSDK in libmopub-ios-sdk.a(APIEndpoints.o)
(maybe you meant: _swift_FORCE_LOAD$swiftWebKit$_MoPubSDK)
"_swift_FORCE_LOAD$_swiftUniformTypeIdentifiers", referenced from:
_swift_FORCE_LOAD$swiftUniformTypeIdentifiers$_MoPubSDK in libmopub-ios-sdk.a(APIEndpoints.o)
(maybe you meant: _swift_FORCE_LOAD$swiftUniformTypeIdentifiers$_MoPubSDK)
"_swift_FORCE_LOAD$_swiftCoreMIDI", referenced from:
_swift_FORCE_LOAD$swiftCoreMIDI$_MoPubSDK in libmopub-ios-sdk.a(APIEndpoints.o)
(maybe you meant: _swift_FORCE_LOAD$swiftCoreMIDI$_MoPubSDK)
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_FORCE_LOAD$_swiftWebKit", referenced from:
_swift_FORCE_LOAD$swiftWebKit$_MoPubSDK in libmopub-ios-sdk.a(APIEndpoints.o)
(maybe you meant: _swift_FORCE_LOAD$swiftWebKit$_MoPubSDK)
"_swift_FORCE_LOAD$_swiftUniformTypeIdentifiers", referenced from:
_swift_FORCE_LOAD$swiftUniformTypeIdentifiers$_MoPubSDK in libmopub-ios-sdk.a(APIEndpoints.o)
(maybe you meant: _swift_FORCE_LOAD$swiftUniformTypeIdentifiers$_MoPubSDK)
"_swift_FORCE_LOAD$_swiftCoreMIDI", referenced from:
_swift_FORCE_LOAD$swiftCoreMIDI$_MoPubSDK in libmopub-ios-sdk.a(APIEndpoints.o)
(maybe you meant: _swift_FORCE_LOAD$swiftCoreMIDI$_MoPubSDK)
React-Native Version: 0.63.3
@amsdamsgram or @hari or @aliasad106 or @usamaazam10 any idea?
The text was updated successfully, but these errors were encountered: