uxcam / ios-swiftui

This is a wrapper on top of the native iOS UXCam SDK for improved SwiftUI capture
Other
2 stars 1 forks source link

Duplicate symbols for architecture #9

Closed renatosmf closed 1 year ago

renatosmf commented 1 year ago

Hello Guys,

We've been facing this error: "Duplicate symbols for architecture arm64" related to PLCrashReporter dependency. We believe that your framework has embedded the PLCrashReporter classes instead of declare as an external dependency in your dependency manager, what's not recommended.

ankit-uxcam commented 1 year ago

Hey @renatosmf, thank you for reporting this issue. We have already fixed this issue in latest UXCam (native UXCam and not UXCamSwiftUI) release (v3.5.3), so please update it to v3.5.3 and it should be fixed. If you are using cocoapods, you can do it by pod update UXCam