-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./run.sh When it's finished displaying device's udid, it's stuck. #44
Comments
Make sure you have nothing else such as QuickTime running at the same time. Otherwise it gets stuck waiting for a lock. Also, make sure the screen is on. |
i'm sure there is no other app running at same time except ios_minicap terminal and safari |
here are whole logs seirradeMac:~ zhenniuren$ git clone https://github.com/openstf/ios-minicap seirradeMac:ios-minicap zhenniuren$ ./build.sh seirradeMac:ios-minicap zhenniuren$ ./run.sh
seirradeMac:example zhenniuren$ npm install added 54 packages from 50 contributors and audited 125 packages in 20.793s seirradeMac:example zhenniuren$ seirradeMac:example zhenniuren$ node app.js |
and the screen is on, but still can't work. |
@sorccu thanks for your help, but i still can't make it work |
Hi, log: ios-minicap log: example\app.js I just doubt that some compatibility issues come with iOS 11. Thanks and look for help. ========================================================= |
my iPad Air 2 (iOS 11.2.6) has issues too |
when it stuck and can not get banner. lock the screen and then unlock the screen. then it can get the banner. This operation works for me. |
Seems on mojave(10.14) the situation more strange - after disaplay UDID it will crash, leaving a Abort trap: 6.
But I don't know how to embed info.plist to a CLI standalone. Have tried LDFLAGS sectcreate method and seems that does not helps, anything same as before. |
Steps to reproduce
./build.sh
./run.sh
Expected results
display device's udid, and banner
Actual results
./build.sh no problem
./run.sh When it's finished displaying device's udid, it's stuck.
if continue to open another terminal window to execute command: npm install、node app.js
there's no error but when you open http://localhost:9002 the error appeared.
Environment(version of libraries, mac OS, iOS, etc)
macbook air macOS 10.12.6
iPad Air2 iOS 11.2.6
The text was updated successfully, but these errors were encountered: