Hello,
I am developing application for accessory accessible over iPhone 6 lightning connector.
When I am debugging my application with accessory, it is extremely difficult to debug. I am using debugging over WiFi using NSLogger. I have to always unplug/re-plug accessory and USB cable back and forth to download and debug. I thought to write unit test cases to verify APIs in my application. But, I couldn’t find a way to execute XCtest without lightning connector.
Is there any way I can debug my accessory over WiFi or BT and execute XCTest from Xcode without lightning connector?
Appreciate your help to resolve this issue.
-Anu