-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
bug: Compile error with SwiftEmitModule #21
Comments
i also encounter the same issue too |
Thank you, I will take a look. |
1 similar comment
Thank you, I will take a look. |
same issue here, cannot build in ios version but android version works fine Hardware: MacBook Pro with M3 Pro |
The app was just updated to Capacitor 6. Please try it again. I'm therefore closing this issue. |
I have both Capacitor and this plugin running on v6 and I still got the error. Package.json deps:
Error:
|
When I build the app with Xcode, I get the following popup:
|
Getting the same issue as @JaapWeijland. All dependencies updated. EDIT (updated): EDIT (Solution): |
Describe the bug
I have gone through the Getting Startet guide. But if I try to compile the app with
I get an error
To Reproduce
Go trough the steps of the Getting Started guide
Expected behavior
The App should start in the iOS Simulator
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
I am a bit confused about the message with "x86_64" because I'm on an ARM Mac. Maybe some problem with Rosetta?
If I remove the
from the package.json and re run
compiling and opening in simulator works fine. But of course I get an error then, because of the missing plugin.
The text was updated successfully, but these errors were encountered: