본문 바로가기
728x90

전체 글49

"Error 'DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead' in Xcode 15 beta 5" Unable to boot device because it cannot be located on disk. The device's data is no longer present at /Users/kimjunho/Library/Developer/CoreSimulator/Devices/DA5639F7-A1A8-4471-949D-42F6CF8A4875/data. Use the device manager in Xcode or the simctl command line tool to either delete the device properly or erase contents and settings. details 더보기 Unable to boot device because it cannot be located o.. 2023. 9. 20.
google play console error "couldn't find 'libflutter.so'" google play console에 새버전을 만들고 심사를 거칠때마다 나오는 에러로 거슬렸었는데, 어느날 갑자기 삘타서 계속 붙잡게 되었다. 아래의 링크를 통해 해당 에러에 대한 원인을 찾을 수 있었다. https://medium.com/codechai/flutter-app-couldnt-find-libflutter-so-c95ad81cbccd Flutter app: couldn’t find “libflutter.so” And how I fixed the issue. medium.com https://stackoverflow.com/questions/75797853/flutter-app-crashes-on-lib-arm64-couldnt-find-libflutter-so Flutter app crash.. 2023. 9. 12.
flutter webView 세팅 및 데이터 주고 받기 시작하기 사용할 도메인 https://www.chaam.co.kr/login 사용할 패키지 https://pub.dev/packages/webview_flutter project 생성 및 패키지 설치 flutter create chaam_webview dependencies에 추가 dependencies: webview_flutter: ^4.2.4 웹 뷰 띄우기 코드를 분석하기 전에 우선 빠르게 웹뷰를 띄어 보겠다. controller 생성 late final WebViewController controller = WebViewController() ..setJavaScriptMode(JavaScriptMode.unrestricted) ..setBackgroundColor(const Color(0x000.. 2023. 9. 10.
app link가 app이 아니라 browser를 열때 (후속편, 해결) app link가 app이 아니라 browser를 열때 app link가 app이 아니라 browser를 열때 안드로이드 딥링크 세팅을 한후 (https://kimjunho97.tistory.com/21) 메모장에서 링크를 클릭하면 app이 아니라 browser가 열러서 미치는줄 알았다. 당황 했다. 결론부터 말하면 해당 어플 설정에 들어가서 kimjunho97.tistory.com 저번에 app link 세팅을하고 지원되는 웹주소가 trurn off가 되어있어서 원하는 동작이 되지 않는다는 포스팅을 올렸었다. 그리고 flutter gitbuh issues, stackoverflow, flutter slack community를 통해 여러 조언을 구했었다. stackoverflow flutter andr.. 2023. 9. 9.
728x90