-
According to the mongo documentation it says to incorporate realm spa should be used and the framework set to embed and sign to make it build as a dynamic framework. I am having issues with using SPM and the dynamic framework instructions due to an embedded xcframework that also has a dependency on realm. If I use Carthage to build realm as xcframeworks and embed them in the project everything works just fine. The issue I am having is that when I submit to TestFlight I am getting the following error: your app includes “Frameworks/RealmSwift.framework/RealmSwift”, which includes RealmSwift, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. Anyone know what I should do to resolve this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
refer to this issue. #8585 Should be able to self sign the frameworks. |
Beta Was this translation helpful? Give feedback.
refer to this issue. #8585
Should be able to self sign the frameworks.