Replies: 7 comments 17 replies
-
I have no idea what you're trying to communicate. Is this a question? A report of a problem? A request for assistance? If you want someone to help you, you need to ask a full question, and provide enough detail for them to actually help you. A stack trace with no context doesn't do that. |
Beta Was this translation helpful? Give feedback.
-
Sorry, it did not generate a problem report. |
Beta Was this translation helpful? Give feedback.
-
Compiling iOS App on macOS,Using commands “briefcase run iOS" ,Successfully installed App, |
Beta Was this translation helpful? Give feedback.
-
macOS: Big Sur 11.4 |
Beta Was this translation helpful? Give feedback.
-
toga==0.3.1: |
Beta Was this translation helpful? Give feedback.
-
After investigation, it was found that it is not a problem with "pg8000" and it can obtain data normally. Guess it's the "data" issue with the DetailedList. The format of the "data" strictly follows the example you provided, and it works normally on Windows, Android, and MacOS, except for exceptions on iOS. If you give an empty "list" to a "data", it can run normally. |
Beta Was this translation helpful? Give feedback.
-
Really in need of help, can you paste the above code into the macOS environment to compile iOS, and open and run it to understand the problem I'm talking about? |
Beta Was this translation helpful? Give feedback.
-
Configure argc/argv...
Initializing Python runtime...
Installing Python NSLog handler...
Running app module: littlebee
/Users/goodtime/Library/Developer/CoreSimulator/Devices/D0F568D7-8062-4C66-B538-4D36F30E4BD7/data/Containers/Bundle/Application/02B3D6A9-3F0C-4264-B8EE-AD5343568DF5/LittleBee.app/app_packages/toga_iOS/app.py:95: DeprecationWarning: There is no current event loop
self.loop = asyncio.get_event_loop()
Beta Was this translation helpful? Give feedback.
All reactions