We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug AferoSwiftSDK has a compiler error when building for simulator.
File: AferoSwiftSDK/Core/Extensions.swift on line 608.
#if targetEnvironment(simulator) extension Float80: DataConvertible { } #endif
Compiler error: 'Float80' is unavailable: Float80 is not available on target platform.
To Reproduce Steps to reproduce the behavior:
cd Examples
bundle install
pod install
open AferoSwiftSDK.xcworkspace
Expected behavior AferoLab app starts on Simulator.
Development Environment (please complete the following information):
Deployment Environment (please complete the following information)
The text was updated successfully, but these errors were encountered:
Beni, did this work for you previously and just stopped working, or has it never worked?
Did you just recently switch from an intel Mac to an Apple Silicon Mac?
Thanks,
Joe
Sorry, something went wrong.
Hi Joe. It has never worked in the last 12 months.
I tried it on two other machines. The problem only appears on Apple Silicon, on Intel Macs it works.
Seems to be only available on Intel Macs: https://developer.apple.com/documentation/swift/float80
No branches or pull requests
Describe the bug
AferoSwiftSDK has a compiler error when building for simulator.
File: AferoSwiftSDK/Core/Extensions.swift on line 608.
Compiler error: 'Float80' is unavailable: Float80 is not available on target platform.
To Reproduce
Steps to reproduce the behavior:
cd Examples
bundle install
pod install
(might need to update CocoaPods version because of CryptoSwift dependency)open AferoSwiftSDK.xcworkspace
Expected behavior
AferoLab app starts on Simulator.
Development Environment (please complete the following information):
Deployment Environment (please complete the following information)
The text was updated successfully, but these errors were encountered: