Hello, Thanks for providing a nuget for MAUI. I encounter an error with iOS simulator on Mac M1. It looks like the architecture for iOS simulator on Mac M1 chip is missing in the iOS binding project : clang++ exited with code 1: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_ADEumAgentConfiguration", referenced from: objc-class-ref in registrar.o "_OBJC_CLASS_$_ADEumCrashReportSummary", referenced from: objc-class-ref in registrar.o "_OBJC_CLASS_$_ADEumHTTPRequestTracker", referenced from: objc-class-ref in registrar.o "_OBJC_CLASS_$_ADEumInstrumentation", referenced from: objc-class-ref in registrar.o "_OBJC_CLASS_$_ADEumServerCorrelationHeaders", referenced from: objc-class-ref in registrar.o "_OBJC_CLASS_$_ADEumSessionFrame", referenced from: objc-class-ref in registrar.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) (MyApplication.MAUI) It works for Android. It works for iOS on a physical device It works for iOS on a simulator on a Mac with Intel processor But it does not work for iOS on a simulator on a Mac with M1 chip. I have reported it on Stackoverflow : https://stackoverflow.com/questions/76618970/appdynamics-agent-for-maui-symbol-not-found-for-architecture-x86-64
... View more