-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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] Tauri Panics On New App Creation #10701
Comments
the issue is that your app identifier change your app identifier in: |
Yes. That is obviously part of the issue. If that is the only problem here then the bug is that the create-app flow is letting the user create illegal identifiers. |
I believe that mobiles stuff have more restrictive naming than the desktop part, I think that limit naming possibility to what mobile support is leveling down possibilities depending on the mobile, maybe a solution could be prompt for an alternative name for mobile when init ios/android projects in case it contain illegals characters ? |
Closing as duplicate of the linked issue. |
Describe the bug
Did
$ yarn create tauri-app --rc
Running
yarn
went okRunning
$ yarn tauri ios init
caused a panicReproduction
THEN
yarn
[works fine]THEN
Expected behavior
There should be no panic
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: