ASLEye icon indicating copy to clipboard operation
ASLEye copied to clipboard

Not working on a real device

Open ChrisMash opened this issue 8 years ago • 1 comments

asl_search returns a nil response on a device, but works in the simulator. XCode 8.3, iOS 10.3, any ideas?

I imported the code manually as cocoa pods wasn't working, it couldn't find it for some reason.

ChrisMash avatar Apr 07 '17 08:04 ChrisMash

Yes,in swift it will not work on the device, only work in the simulator, I think this is a performance optimization for swift provide by apple. because it will work on the device in the Objective-C code

zixun avatar Apr 07 '17 09:04 zixun