DataDog / dd-sdk-unity

Apache License 2.0
7 stars 1 forks source link

feat: Remove prebuilt frameworks in favor of Cocoapods #71

Closed fuzzybinary closed 4 months ago

fuzzybinary commented 4 months ago

What and why?

Something about PLCrashReporter breaks App Store Connect validation when using prebuilt frameworks with XCode 15+. To get around this, we're switching to Cocoapods through EDM4U for dependency resolution.

Also fix swift libraries being embedded improperly in UnityFramework.

Review checklist

fuzzybinary commented 4 months ago

Good call.