iGhibli / iOS-DeviceSupport

This repository holds the device support files for the iOS, and I will update it regularly.
8.12k stars 1.16k forks source link

Error: Unable to copy symbols from this device #148

Open arielhasidim opened 3 years ago

arielhasidim commented 3 years ago

After "Build Succeeded" I get this message (and the app was not installed on the device):

Screen Shot 2021-04-24 at 15 58 17

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.

fabiosassu commented 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)

markdavidjohnson commented 3 years ago

same issue

macOS 10.15.17 iOS 14.6 (iPhone 8) Xcode version: Version 11.3.1 (11C504)

Dos-leg commented 3 years ago

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.

arielhasidim commented 3 years ago

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 :(