-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
help: error during > capacitor sync ios #463
Comments
It looks like you are running To generate static assets used for building native apps use
The generate command pre-renders every route of your application and stores the result in plain HTML files that you can deploy on any static hosting services. The command triggers the nuxi build command with the prerender argument set to true per Nuxt docs |
Good morning, is there an estimated date to launch update to support Capacitor 6? |
Good morning, I believe this module already supports Capacitor 6.0 |
I saw it but the latest release is the version 0.13.1 and the package.json lists capacitor 5.6 as it supported version |
Interesting, We have an app using this package that has been upgraded to Capacitor 6 and I don't believe we ran into peer dependency issues but I may be wrong on the latter. Are you getting any errors when installing with Capacitor 6? |
I did run into that issue specifically, but the team is pushing commits almost daily, so probably sooner than later they will release a next version |
📚 What are you trying to do?
i use
"nuxt": "^3.7.3", "@nuxtjs/ionic": "^0.12.1", "@capacitor/ios": "5.4.0",
when I do sync
> capacitor sync ios
, i recieve this errorbut during build with nuxt i dont have any index.html inside .output/public
🔍 What have you tried?
yes
ℹ️ Additional context
package.json
The text was updated successfully, but these errors were encountered: