newrelic / newrelic-ios-agent-spm

This repository hosts the Swift Package Manager deployment of the iOS agent
Apache License 2.0
15 stars 9 forks source link

WatchOS Support for NewRelic iOS Agent #5

Open catalyst-mudasar opened 2 years ago

catalyst-mudasar commented 2 years ago

When compiling a project that has WatchOS the following error is produced: /Users/username/Library/Developer/Xcode/DerivedData/project-citweiqycemsprgjgxefqjfqjuja/SourcePackages/artifacts/NewRelic/NewRelic.xcframework:1:1: While building for watchOS Simulator, no library for this platform was found in '/Users/username/Library/Developer/Xcode/DerivedData/project-citweiqycemsprgjgxefqjfqjuja/SourcePackages/artifacts/NewRelic/NewRelic.xcframework'.

Summary

Updating the newrelic-ios-agent to include watchOS frameworks.

Desired Behavior

NewRelic can be imported and used in a watchOS app.

Additional context

We have an iOS & Watch app and would like to use NewRelic on both devices for crash reporting.