Replies: 7 comments 2 replies
-
Is this just the default HelloSkip app? And is it crashing on startup? Is it a native Skip Fuse app, or a transpiles Skip Lite app? Also, are you certain that that stack is the one related to your app crashing? I don't see any Java calls in there, which will almost always be present when an app crashes. Is there more information in |
Beta Was this translation helpful? Give feedback.
-
Also, is this an Android device or an emulator? And what is the device model and API version? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Does your emulator instance happen to be configured to use 16KB page sizes? And is this a native SkipFuse app? If so, then there is a known issue where we don't yet support 16KB sizes. Other than that, I'm not sure what the issue might be. Maybe try creating a fresh new emulator send seeing if it still happens? |
Beta Was this translation helpful? Give feedback.
-
thank you, i create a new emulator run ok. another problem, if I add a new package like https://github.com/skiptools/skip-keychain.git build error, how can I add spm in skip project. |
Beta Was this translation helpful? Give feedback.
-
thanks, I found can't use UIKit, how can i use UIDevice/UIScreen API, like api: UIDevice.current.systemVersion |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions