ss-abramchuk / OpenVPNAdapter

Objective-C wrapper for OpenVPN library. Compatible with iOS and macOS.
GNU Affero General Public License v3.0
473 stars 209 forks source link

Problem with SPM #213

Open SajjadKharrazi opened 3 years ago

SajjadKharrazi commented 3 years ago

hi i'm using v8 but when i want build my project, i get this error:

Undefined symbol: _OBJC_CLASS_$_UIDevice

image
xbladesub commented 3 years ago

Similar in my case. Trying to archive macOS app

Undefined symbol: _OBJCCLASS$_OpenVPNAdapter Undefined symbol: _OBJCCLASS$_OpenVPNConfiguration Undefined symbol: _OBJCCLASS$_OpenVPNCredentials Undefined symbol: _OBJCCLASS$_OpenVPNReachability Undefined symbol: _OpenVPNAdapterErrorFatalKey

fridayhoney commented 3 years ago
Capture d’écran 2021-08-28 à 19 25 36

Add UIKit & SystemConfiguration to your target :)