꼬리에 꼬리를 무는 컴퓨터 대탐험
프로필 배경
프로필 로고

꼬리에 꼬리를 무는 컴퓨터 대탐험

    • 분류 전체보기 (128)
      • 알고리즘 문제 (80)
        • 프로그래머스 (28)
        • 구글 킥스타트 2021 (1)
        • 백준 (39)
        • Leetcode (10)
      • React Native (7)
        • 에러 (6)
      • Computer Graphics (0)
      • Machine Running (5)
        • Pytorch (2)
        • GAN (2)
      • IT 도서 리뷰 (12)
      • iOS (7)
        • iOS Troubleshooting (2)
  • mode_edit_outline글작성
  • settings환경설정
  • 홈
  • 태그
  • 방명록

React Native Error: Use of undeclared identifier 'FBSDKApplicationDelegate'

상황 react-native-fbsdk-next iOS 세팅 에러 메세지 Use of undeclared identifier 'FBSDKApplicationDelegate' 해결 방법 AppDeledate.mm 에서 #import 임포트를 #if RCT_NEW_ARCH_ENABLED 위로 올려야 함 메뉴얼에선 #ifdef FB_SONARKIT_ENABLED 위로 올리라고 하는데 RN 버전 차이인 듯 이유

  • format_list_bulleted React Native/에러
  • · 2022. 5. 4.
  • textsms
React Native Eslint Warning: Missing semicolon. eslint(semi)

React Native Eslint Warning: Missing semicolon. eslint(semi)

상황 module.exports = { root: true, extends: '@react-native-community', parser: '@typescript-eslint/parser', plugins: ['react', 'react-hooks', '@typescript-eslint', 'prettier'], overrides: [ { files: ['*.ts', '*.tsx'], rules: { '@typescript-eslint/no-shadow': ['error'], 'no-shadow': 'off', 'no-undef': 'off', semi: ['error', 'never'], 'react-native/no-inline-styles': 0, 'prettier/prettier': 'error'..

  • format_list_bulleted React Native/에러
  • · 2022. 2. 25.
  • textsms
React Native Error: react-devtools npm ERR! HTTPError: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v9.4.4/electron-v9.4.4-darwin-arm64.zip

React Native Error: react-devtools npm ERR! HTTPError: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v9.4.4/electron-v9.4.4-darwin-arm64.zip

상황 react-devtools 버전 호환 문제로 다운그레이드 하라고 함, 하지만 적힌대로 커맨드 창에 입력하면 에러 발생 https://gist.github.com/bvaughn/4bc90775530873fdf8e7ade4a039e579 React DevTools: Unsupported backend version React DevTools: Unsupported backend version. GitHub Gist: instantly share code, notes, and snippets. gist.github.com 에러 메세지 npm ERR! code 1 npm ERR! path /opt/homebrew/lib/node_modules/react-devtools/node_modules/electro..

  • format_list_bulleted React Native/에러
  • · 2022. 2. 15.
  • textsms

React Native 안드로이드 빌드 에러 Task :app:mergeReleaseResources FAILED

상황 분명 방금 전까지 빌드 잘 됐는데 갑자기 안됨 에러 메세지 다음과 같이 에러메세지가 난다. > Task :app:mergeReleaseResources FAILED ERROR:[drawable-xhdpi-v4/node_modules_reactnavigation_elements_src_assets_backicon] 해결 방법 rm -rf android/app/src/main/res/drawable* 이유 리소스 중복

  • format_list_bulleted React Native/에러
  • · 2022. 2. 9.
  • textsms
M1 pro에 React Native 설치하기 (macOS Monterey, Apple M1 Pro 2021모델, React Native 0.66.4)

M1 pro에 React Native 설치하기 (macOS Monterey, Apple M1 Pro 2021모델, React Native 0.66.4)

맥북을 샀다. 새 노트북은 좋지만... 언제나 그렇듯 초기 세팅이 제일 하기 싫다. 인텔 맥에서 하던대로 공식 문서를 보고 초기 세팅을 하려했으나 에러 메시지가 뜨며 실패했다. -- Crash Report log information -------------------------------------------- See Crash Report log file under the one of following: * ~/Library/Logs/DiagnosticReports * /Library/Logs/DiagnosticReports for more details. Don't forget to include the above Crash Report log file in bug reports. 더보기 에러 메세..

  • format_list_bulleted React Native/에러
  • · 2022. 1. 10.
  • textsms
clang error linker command failed with exit code 1

clang error linker command failed with exit code 1

나는 1차 개발이 끝난 후 개발에 합류했다. 때문에 코드를 깃에서 풀 받아 개발 합류해야 하는데... 빌드가 안된다. 에러 메세지는 다음과 같다. >ld: file not found: /Users/MacBookPro/Library/Developer/Xcode/DerivedData/Social_Events-cfnteabiivwfdzcoulzznhmgobhy/Build/Products/Debug-iphoneos/Social_Events.app/Social_Events clang: error: linker command failed with exit code 1 (use -v to see invocation) 따로 내 에러 메시지를 저장해 두지는 않았기 때문에... 스택오버플로우에서 나와 비슷한 증상을 가진 ..

  • format_list_bulleted React Native/에러
  • · 2020. 2. 9.
  • textsms
  • «
  • 1
  • »
공지사항
전체 카테고리
  • 분류 전체보기 (128)
    • 알고리즘 문제 (80)
      • 프로그래머스 (28)
      • 구글 킥스타트 2021 (1)
      • 백준 (39)
      • Leetcode (10)
    • React Native (7)
      • 에러 (6)
    • Computer Graphics (0)
    • Machine Running (5)
      • Pytorch (2)
      • GAN (2)
    • IT 도서 리뷰 (12)
    • iOS (7)
      • iOS Troubleshooting (2)
최근 글
인기 글
최근 댓글
태그
  • #react-native
  • #개발자
  • #리액트 네이티브
  • #linker error
  • #신입
  • #에러
  • #react-native error
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바