이전 포스팅에 이어서... Error (Xcode): Building for 'iOS-simulator', but linking in object file (/Users/dean/Documents/dev/flutter/butler/ios/Pods/MLImage/Frameworks/MLImage.framework/MLImage[arm64][2](GMLImage.o)) built for 'iOS' 에러가 발생했다.. arm64라고 붙어있는거 보니 xcode에서 bulid setting을 바꿔주면 되겠구나 싶어서 바꿔보았다. 기존에는 이렇게 되어있는데 arm64로 다 바꿔주고 혹시 몰라서 podfile.lock과 pods 폴더를 삭제했다. rm -rf podfile.lock rm -rf pods pod cac..
이전 글에 이어 이어쓰기.. 사실 나는 빌드가 안됐다.. flutter 버전을 3.13.9에서 3.16.1로 변경하는 바람에.. photo_manager를 쓰고있는 라이브러리가 있어서 이렇게 에러가 발생했는데.. 아직 photo_manager가 3.16.1에 대해 정식적으로 지원하지않고 프리 릴리즈라서 flutter를 다운그레이드 하는게 낫겠다 싶어서 3.13.9로 다운 그레이드를 하고 빌드를 했더니 Lexical or Preprocessor Issue (Xcode): "openssl/ssl.h' file not found /ios/Pods/gRPC-Core/src/core/tsi/ssl/key_logging/ssl_key_logging.h:22:9 아... 이건 또 뭐여.. arch -arm64 bre..
ios 개발할때야 mac os 업데이트 이후 xcode만 업데이트만 하면 바로 개발이 가능했던거 같은데.. flutter로 개발할때 mac os 업데이트를 해본 적이 없어서 자꾸 업데이트 암호를 입력하라고 창이 떠서 결국 업데이트를 했다. 먼저 xcode를 앱스토어에서 업데이트하고 빌드를 해봤는데 이렇게 뜨고 아래와 같은 git을 자꾸 설치하라고 뜬다.. 설치를 했는데도 계속 뜬다.. brew install git을 해서 install을 했는데 m1부터는 brew를 설치할때 arch -arm64 를 앞에 붙이고 arch -arm64 brew install git 이런 식으로 해야 설치가 된다 안 그럼 Error: Cannot install under Rosetta 2 in ARM default prefi..
Flutter에서 assets안에 폴더를 추가하면 경로를 일일이 추가해줘야하는 경우가 많다. assets 하위에 폴더가 계속 생성되면 자동으로 추가해주는 라이브러리가 없을까 찾아보다보니 asset_fill이라는 라이브러리가 있어 사용해보았다. 1. 터미널에서 flutter pub add asset_fill 를 프로젝트 폴더에서 실행하여 asset_fill을 추가한다. 2. pubspec.yaml에서 flutter: assets: - assets/ 이렇게 assets: 하위에 - assets/을 추가한다 (이미 디렉토리가 추가되어있는 경우 그냥 아무것도 안해도된다.) 3. flutter pub run asset_fill 를 터미널에서 입력한다. 그럼 아래와 같은 이미지가 처럼 실행이 된다. 4. pubsp..
이전에 앱 체크를 설치했었는데 웹을 배포하고 실행해보니 앱체크가 제대로 작동하지 않아 확인되지 않음으로 들어오고 realtime database의 값을 가져오지 못하는 문제가 발생하고 있었다. 개발자 콘솔에는 @firebase/app-check: FirebaseError: AppCheck: ReCAPTCHA error. (appCheck/recaptcha-error). 에러가 계속 발생하고.. firebase 공식 문서 상에는 앱체크 초기화만 해주면 된다고 이렇게 소스가 나와있었는데 import 'package:flutter/material.dart'; import 'package:firebase_core/firebase_core.dart'; // Import the firebase_app_check p..
- Total
- Today
- Yesterday
- ios pod install error
- 아이폰
- flutter build ipa
- PlatformException(sign_in_failed
- ios
- ITMS-91053: Missing API declaration
- Response: Failure when receiving data from the peer
- com.google.android.gms.common.api.ApiException: 10:
- EC2
- 해결방법
- ios 앱 심사상태
- CDN: trunk URL couldn't be downloaded
- python3.12 설치
- 수경재배키트
- but linking in object file
- Firebase
- Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
- NSPrivacyAccessedAPICategoryUserDefaults
- NSPrivacyAccessedAPICategorySystemBootTime
- 리눅스 python3 설치
- aws python3.12
- MySQL
- NSPrivacyAccessedAPICategoryFileTimestamp
- NSPrivacyAccessedAPICategoryDiskSpace
- Xcode
- Flutter
- 슬랙으로 보내기
- Error (Xcode): Target release_unpack_ios failed: Exception: Binary
- google play appcheck
- 베란다 수경재배
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |