ios - XCode - Unable to attach Debugger to Action Extension -
for ios application, have created action extension
. when run app , extension, here's happens:
simulator:
- launch app - xcode attaches debugger
- launch extension - xcode attaches debugger
actual device:
- launch app - xcode attaches debugger
- launch extension - xcode not able attach debugger
it working fine few days back, it's showing behavior. also, using same device, used before. before, every time when connected device mac, used alert confirmation on device, don't that. though, can still see device in xcode.
my configuration:
xcode: 7.3.1
os: osx el capitan (version 10.11.4)
is there can done? not able find how unpair device xcode/mac , pair again confirmation screen again.
this screwed in xcode 8.1
i've filed 29064806 apple.
the recorse fallback version of xcode works.
in case that's 8.0 (where not frequently)
disabling system integrity protection not help. it's bug in xcode (lldb or whatever)
Comments
Post a Comment