Improvements
- Fixed iOS apps crashing on launch with
Library not loaded: @rpath/NewRelic.framework/NewRelic. The Swift Package Manager declaration added in 1.6.0 has been removed and iOS dependencies now resolve via CocoaPods only. Builds on 1.6.0 through 1.6.4 were affected unless Swift Package Manager was manually disabled in the EDM4U iOS Resolver settings. - Fixed the New Relic iOS agent being missing entirely from builds on Unity 2019.1 through 2021.2, where EDM4U suppressed the
NewRelicAgentpod but skipped Swift Package Manager injection because it requires Unity 2021.3 or newer. - Native Android agent updated to version 7.8.2
- Native Android NDK agent updated to version 1.1.5
- Native iOS agent updated to version 7.7.6
- iOS dependencies now resolve through CocoaPods only. No action is needed if you previously used Swift Package Manager, as EDM4U falls back to the
NewRelicAgentpod automatically and the Swift Package Manager Enabled setting can be left checked. - If a generated Xcode project still carries a
newrelic-ios-agent-spmpackage reference from an earlier build, delete the generated project and rebuild from Unity to clear it.