본문 바로가기

전체 글130

[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.
[React Native] I get the warning "Non-serializable values were found in the navigation state" 에러 React Navigation을 사용하여 다른 화면으로 데이터를 넘길 때 발생하는 에러이다 https://reactnavigation.org/docs/troubleshooting/#i-get-the-warning-non-serializable-values-were-found-in-the-navigation-state https://reactnavigation.org/docs/troubleshooting/#i-get-the-warning-non-serializable-values-were-found-in-the-navigation-state reactnavigation.org React Navigation 문서에서 몇몇의 use case가 있다 내 경우엔 Date 객체가 문제였고, 이를 복잡한(?) 데이터.. 2022. 8. 13.
[React Native] Blur 효과 만들기 1. https://github.com/Kureev/react-native-blur GitHub - Kureev/react-native-blur: React Native Blur component React Native Blur component. Contribute to Kureev/react-native-blur development by creating an account on GitHub. github.com 라이브러리를 이용한 blur 방법이다 해당 사이트의 문서를 참고하자 2. https://reactnative.dev/docs/0.65/image#blurradius Image · React Native A React component for displaying different types o.. 2022. 8. 5.
[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.