본문 바로가기

ios7

에러: Exception NSException * "`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project. react-native에서는 빌드가 성공이라고 뜨는데 앱자체는 떴다 바로 종료 되서 xcode로 빌드를 실행해보니 Exception NSException * "`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project. Please download one from 2021. 6. 28.
Xcode 구조 더보기 1. Get started with a playground 더보기 스위프트 언어를 간단한 연습, 코딩하는 즉시 해당 코드에 대한 결과를 오른쪽 결과 창에 표시, 바로 바로 확인하면서 코딩가능 2. Create a new Xcode project 더보기 아이폰, 아이패드, 맥을 만들기 위한 새로운 Xcode 프로젝트 생성 3. Clone an existing project 더보기 SVN 이나 Git 같은 버전 관리 도구 연결하여 기존 소스를 가져옴 4. Recent Projects 더보기 최근에 사용한 프로젝트 중에서 선택해서 불러옴 5. Open another project 더보기 최근 프로젝트에 포함되지 않은 다른 프로젝트를 불러옴 1. Single View App 더보기 뷰를 사용하는 앱을 개.. 2021. 5. 31.
IOS 개발 조건 1. 개발 언어는 '오브젝티브-C' 또는 '스위프트' 2. 스위프트 문법 공부 https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html The Basics — The Swift Programming Language (Swift 5.4) The Basics Swift is a new programming language for iOS, macOS, watchOS, and tvOS app development. Nonetheless, many parts of Swift will be familiar from your experience of developing in C and Objective-C. Swift provides its own version.. 2021. 5. 31.