ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh: Permission deniedCommand PhaseScriptExecution failed with a nonzero exit code해결됨!
자세히 봤더니 그 위 부터 에러가 있었음해결 :: https://github.com/FirebaseExtended/flutterfire/issues/4709
xcode 프로그램에서 파일을 넣어줘야 인식함.https://muhly.tistory.com/24받은 파일을 열린 Xcode에서 'Runner/Runner/'에 끌어놓기 하여 삽입한다.
fcm푸시 메시지를 테스트 해보려고 아이폰을 연결해서 debug모드로 실행했더니 시간이 가도 안되다가 에러를 내뱉는다flutter doctor를 해 봤더니이런 메시지가 나온다. 그러면서 issues는 발견되지 않았다고 ??핸드폰에 뭘 하고 있는게 없어도 그런다 어쩌지?
fcm v2를 테스트 하기 위해 실물 아이폰으로 디버그 빌드를 하는데 시간이 초과되며 나오는 에러 메시지flutter doctor를 해 봤더니이런 메시지가 나온다. 그러면서 issues는 발견되지 않았다고 ??핸드폰에 뭘 실행하고 있는게 없었다. 이런 경우xcode를
flutter doctor 해봤는데 이슈가 없었음그래서 안드로이드스튜디오 메뉴 file> Invalidate cashes and Restart ... 했더니 잘 된다.
구글 플레이 콘솔에서 빌드된 앱 번들을 업로드 했더니 디버그 모드로 서명한 APK 또는 Android App Bundle을 업로드했습니다. 출시 모드로 APK 또는 Android App Bundle에 서명해야 합니다.라는 에러가 등장했다.한참 헤맨 끝에 /android
An error occurred (SignatureDoesNotMatch) when calling the GetCallerIdentity operation: The request signature we calculated does not match the signatu
에러 메시지vue v3에서 vuex를 설치하려니 에러가 뜬다.ver3에서는 vuex ver4를 써야 하나보다When using Vue3, refer to Vuex 4 Documentation to install Vuex 4 withnpm install vuex@next
vue-router도 다음 버전을 설치해 줘야 함.npm i vue-router@next참고 :: https://velog.io/@cindy-choi/Vue3-%EC%97%90-vue-route-%EC%B6%94%EA%B0%80%ED%95%98%EA%B8%B0
vue3에서는 devtool beta버전을 설치해서 사용하라고 되어 있음.https://v3.vuejs.org/guide/migration/introduction.htmldevtool beta :: https://chrome.google.com/web
bootstrap-vue-3로 다시 설치해야 함.참고 :: https://www.npmjs.com/package/bootstrap-vue-3
이것은 eslint에서 생기는 버그인듯함.조치법은 아래와 같음 (변경하고 한 번 껏다 켜야 함. vscode)참고 :: https://stackoverflow.com/questions/63961803/eslint-says-all-enums-in-typescri
변수명이 일치하지 않았을 때 생기는 에러 난 또 렌더링 문제인 줄... 참고 :: https://joshua1988.github.io/web-development/vuejs/common-error-cases/
이 에러는 componet를 명시 안해줘서 생겼다.
gradle 버전에 맞게 자바 버전 수정해야 함.1 터미널에서 ./gradlew --version 으로 그래이들 버전 확인2 Preferences → Build, Execution, Deployment → Build Tools → Gradle → \*Gradle JDK
에뮬레이터 디스크 용량이 부족한 경우 발생하는 오류참고https://lunker-empire.tistory.com/2
출처 https://developer0809.tistory.com/115
xcode 13.3 업글 이후 터미널 창에 에러들https://stackoverflow.com/questions/71320584/flutter-build-ios-got-error-requested-but-did-not-find-extension-point-wi
npm 으로 에러가 생겨서 yarn으로 했더니 실행이 됨.
Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/comm
'FullCalendar' cannot be used as a JSX component.빌드는 되지만 계속 빨간줄이 남는다.스토리북이 jsx를 사용하는데 이것과 충돌되는 가 보다아직 해결 못했음.https://github.com/fullcalendar/full
d.ts 파일을 따로 만들어 준다.tsconfig.json 파일에compilerOptions의 typeRoots 에 경로를 넣어주던지아니면 include에 경로를 넣어주면 인식한다.참고https://evan-moon.github.io/2021/07/30/tsc