非 server 模式,bundldID 参数化大概多久能做呢?
请问现在支持修改 bundldID 参数化了吗?想再 jenkins 中执行
你好,我执行了 xcodebuild -project XCTestWD.xcodeproj \
-scheme XCTestWDUITests \
-destination 'platform=iOS,name=(your device name)' \
XCTESTWD_PORT=8001 \
clean test 这一步就开始跑 monkey 了,是怎么回事呢?我的环境是 xcode9.3,iOS11
执行如下命令时,xcodebuild -project XCTestWD.xcodeproj \
-scheme XCTestWDUITests \
-destination 'platform=iOS,name=Na_iPhone' \
XCTESTWD_PORT=8001 \
clean test
出现:
Requesting connecion to device handle == 30 (serial: 3850dd31d6b7c9972e3ed84563db3536d6aadfec), port 8001
Error connecting to device!
遇到了上面的错误,是按照大佬的流程走的,xcode9.3,
请问最后解决了,也遇到同样的问题
那最后是怎么解决的呢?