You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'm getting an error in XCode when running zeroconf.watch from my cordova app.
The error is in ZeroConf.swift:398:
let dict = NetService.dictionary(fromTXTRecord: txtRecordData)
The error is : Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
When I run the app without being plugged in and inspecting with XCode, the app simply crashes / exits.
Is anybody else getting this?
I tried with cordova v9, and v5.3.3
ZeroConf Plugin: v1.4.0
Xcode: 10.2
ionic: 4.12
I tried removing the ios platform from cordova and re-adding it. Same result.
Also tried changing the Build Target to Swift 4, 4.2 and 5 with same result.
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I'm getting an error in XCode when running
zeroconf.watch
from my cordova app.The error is in ZeroConf.swift:398:
let dict = NetService.dictionary(fromTXTRecord: txtRecordData)
The error is :
Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
When I run the app without being plugged in and inspecting with XCode, the app simply crashes / exits.
Is anybody else getting this?
I tried with cordova v9, and v5.3.3
ZeroConf Plugin: v1.4.0
Xcode: 10.2
ionic: 4.12
I tried removing the ios platform from cordova and re-adding it. Same result.
Also tried changing the Build Target to Swift 4, 4.2 and 5 with same result.
Thanks
The text was updated successfully, but these errors were encountered: