You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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. Thearm64-apple-ios-simulator
module is missing.I have attached a sample project highlighting the error:
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
The text was updated successfully, but these errors were encountered: