본문 바로가기

IOS10

[React Native] CodePush 설정 시, 추가해야 될 부분 정리 react: 17.0.2 react-native: 0.65.1 react-native-code-push: 7.0.5 GitHub - microsoft/react-native-code-push: React Native module for CodePush React Native module for CodePush. Contribute to microsoft/react-native-code-push development by creating an account on GitHub. github.com 해당 라이브러리를 사용하여 구현하던 중 문서에서 부족한 부분을 정리해 본다 Multi-Deployment Testing을 적용하던 중... Android의 경우(터미널과 에뮬레이터를 사용), GitHub - mic.. 2022. 9. 20.
[React Native] iOS build commands failed (M1 mac) x86_64... 몇 일 전만해도 잘 빌드되던 것이 갑자기 에러를 뿜어냈다(건드린 게 없는데;;) The following build commands failed: CompileSwift normal x86_64... EmitSwiftModule normal x86_64... CompileSwiftSources normal x86_64... (3 failures) info Run CLI with --verbose flag for more details. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 자세히 보아하니 공통된 아이들이 보인다. norma.. 2022. 9. 8.
[Flutter] firebase 설치 시 pod install 에러 해결 iOS 기준, firebase 예제에 필요한 라이브러리 설치 중 에러 발생! Running "flutter pub get" in flutter_project... Launching lib/main.dart on iPhone X in debug mode... Running pod install... CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets to integrate Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``) Finding Podfile changes A cloud_firestore - Flutter - firebase_core - .. 2022. 7. 25.
[Flutter] iOS Simulator 실행 오류 해결 에러를 전체 복사하고 싶었지만 해결 후라 다시 볼 수가 없;; 암튼 에러의 조각은 이렇다. An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3.... 뭔가 안된다 싶으면 재부팅 신공! ...이 아니라 Simulator만 재실행 시켜주자 그리고 다시 실행시켜보면 잘 된다 해당 문제는 Xcode 업데이트로 인해 발생한듯하다. 업데이트하면서 iOS버전도 변경되어 그런 게 아닐까 싶다 끝. 2022. 7. 4.
[React Native] TextInput의 secureTextEntry 속성 적용 시 문제 회원가입 화면을 만들 때, 비밀번호와 비밀번호 확인으로 2번 입력을 받는다 이때 발생하는 문제! 개발환경은 react-native: 0.65.1 iOS: 15.2 ... ... 이렇게 연속으로 TextInput을 놓았을 때 발생한다 원인 불명하여 구글신에게 물어보니, TextInput의 속성으로 textContentType="oneTimeCode"로 해보라고 한다 역시는 역시 되긴 된다. 다만, textContentType="oneTimeCode"가 뭔진 알고 써야해서 또 찾아보니 iOS 12+에서 SMS로 도착하는 코드를 필드에 자동으로 채워주려 할 때 사용한다고 한다 react-native 0.68 거의 최신 버전과 iOS 15.4에서도 아직 지속되고 있다는 댓글도 있다보니 문제이긴 한듯... 빨리 .. 2022. 4. 14.