Replies: 6 comments 1 reply
|
This is from our debugger not xcode, right? Can you isolate the root cause? Does it change with specific versions? |
|
this from the mac console |
|
I found the problem of white screen. I trying to migrate other app that was compiled correctly on may 28 2026 with this https://github.com/codenameone/CodenameOne/releases/tag/7.0.244. Now it compile perfectly but my app don't open and launch a white screen. The problem is that you update the way that the Svg paint and my app use Svg classes compiled by your flamingo transcoder. I was trying to compile codename1.arg.build.cn1Version= 7.0.244 but my pro plan don't permitt more than 2 moths of old. the problem is just in ios side not in simulator and android. This means that I need to migrate this old classe to native svg supported by your latest version? |
|
Continue with this issue. I migrate all my svgs to the common/src/main/css/ and in simulator work perfectly but when I compile to IOS. the Same issue occur. White Screen in the Form where I use svg. |
|
in the mac console nothin error occur. I'm using 7.0.270 version |
|
The SVG feature was written with the assumption that you would use a new project. We'll try to add an auto-update to the project in 7.0.271. A workaround you can use is to download a new project and copy your code into it. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
checking this error in real device in mac console will launch this ?
error 12:42:57.220410-0400 backboardd cycle detected between [35-F5] -> [35-3]
error 12:42:57.220846-0400 backboardd cycle detected between [35-F5] -> [35-3]
error 12:42:57.368926-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.368979-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.368993-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.368999-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.369014-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.369020-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.369206-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.369363-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.369410-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.369443-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.369448-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.369484-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.369489-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.369494-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.369507-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.370117-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.370124-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.370131-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.370136-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.370151-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.370167-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.370317-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
error 12:42:57.370373-0400 ForceSOS Unsupported use of UIKit API off the main thread: UIAccessibilityIsAssistiveTouchRunning()
my app open a white screen and doesn't continue launching
All reactions