kaeawc
04/29/2024, 4:27 PMkpgalligan
04/29/2024, 5:04 PMkaeawc
04/29/2024, 5:08 PMUndefined symbol: _SCDynamicStoreCopyProxies
Undefined symbol: _SCDynamicStoreCreateRunLoopSource
Undefined symbol: _SCDynamicStoreCreateWithOptions
Undefined symbol: _SCDynamicStoreSetNotificationKeys
Undefined symbol: _SCNetworkInterfaceCopyAll
Undefined symbol: _SCNetworkInterfaceGetBSDName
Undefined symbol: _SCNetworkInterfaceGetInterfaceType
Undefined symbol: _SCNetworkInterfaceGetLocalizedDisplayName
Undefined symbol: _SCNetworkReachabilityCreateWithAddress
Undefined symbol: _SCNetworkReachabilityCreateWithAddressPair
Undefined symbol: _SCNetworkReachabilityCreateWithName
Undefined symbol: _SCNetworkReachabilityGetFlags
Undefined symbol: _SCNetworkReachabilityScheduleWithRunLoop
Undefined symbol: _SCNetworkReachabilityUnscheduleFromRunLoop
Undefined symbol: _SCNetworkServiceCopyAll
Undefined symbol: _SCNetworkServiceGetEnabled
Undefined symbol: _SCNetworkServiceGetInterface
Undefined symbol: _SCNetworkServiceGetServiceID
Undefined symbol: _SCNetworkSetCopyCurrent
Undefined symbol: _SCNetworkSetGetServiceOrder
Undefined symbol: _SCPreferencesCreate
Undefined symbol: _kSCDynamicStoreUseSessionKeys
Undefined symbol: _kSCNetworkInterfaceType6to4
Undefined symbol: _kSCNetworkInterfaceTypeBluetooth
Undefined symbol: _kSCNetworkInterfaceTypeBond
Undefined symbol: _kSCNetworkInterfaceTypeBridge
Undefined symbol: _kSCNetworkInterfaceTypeEthernet
Undefined symbol: _kSCNetworkInterfaceTypeFireWire
Undefined symbol: _kSCNetworkInterfaceTypeIEEE80211
Undefined symbol: _kSCNetworkInterfaceTypeIPSec
Undefined symbol: _kSCNetworkInterfaceTypeIPv4
Undefined symbol: _kSCNetworkInterfaceTypeIrDA
Undefined symbol: _kSCNetworkInterfaceTypeL2TP
Undefined symbol: _kSCNetworkInterfaceTypeModem
Undefined symbol: _kSCNetworkInterfaceTypePPP
Undefined symbol: _kSCNetworkInterfaceTypePPTP
Undefined symbol: _kSCNetworkInterfaceTypeSerial
Undefined symbol: _kSCNetworkInterfaceTypeVLAN
Undefined symbol: _kSCNetworkInterfaceTypeWWAN
Linker command failed with exit code 1 (use -v to see invocation)
kaeawc
04/29/2024, 5:08 PMkaeawc
04/29/2024, 5:09 PMallshared
frameworkkpgalligan
04/29/2024, 5:14 PMkaeawc
04/29/2024, 6:36 PM.dylib
file instead of the .udl
which specifies what to expose... the official uniffi docs say to use .udl
with bindgen.
Figuring it outkpgalligan
04/29/2024, 7:17 PMkaeawc
05/01/2024, 3:09 AMkpgalligan
05/01/2024, 5:41 PM