Launching lib/main.dart on iPhone 14 in debug mode... main.dart:1 Xcode build done. 16.9s Failed to build iOS app Semantic Issue (Xcode): 'new' is unavailable /Users/dean/.pub-cache/hosted/pub.dev/firebase_app_check-0.1.2/ios/Classes/FLTAppCheckProvider.m:18:55 Semantic Issue (Xcode): 'new' is unavailable /Users/dean/.pub-cache/hosted/pub.dev/firebase_app_check-0.1.2/ios/Classes/FLTAppCheckProvi..
프로젝트에서 Firebase의 Firestore Database와 Storage를 사용하고 있는데 보안강화를 위해 AppCheck를 설치해야겠다 싶어 설치하는 과정을 기록해보았다. Mac OS 기준이며 다른 플랫폼은 https://firebase.google.com/docs/cli?authuser=1&hl=ko#setup_update_cli를 참고해서 Firebase CLi를 설치후 진행하면 될거같다. 1. Firebase CLi 설치 한다. 터미널에 다음과 같이 입력한다. curl -sL https://firebase.tools | bash 2. firebase CLi에 로그인하여 Firebase CLI 테스트를 진행한다. 터미널에 다음과 같이 입력한다. firebase login 3. flutterf..
프로젝트 진행중 API 호출 후 반환 되는 데이터 값을 파싱하여 쓰기 위해 모델을 만들어야했는데 생각보다 만드는게 귀찮고해서 찾다보니 JSON to Dart라는 웹사이트가 있어서 써보았는데 괜찮았다. https://javiercbk.github.io/json_to_dart/ JSON to Dart JSON to Dart Paste your JSON in the textarea below, click convert and get your Dart classes for free. Handcrafted by Javier Lecuona Github json_to_dart Code Twitter javiercbk.github.io 사용방법은 API 호출 후 반환되는 JSON 값을 복사하고 위 사이트에 접속하여 이..
현재 프로젝트 진행중 채팅 목록이 필요하여 마지막으로 받은 채팅으로부터 얼마나 지났는지 보여주기 위해 개발이 필요한 상황이다. formatDate라는 함수를 만들어 date값을 입력받고 현재 시간과 비교하여 현재 시간이 1분 전인 경우 방금 전으로 표시하고 1시간 이전인 경우엔 ~분전 1일 이전인 경우에는 ~시간 전 1일이 지난 경우에는 날짜를 보여주도록 반환하도록 하였다. String formatDate(DateTime date) { final now = DateTime.now(); final difference = now.difference(date); if (difference.inMinutes < 1) { return '방금 전'; } else if (difference.inHours < 1) {..
xcode 14.3으로 업데이트이후 시뮬레이터에서 빌드시 ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a clang: error: linker command failed with exit code 1 (use -v to see invocation) 에러가 발생한다. flutter에서도 동일하게 에러가 발생하였는데 xcode 14.3부터는 ios 11.0미만으로는 지원을 하지 않는지 Targets에 있는 모든 Minimum Deployments를 빨간색 네모친 부분을 11.0으로 변경하니 시뮬레이터에서 정상적으로 빌드가..
xcode에서 앱을 배포하고자 아카이브시 PhaseScriptExecution failed with a nonzero exit code 에러가 발생하여 원인을 찾아보았더니 xcode가 버전이 업데이트 되면서 문제가 생긴듯 보였다. 그래서 열심히 찾아본 결과 Pods-ProjectName-frameworks.sh 에서 source="$(readlink "${source}")" 를 찾아서 source="$(readlink -f "${source}")" 로 변경하였더니 정상적으로 아카이브가 진행되었다. Pods-appname-frameworks.sh 경로는 다음과 같았다. ios projectFolder/Pods/Target Support Files/Pods-ProjectName/Pods-ProjectName..
- Total
- Today
- Yesterday
- flutter build ipa
- ios pod install error
- Firebase
- 리눅스 python3 설치
- ITMS-91053: Missing API declaration
- 아이폰
- Error (Xcode): Target release_unpack_ios failed: Exception: Binary
- NSPrivacyAccessedAPICategoryDiskSpace
- Xcode
- CDN: trunk URL couldn't be downloaded
- EC2
- 슬랙으로 보내기
- com.google.android.gms.common.api.ApiException: 10:
- google play appcheck
- NSPrivacyAccessedAPICategorySystemBootTime
- NSPrivacyAccessedAPICategoryUserDefaults
- Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
- Flutter
- MySQL
- python3.12 설치
- aws python3.12
- 수경재배키트
- NSPrivacyAccessedAPICategoryFileTimestamp
- ios 앱 심사상태
- PlatformException(sign_in_failed
- 베란다 수경재배
- but linking in object file
- Response: Failure when receiving data from the peer
- 해결방법
- ios
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |