React Native/Error20 [React Native/IOS] CompileC /Users/juzero/Library/Developer/Xcode/DerivedData/project-hbkrudqxtxdjkbcoxpmydzixlzqq/Build/Intermediates.noindex/project.build/Debug-iphonesimulator/project.build/Objects-normal/x86_64/AppDelegate.o /Users/juzero/project/iO.. 1. 에러 상황 facebook 로그인기능을 구현하던 중에 loginManger 부분에서 에러를 만났고, 해결하는 과정에서 포스팅 제목에 있는 또다른 에러를 만났습니다. 에러를 많이 만나니 혼자 개발해도 외롭지 않아요. 페북 로그인 버튼이 작동하는 것만 보고 자려고했는데... 에러랑 놀아주느라고 벌써 잘시간이 훌쩍 넘어버렸습니다 ㅠ 처음에는 facebook sdk 적용 과정에서 잘못한 부분이 있는 줄 알고 하나씩 다 다시 훑어봤어요. 한두시간은 거기에 매달렸지만.. 찾지 못했습니다. 2. 해결 방법 시도 1) dody님의 블로그 참고 https://velog.io/@dody_/RN-에러노트-The-following-build-commands-failedCompileC-UsersdodyLibraryDeve.. 2022. 1. 9. [React Native / IOS] 시뮬레이터 에러, The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. 1. 에러 상황 에러문을 읽어보면 타겟의 버전이 서로 안맞아서 그렇다고 합니다. 모든 개발자의 랜선 스승님인 stackOverFlow에 역시나 같은 질문이 있네요! https://stackoverflow.com/questions/54704207/the-ios-simulator-deployment-targets-is-set-to-7-0-but-the-range-of-supported-d The iOS Simulator deployment targets is set to 7.0, but the range of supported deployment target version for this platform is 8. I'm getting this below warning message in my Xcode 1.. 2022. 1. 9. [React Native / 에러해결] 페이스북 로그인 에러, null is not an object (evaluating ‘LoginManager.loginWithReadPermissions’ 1. 에러 상황 페이스북 로그인 기능을 구현하는 중에 LoginManager에서 에러가 발생함. Possible Unhandled Promise Rejection (id:0): TypeErro: null is not an object (evaluating ‘LoginManager.loginWithReadPermissions’ 2. 해결방법 아래의 깃헙 링크를 참조해서 해결했습니다! https://github.com/fbsamples/f8app/issues/118 Log In With Facebook - ALERT - undefined is not an object (evaluating ‘LoginManager.loginWithReadPermissions’) · Issue #118 In iOS simula.. 2022. 1. 8. [React Native / IOS] 시뮬레이터 에러 Unable to lookup in current state: Shutdown 1. 에러 상황 npm으로 ios 시뮬레이터를 기동할 때 Unable to lookup in current state: Shutdown 에러 발생. 2. 해결방법 시뮬레이터를 완전히 종료하고 다시 react-native run-ios해주면 잘 됩니다. 2022. 1. 7. [IOS 에러 해결] Xcode 아카이브(Archive) main.jsbundle does not exist 에러 출시버전의 앱을 다 만들고 ios에 배포하려고 들뜬 마음으로 아카이브를 하는데 자꾸 build failed가 뜬다.. build failed 만큼 기운빠지는 단어도 없는듯 ㅠ 1. 에러 상황 에러코드를 보니까 내 디렉토리 주소가 쭉 적혀있고 제일 뒤에 main.jsbundle does not exist 라고 적혀있다. 에러는 역시 구글링이지 2. 해결 방법 1) package.json의 script 부분에 아래 코드를 추가한다. "build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'" 2) 루트폴더 디렉토리에서 아래 코드를 실행하면 ios.. 2022. 1. 4. [React Native 에러 해결] IOS, No bundle URL present 1. 에러 상황 이유는 모르겠으나 No bundle URL present 에러가 발생했다. 아마 이것저것 만지다보니 나도 모르게 잘못 건드린거같다 ㅠ 2. 해결방법 해결방법이 간단하다. 다행.. 첫번째 방법) ios/build 폴더를 삭제한다. 또는 두번째 방법) Xcode에서 빌드 폴더를 클린해준다. 그랬더니! 굿쟙 RN으로 만든 영단어 앱테크 어플 (출시 후 매일 100명 가입중!) 아이폰> 캐시보카 - 돈버는 영단어 앱테크 단어를 맞추면 1캐시가 적립돼요. 적립된 캐시는 네이버 포인트로 전환할 수 있어요. apps.apple.com 2022. 1. 4. 이전 1 2 3 4 다음