일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- StateObject
- global soop
- 애플 아카데미 후기
- Apple Developer Academy @ POSTECH
- ObservedObject
- 애플 디벨로퍼 아카데미 21주차 회고
- iOS 개발 오류
- useReducer
- 소프트웨어분석및설계
- Swift 문법
- 제앱소
- Swift 디자인패턴
- SWIFT
- 애플 디벨로퍼 아카데미
- swift문법
- 네이버 부스트캠프
- 데이터베이스
- react
- OS
- 네이버 치지직
- apple developer academy 후기
- 애플 디벨로퍼 아카데미 후기
- 앱 비교 프로젝트
- 운영체제
- 숭실대
- ObservableObject
- Swift 기능
- sqoop
- 치지직
- 데이터베이스 공부
- Today
- Total
목록React Native 공부 (11)
사과하는 제라스
다음은 완전 맥북 포맷 후 iterm2 설치, oh-my-zsh 설치 이후 iterm2 터미널을 꾸민 후 상태의 초기 ~/.zshrc 파일이다. 앞으로 추가될 내용들이 무엇인지 항상 주석을 달며 팔로우할 예정이다. # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-z..
너무 많은 에러로 인해 결국 새로 맥북을 포맷하고 처음부터 다시 설정하기로 마음 먹었다. 슬프다... 이번엔 차근차근 천천히 내가 설치한 것이 무엇인지, 그 순서는 무엇인지, 코드는 무엇인지, 어떤 기능인지 등을 짚고 넘어가보자 1. Xcode 설치 설치에 시간이 많이 걸린다. 이건 App store보단 Apple Developer 사이트에서 설치하는게 빠르다고 들어서 그렇게 진행했고, 14.3 Xcode에서 문제가 있단 걸 이번에 업데이트했다가 크게 데여서 그냥 14.2를 설치했다. 이때 내리다 보면 Command Line Tools for Xcode 14.2 라는 것도 있다. 이것도 설치해주도록 하자. 2. iTerm2 , oh-my-zsh 설치 어디서 들은지는 모르겠지만 iTerm2가 기존 맥북의 ..
https://github.com/crossplatformkorea/react-native-kakao-login/issues/231 카카오톡이 설치된 IOS 기기에서 로그인 할 경우 카카오톡으로 넘어간 다음 아무런 응답이 오질 Version of kakao-login libraries 3.3.2 Version of react-native 0.63.4 Platforms you faced the error (IOS or Android or both?) IOS Expected behavior 카카오톡이 설치된 IOS 기기에서 로그인 Actual behavior 카카오톡이 설치된 ... github.com 카카오 소셜 로그인을 구현해두었고 ios 시뮬레이터에서는 잘 보이지만 TestFlight로 접근한 ios ..
해당 오류는 Xcode가 없어서 발생한 문제였다. Xcode를 설치를 마친 후 실행하면 잘 굴러간다.
[error/warning]: You will need pass in an i18next instance by using initReactI18next i18n으로 다국어 파일을 적용하려고 했다. 하지만 위 에러만 나오고 적용이 되지 않았다. 왜일까?왜일까?왜일까?왜일까?왜일까?왜일까?왜일까? 단순히 App.tsx 파일 가장 상단에 import './i18n'; 을 명시해주지 않았기 때문이다.
todo git:(main) ✗ react-native run-ios info Found Xcode workspace "todo.xcworkspace" xcrun: error: unable to find utility "simctl", not a developer tool or in PATH (node:3305) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where the warning was created) error Could not get the simulator list from Xcode. P..
에러: ERROR - VirtualizedLists should never be nested inside plain ScrollViews with the same orientation 에러 사유: Flatlist는 그 자체로 ScrollView를 구현할 수 있음. -> ScrollView 안에 Flatlist를 넣지 않아야 함.
에러 [!] CocoaPods could not find compatible versions for pod "Flipper-DoubleConversion": In snapshot (Podfile.lock): Flipper-DoubleConversion (= 3.2.0.1) In Podfile: Flipper-DoubleConversion (= 3.2.0.1) None of your spec sources contain a spec satisfying the dependencies: `Flipper-DoubleConversion (= 3.2.0.1), Flipper-DoubleConversion (= 3.2.0.1)`. You have either: * out-of-date source repos whic..