xcode>ios deployment target 12,
podfile 에 platform 12
동일하게 해주었습니다. 그런데도 동일한 오류 발생하네요..
터미널에서 flutter build ios 하면
Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
이런메세지가 뜨면서 안되고,
xcode에서 빌드하면, module 'flutter_keybord_visibility' not found 라고 뜨고..
실제 패키지는 import 하지도 않습니다...
해결방법을 모르겠네요...
확인 요청드립니다..