I am getting following error from one of the pod frameworks while running the app (Build is a success).
dyld: Symbol not found: __ZN5swift34swift50override_conformsToProtocolEPKNS_14TargetMetadataINS_9InProcessEEEPKNS_24TargetProtocolDescriptorIS1_EEPFPKNS_18TargetWitnessTableIS1_EES4_S8_E.
Referenced from: X framework
Expected in: frameworks/DeviceKit.framework/DeviceKit
mac OS 10.15
Xcode 12.4
React native 0.63
cocoapods: 1.10.1
Folks, Please reply as a reply, rather than in the comments. See Quinn’s Top Ten DevForums Tips for more on that.
I've made an example project to try replicate the issue.
Thanks for that. However, that project is based on CocoaPods, which limits how much I can help you. Are you able to reproduce the issue just using Apple tools? So, Xcode and Swift Package Manager?
If so, please post a link to your updated project and I’ll take a look.
If not, that makes things tricky. Normally when people have problems with third-party tools I encourage them to escalate the problem with the tool’s vendor. That’s harder in this case because CocoaPods is in maintenance mode [1].
Now, it’s possible that someone with deep familiarity with CocoaPods might be able to come up with a clever fix for this. However, that person is not me )-: Given that, my specific advice is that you move off CocoaPods.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
[1] https://blog.cocoapods.org/CocoaPods-Support-Plans/