OpenVPNAdapter icon indicating copy to clipboard operation
OpenVPNAdapter copied to clipboard

Problem with SPM

Open SajjadKharrazi opened this issue 3 years ago • 2 comments

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

Undefined symbol: _OBJC_CLASS_$_UIDevice

image

SajjadKharrazi avatar Jul 08 '21 20:07 SajjadKharrazi

Similar in my case. Trying to archive macOS app

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

xbladesub avatar Jul 17 '21 05:07 xbladesub

Capture d’écran 2021-08-28 à 19 25 36

Add UIKit & SystemConfiguration to your target :)

fridayhoney avatar Aug 28 '21 17:08 fridayhoney