Description
Hi, I'm having trouble opening an Application with the Keyword 'Open Application' from the Library AppiumFlutterLibrary. My problem is similar to #376 , #442 and #444
I connected my phone to my macbook and when I run the Test Script, the Application installed via xcode with extension *.ipa can be opened. But it will stay like that when looking at the Log will find that the problem is stuck at [FlutterDriver] Connecting to Dart Observatory: undefined, it tries to retry every 3 seconds for a total of 30 times. When the timer expires, it will fail.
Appium Server Full Log : https://gist.github.com/megathana/8c858634318ea61a10a780b51f405c25
This is the log from RIDE when Run Fail.
But if I Install Application via xcode with extension *.app (Runner.app), Keyword 'Open Application' from Library AppiumFlutterLibrary can successfully open Application and run normally.
My Tools
RIDE : 1.7.4.2
Python : 3.7.4
MacBook Pro : 12.5.1
iPhone 13 mini : 15.5
Appium Server : 2.0.0-beta.58
Appium Flutter Driver : 1.14.3
I'm not sure what caused it. Can anyone give me some advice?