Skip to content

Instantly share code, notes, and snippets.

@jeangb
Created December 13, 2016 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeangb/498c1c2f53209d1268cfec86dc69db7f to your computer and use it in GitHub Desktop.
Save jeangb/498c1c2f53209d1268cfec86dc69db7f to your computer and use it in GitHub Desktop.
building wda
Gioms-Air:WebDriverAgent matrix$ xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination 'id=e75c0085c74a872846772a6b2ee56a86849a4d92' test
2016-12-13 18:06:50.491 xcodebuild[1863:25601] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
/Users/matrix/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/190F9209-76C5-433D-9D18-37588CD0E25A/Session-WebDriverAgentRunner-2016-12-13_180650-RUiLQr.log
2016-12-13 18:06:50.492 xcodebuild[1863:25585] [MT] IDETestOperationsObserverDebug: (C48040C6-5F03-4372-B674-091F26EB59AA) Beginning test session WebDriverAgentRunner-C48040C6-5F03-4372-B674-091F26EB59AA at 2016-12-13 18:06:50.490 with Xcode 8B62 on target <DVTiOSDevice: 0x7fe9c3655aa0> {
deviceSerialNumber: F2LNCLGBG5QQ
identifier: e75c0085c74a872846772a6b2ee56a86849a4d92
deviceClass: iPhone
deviceName: STZ_DE_13243
deviceIdentifier: e75c0085c74a872846772a6b2ee56a86849a4d92
productVersion: 9.3.5
buildVersion: 13G36
deviceSoftwareVersion: 9.3.5 (13G36)
deviceArchitecture: arm64
deviceTotalCapacity: 12372336640
deviceAvailableCapacity: 6870949888
deviceIsTransient: NO
ignored: NO
deviceIsBusy: NO
deviceIsActivated: YES
deviceActivationState: Activated
deviceType: <DVTDeviceType:0x7fe9c3595470 Xcode.DeviceType.iPhone>
supportedDeviceFamilies: (
1
)
applications: (null)
provisioningProfiles: (null)
activityProgress: -2
activityTitle:
hasInternalSupport: NO
isSupportedOS: YES
developerDiskMountError: (null)
(null)
} (9.3.5 (13G36))
=== BUILD TARGET WebDriverAgentLib OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
Check dependencies
=== BUILD TARGET WebDriverAgentRunner OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
Check dependencies
MDMCreateDeltaDirectory:1920 calling MDMDirectoryDiff with:
state->old_bundle: /var/folders/hd/71xd0wvx66566mwwnsv0bngw0000gp/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/2050c55b7e6954d24fafc5b5fe948502/e75c0085c74a872846772a6b2ee56a86849a4d92/WebDriverAgentRunner-Runner.app
state->new_bundle: /Users/matrix/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app
state->dst_bundle: /var/folders/hd/71xd0wvx66566mwwnsv0bngw0000gp/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.EIjXw6/WebDriverAgentRunner-Runner.app_sparse.ipa/Payload//WebDriverAgentRunner-Runner.app, binaryDiff flag: FALSE
dst_ipa: /var/folders/hd/71xd0wvx66566mwwnsv0bngw0000gp/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.EIjXw6/WebDriverAgentRunner-Runner.app_sparse.ipa
__MDMDirectoryDiff_block_invoke.37:1473 calling writeDictToFile with: /var/folders/hd/71xd0wvx66566mwwnsv0bngw0000gp/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.EIjXw6/WebDriverAgentRunner-Runner.app_sparse.ipa/ManifestCache.plist
writeDictToFile:1278 ==== Successfully wrote Manifest cache to /var/folders/hd/71xd0wvx66566mwwnsv0bngw0000gp/C/com.apple.DeveloperTools/All/Xcode/EmbeddedAppDeltas/WebDriverAgentRunner-Runner.app.EIjXw6/WebDriverAgentRunner-Runner.app_sparse.ipa/ManifestCache.plist
2016-12-13 18:06:55.012 xcodebuild[1863:25585] Error Domain=IDETestOperationsObserverErrorDomain Code=5 "Early unexpected exit, operation never finished bootstrapping - no restart will be attempted" UserInfo={NSLocalizedDescription=Early unexpected exit, operation never finished bootstrapping - no restart will be attempted}
Testing failed:
Test target WebDriverAgentRunner encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted)
** TEST FAILED **
@avinaspandey
Copy link

I am also unable to launch the app on real device. The app gets install....I am also stuck..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment