Skip to content
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

Unable to build for arm64-apple-ios-simulator #12

Open
GaniduAsh opened this issue Oct 14, 2022 · 0 comments
Open

Unable to build for arm64-apple-ios-simulator #12

GaniduAsh opened this issue Oct 14, 2022 · 0 comments

Comments

@GaniduAsh
Copy link

GaniduAsh commented Oct 14, 2022

Integrated card scan module as a SPM module in my flutter application.

Upgraded flutter SDK flutter_macos_arm64_3.3.4-stable for M1 chip

application works in Xcode having Rosetta support as it will create x86_64-apple-ios-simulator in derived data but when running flutter run using VSCode or terminal does not run the app instead prompts following error .

build: Could not find module 'SharkCardScan' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at:

Looks like the iOS-card-scan doesn't support arm64

Any way to make it work instead of using in Rosetta mode as the hot reloading and dev tools aren't working from Xcode

note -: Even if I run in Xcode without Rosetta support the same error will prompt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant