본문 바로가기

개발이야기

flutter ios 빌드시 wakelock_windows 에러

반응형

Failed to build iOS app

Error (Xcode): Package wakelock:windows references wakelock_windows:windows as the default plugin, but the package does not exist, or is not a plugin package.

 

플러터 버전 업그레이드 이후에 ios 빌드 하는데 왜 자꾸 wakelock windows 어쩌고 에러가 난다... 윈도우즈는 빌드 하지도 않는데 

wakelock_windows 라이브러리를 추가도 해보고 별의별짓 다해봤는데 다 안되더라.

그러다 우연히 wakelock_plus를 발견함 

만쉐 ~~ 

wakelock_plus: ^1.3.2
반응형