When I try to build my application to run inside the iOS Simulator on my MacBook M1 Air it fails with “‘NewRelic/NewRelic.h’ file not found”. Everything works properly when building for real devices, so I suspect the NewRelic.xcfamework is missing the simulator architectures used on the M1.
I am using NewRelicAgent 7.2.1 installed with CocoaPods 1.10.1.
When will NewRelic.xcframework be updated to work with the Simulator on Apple M1 CPUs? Is there another way to fix this?