open-telemetry / opentelemetry-swift

OpenTelemetry API for Swift
https://opentelemetry.io/docs/instrumentation/swift/
Apache License 2.0
207 stars 124 forks source link

Need Support for ARM64 Simulator - Now all macOS is Apple Silicon Chip #544

Closed anhnt25-kiotviet closed 2 months ago

anhnt25-kiotviet commented 2 months ago

Could not find module 'OpenTelemetryApi' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at: /Users/user.name/Library/Developer/Xcode/DerivedData/AppName_xyz/Index.noindex/Build/Products/Debug-iphonesimulator/OpenTelemetryApi.swiftmodule

nachoBonafonte commented 2 months ago

The library is in source code, and does not set the target to build for. Please check the build settings you are using for it to find the issue.

anhnt25-kiotviet commented 2 months ago

The library is in source code, and does not set the target to build for. Please check the build settings you are using for it to find the issue.

Thanks, I was mistaken. Caused by project configuration in Xcode