-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Architecture x86_64-apple-ios-simulator #119
Comments
Any updates for it? |
any update on this? having same issues
|
Any update? Apple suggestion https://developer.apple.com/documentation/technotes/tn3117-resolving-build-errors-for-apple-silicon |
Hello @punyapat-s @dsasmita @acrabb, we were inspecting this issue but unfortunately couldn't reproduce it in various environments. Could you please provide us more information about which package manager do you use, Xcode and MacOS versions, is it Swift of Objective-C project, and any other related information that could help us to reproduce this issue. |
@vault087 my project is Swift project. I tried adding several workaround but it's not working. Just to point out, it's working fine with Real Device and for Appstore build since it's not for x86_64-apple-ios-simulator. |
In my opinion, OmiseSDK must provide a file that will support x86_64 in OmiseSDK.swiftmodule folder since it only has arm64. |
It seems to me you are using Carthage and we are no longer support it. Could you please switch to use Swift Package Manager for OmiseSDK and let me know if you still having any issues. |
We’re going to close this since there hasn’t been any activity for a while. If this issue is still relevant, please feel free to reopen it with more details and we’ll take another look. |
I also have this error: I install the Omise ioS SDK using Swift Package Manager, not Carthage. could you please help? I am using Macbook Pro 2021 (M1) I install the SDK like this: https://i.stack.imgur.com/jecvW.jpg |
@AgungLaksana please set Dependency Rule to be "Exact Version" or "Up to Next Major Version", the latest version at the moment is |
Thanks for the response. I have tried to use
|
@AgungLaksana based on this thread could you check that |
@AgungLaksana It seems you're using Flutter, we will investigate this issue and get back to you! |
yup thats right, I use Flutter, but I install Omise SDK natively using Swift and integrate it back to Flutter using Platform Channel the SDK will have no issue if I run it on real device, the problem only occured on iOS simulator. I use
feel free to message me if you need more info :) |
@vault087 This issue is happening after installing Xcode 15.3. I was working fine on Xcode 14.2 and 14.1, believed to cause by the simulator Rosetta update. my project is Swift project. I tried adding several workaround but it's not working. Just to point out, it's working fine with Real Device and for Appstore build since it's not for x86_64-apple-ios-simulator. |
Running our project that used to work in Xcode 11 gives the following error for Omise:
Does x86_64-apple-ios-simulator exist in any specific build version?
I've ran 3.8.0, 3.7.1, and 3.3.0
The text was updated successfully, but these errors were encountered: