본문 바로가기
728x90

flutter6

Error type argument 'nw_proxy_config_t' 에러 로그 Error (Xcode): type argument 'nw_proxy_config_t' (aka 'struct nw_proxy_config *') is neither an Objective-C object nor a block type /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebsiteDataStore.h:119:46 Parse Issue (Xcode): Could not build module 'WebKit' /Users/kimj.. 2023. 10. 21.
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.
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.
flutter unit test 구현 프로젝트가 점점 거대해지면서 다 확인하기 힘들어지면서 테스트코드의 중요성을 느끼고 프론트, 백엔드 상관없이 작성하는 습관을 기르고 있다. 그 중 flutter unit test 예시를 기록해 보았다. 테스트 대상 Model enum UserType { parent, child, other } class UserModel { int? id; int? kakaoId; String? phoneNumber; String? email; String? nickname; String? profileImage; String? profileStatusMessage; String? region; String? birthyear; UserType? userType; Gender? gender; UserModel({ this.. 2023. 9. 4.
728x90