LongXiangGuo

Results 16 comments of LongXiangGuo

> The same problem, please update your dart 2.12.x and above . Thank you so much I have create a temp fix for it, test it with flutter 2.5.0 works...

时机未到 Sent from my iPhone ------------------ 原始邮件 ------------------ From: wenjie.li ***@***.***> 发送时间: 09/13/2021, 16:13 To: alibaba/fish-redux ***@***.***> 抄送: Subscribed ***@***.***> Subject: Reply:[alibaba/fish-redux] Flutter 都出2.5 了,你们还不适配空安全吗? (#770)

出现新的错误,详细见https://gitee.com/jiodg45/macaca-issue-test ```shell >> xctest-client.js:233:20 [master] pid:6656 please check project: /usr/local/lib/node_modules/macaca-ios/node_modules/xctestwd/XCTestWD/XCTestWD.xcodeproj >> xctestwd start with port: 8001 >> proxy.js:55:14 [master] pid:6656 Proxy: /wd/hub/session:POST to http://127.0.0.1:8001/wd/hub/session:POST with body: {"desiredCapabilities":{"bundleId":"xudafeng.ios-app-bootstrap1.longxiang","platformName":"iOS","browserName":"firefox"}} >> xctest-client.js:270:16 [master]...

> > 出现新的错误,详细见https://gitee.com/jiodg45/macaca-issue-test > > ```shell > > >> xctest-client.js:233:20 [master] pid:6656 please check project: /usr/local/lib/node_modules/macaca-ios/node_modules/xctestwd/XCTestWD/XCTestWD.xcodeproj > > >> xctestwd start with port: 8001 > > >> proxy.js:55:14 [master] pid:6656...

> > > 出现新的错误,详细见https://gitee.com/jiodg45/macaca-issue-test > > > ```shell > > > >> xctest-client.js:233:20 [master] pid:6656 please check project: /usr/local/lib/node_modules/macaca-ios/node_modules/xctestwd/XCTestWD/XCTestWD.xcodeproj > > > >> xctestwd start with port: 8001 > >...

width & height is conflict with the zoom actions on android platform, I have remove the ClipOption Temporary fixed it.

I have fix it like this but it still has system alert pop up for bluetooth permission request ```Objective-C instance.centralManager = [[CBCentralManager alloc] initWithDelegate:instance queue:nil options:@{CBCentralManagerOptionShowPowerAlertKey:@NO}]; ```

Test with other solution also not work for me, the system bluetooth dialog still show when the centralManager first intiializated. ```Objective-C NSDictionary *options = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:NO], CBCentralManagerOptionShowPowerAlertKey, nil]; instance.centralManager...

Does any one had the same problem?

Test with iOS 14; iPhone XS; Version 11.7 (11E801a);