Open arielhasidim opened 3 years ago
I have the same issue
macOS version 10.13.6 iOS version: 14.6 (iPhone 11 Pro) Xcode version: 10.1 (10B61)
same issue
macOS 10.15.17 iOS 14.6 (iPhone 8) Xcode version: Version 11.3.1 (11C504)
I don't know whether this method work "https://stackoverflow.com/questions/38963815/xcode8-0-beta-6-unable-to-read-from-device". I did not find the corresponding "~/Library/Developer/Xcode" file on my mac.
I don't know whether this method work "https://stackoverflow.com/questions/38963815/xcode8-0-beta-6-unable-to-read-from-device". I did not find the corresponding "~/Library/Developer/Xcode" file on my mac.
Still no :(
After "Build Succeeded" I get this message (and the app was not installed on the device):
macOS version 10.14.6 iOS version: 14.4.2 (18D70) (iPhone 8) Xcode version: 11.3 (11C29)
All the iOS-DeviceSupport files was unzipped successfully with
sudo ./deploy.py
(I checked manually). Tried to restart Xcode, iPhone and mac.I managed to build and run the app on the device with
cordova run --device
, but I can't attach the debugger (same error as above) This also didn't work.