Answers for "react-native Undefined symbol: __swift_FORCE_LOAD_$_swiftWebKit"

0

undefined symbol __swift_force_load_$swift webkit react native

Create a swift file inside your xcode project, it will resolve your issue.

It will include to the Header Search Path on your build settings:
$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)
$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)
Posted by: Guest on August-18-2021

Code answers related to "react-native Undefined symbol: __swift_FORCE_LOAD_$_swiftWebKit"

Code answers related to "Swift"

Browse Popular Code Answers by Language