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
Since the last issue there is some compiling issues.
1st issue (Solved)
./HAP/.build/checkouts/Cdns_sd.git--79080462313159224/shim.h:1:10: error: 'dns_sd.h' file not found
#include <dns_sd.h>
^
./HAP/.build/checkouts/NetService.git-3665721673043840872/Sources/NetService/NetService.swift:13:8: error: could not build C module 'Cdns_sd'
import Cdns_sd
I solved that issue with sudo apt-get install libavahi-compat-libdnssd-dev
Second issue:
./HAP/Sources/HAP/Server/Server.swift:67:41: error: cannot convert value of type '[String : String]' to expected argument type 'Data?'
service.setTXTRecord(device.config)
~~~~~~~^~~~~~
Same issue on both x86 and arm platform
The text was updated successfully, but these errors were encountered:
With the release of NetService 0.5, these issues have been introduced. For your first issue, I've updated the readme: 6565741. And for the second issue, I've updated the code: 58f1344. Thank you!
Also note that for a better Linux/arm story, check out PR #68.
Hi,
Since the last issue there is some compiling issues.
1st issue (Solved)
I solved that issue with sudo apt-get install libavahi-compat-libdnssd-dev
Second issue:
Same issue on both x86 and arm platform
The text was updated successfully, but these errors were encountered: