Estimote / iOS-Proximity-SDK

Estimote Proximity SDK for iOS
https://developer.estimote.com
Apache License 2.0
61 stars 27 forks source link

Arm64 Support #69

Open taylor-paul opened 1 year ago

taylor-paul commented 1 year ago

The latest release of EstimoteProximitySDK for iOS, version 1.7.1, is unable to be built on an arm64 Mac (Apple Silicon) when targeting a simulator. The arm64-apple-ios-simulator module is missing. I have attached a sample project highlighting the error:

Could not find module 'EstimoteProximitySDK' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, armv7-apple-ios, i386-apple-ios-simulator, arm64-apple-ios

In order to solve this error, please resolve this issue by publishing a new version of EstimoteProximitySDK as an XCFramework containing all the required architectures, including the arm64 simulator architecture. EstimoteSampleApp.zip