MichaCo / DnsClient.NET

DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups
https://dnsclient.michaco.net
Apache License 2.0
781 stars 137 forks source link

iOS build issues while adding DNSClient package #177

Closed NGourish closed 1 year ago

NGourish commented 1 year ago

/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets(3,3): Error MSB6006: "mtouch" exited with code 134. (MSB6006) (UMA.iOS)

/Users/gagandeepsingh/umamobileui/UMA/UMA.iOS/MTOUCH: Error MT5210: Native linking failed, undefined symbol: _FormatMessageW. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. (MT5210) (UMA.iOS)

/Users/gagandeepsingh/umamobileui/UMA/UMA.iOS/MTOUCH: Error MT5210: Native linking failed, undefined symbol: _RegCloseKey. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. (MT5210) (UMA.iOS)

/Users/gagandeepsingh/umamobileui/UMA/UMA.iOS/MTOUCH: Error MT5210: Native linking failed, undefined symbol: _RegEnumKeyExW. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. (MT5210) (UMA.iOS)

/Users/gagandeepsingh/umamobileui/UMA/UMA.iOS/MTOUCH: Error MT5210: Native linking failed, undefined symbol: _RegOpenKeyExW. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. (MT5210) (UMA.iOS)

/Users/gagandeepsingh/umamobileui/UMA/UMA.iOS/MTOUCH: Error MT5210: Native linking failed, undefined symbol: _RegQueryInfoKeyW. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. (MT5210) (UMA.iOS)

/Users/gagandeepsingh/umamobileui/UMA/UMA.iOS/MTOUCH: Error MT5210: Native linking failed, undefined symbol: _RegQueryValueExW. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. (MT5210) (UMA.iOS)

/Users/gagandeepsingh/umamobileui/UMA/UMA.iOS/MTOUCH: Error MT5201: Native linking failed. Please review the build log and the user flags provided to gcc: -ObjC -ObjC -ObjC -lc++ -lz (MT5201) (UMA.iOS)

/Users/gagandeepsingh/umamobileui/UMA/UMA.iOS/clang: Error: linker command failed with exit code 1 (use -v to see invocation) (UMA.iOS)

MichaCo commented 1 year ago

If you want to submit an issue or question, please, first of all, don't spam. Sending me an email via nuget.org and post this same text twice here is not going to help you get my attention faster. The opposite will be the case and I'll just ignore you.

Also, if you want help, try be more informative. A stacktrace does not help to reproduce or find or solve an issue.

Thanks