Arthur

Results 4 issues of Arthur

### Description flutter run then error: SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2. how to solve this problem? ### Platform IOS code: ylldeMac:flutter_ly_app yll$ flutter run Launching...

help wanted

登录0001,监听消息,0002发送消息 ,监听不到 await Application.jmessage.login(username: '0001', password: "123456"); await Application.jmessage.addReceiveMessageListener((dynamic msg){ print("收到消息"); print(msg.toString()); });