Closed ralfebert closed 4 months ago
Is there any solution coming? Working with SwiftUI needs the preview Simulator all time! Roundabout until fix: `#if targetEnvironment(simulator) struct SumUpView:View{ var sumUpData:SumUpData var body: some View{ Text("Sumup sdk does not support simulator on Silicon.") } }
import SumUpSDK struct SumUpView: UIViewControllerRepresentable {
typealias UIViewControllerType = SumUpViewController
...... ...... ......
Is there any update on this? It's been a long time since Apple Silicon was introduced now. I would have hoped to see some progress
any update on this?
very unlikely there will come an update soon.
so the only solution is to run xcode with rosetta and accept very poor performance?
I talked to an IT Leader a year ago, he could not even tell a roadmap. My feeling is the resources are used to become bigger and more global with Sumup. Not make the developer's life's easier!
The release notes of Xcode 14.3 Beta state that the upcoming Xcode version won't support Rosetta anymore:
Xcode isn’t supported under Rosetta. See Developer Technote “Resolving architecture build errors on Apple silicon“ for more information. (92772361)
Hello, please could you provide an update on progress with providing support? SumUp is the only supplier we use which has not added support.
Any update on this after like 2 years?
Any update? Is this going to be resolved?
Any update? Is this going to be resolved?
Any Update ??
This is not currently supported because we are using a third party library that is incompatible. However, we are now actively working on removing our reliance on the library.
Any update?
3 years resolving this issue and still not resolved. Very shame.
Hi @steveetm , @thom-ek, thank you for the followup. We’re working on this and planning to release a new version of the SDK with support for arm64 Simulators in the coming weeks. Thank you for your patience.
The latest release 5.0.0 should fix that! Will give it a try asap!
Thanks for adressing it! 🙏🙏
Hi all! As it has already been noticed in the comment above :slightly_smiling_face:, we have released SumUp iOS SDK 5.0.0, which includes support for running in Simulator with ARM64 architecture! Please try it out!
When building an iOS app with the SumupSDK on a Apple Silicon Mac, the app cannot be run in the simulator anymore because the xcframework doesn't contain a build for the arm64 simulator which results in an 'missing required architecture arm64' error: