2022의 게시물 표시

flutter IOS ERROR 처리 방법

 1. Error (Xcode): could not build module 'CoreFoundation' flutter clean flutter pub get cd ios pod install 2-2. Mac (M1): ❶ 터미널을 열고 관리자 모드로  ffi  설치 (Mac 비번 입력) : sudo arch -x86_64 gem install ffi ❷  arch -x86_64 pod install --repo-update  로 업데이트 실행 ❸  flutter clean  으로 비워준 후 다시  flutter run  으로 재실행 3.  pod repo remove trunk  로 실행 삭제 - 끝 -

flutter ios device no connect error

 [!] Xcode - develop for iOS and macOS     ✗ Xcode installation is incomplete; a full installation is necessary for iOS development.       Download at: https://developer.apple.com/xcode/download/       Or install Xcode via the App Store.       Once installed, run:         sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer         sudo xcodebuild -runFirstLaunch     • CocoaPods version 1.11.3

flutter webview scroll 안되는 경우 gestureRecognizers: gestureRecognizers, 추가 해서 되었다

  final Set<Factory> gestureRecognizers = [Factory(() => EagerGestureRecognizer())].toSet();<b></b></i>     return new Scaffold(       //   title: appTitle,       body: new NestedScrollView(         headerSliverBuilder: (BuildContext context, bool innerBoxIsScrolled) {           return <Widget>[             headerNavCal(context),           ];         },         // controller: _scrollController,         body: Builder(builder: (BuildContext context) {           return WebView(             initialUrl: 'https://www.naver.com/',             javascriptMode: JavascriptMode.unrestricted,            <b> gestureRecognizers: gestureRec...

putty 한글 깨질때

이미지