본문 바로가기
Swift

[Swift] UIKit import 오류 (No such module 'UIKit')

by jjinthe 2024. 2. 3.
728x90

 

아래 사이트 참고 

https://stackoverflow.com/questions/46901881/no-such-module-uikit

 

No such module 'UIKit'

All I want to do is make the most basic macOS / OS X app that just shows a WKWebView... import UIKit import WebKit class ViewController: UIViewController, WKUIDelegate { var webView: WKWebView!

stackoverflow.com

 

UIKit 는 iOS 구축 할 때만 사용하는 것인데 MacOS로 설정이 되어 있어서 그런거....

 

역시나 Mac으로 선택 되어 있다. 

 

My Mac 클릭 > Any iOS 클릭 

 

728x90
반응형