티스토리 뷰
IT/모바일
[Flutter] firebase app_check 0.1.2 설치 후 Semantic Issue (Xcode): 'new' is unavailable 에러 발생시
ko dean 2023. 4. 6. 16:52반응형
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/FLTAppCheckProvider.m:22:53
Semantic Issue (Xcode): 'new' is unavailable
/Users/dean/.pub-cache/hosted/pub.dev/firebase_app_check-0.1.2/ios/Classes/FLTAppCheckProvider.m:30:57
Could not build the application for the simulator.
Error launching application on iPhone 14.
Exited
firebase app check를 설치했는데 빌드시 에러가 발생한다..
/Users/dean/.pub-cache/hosted/pub.dev/firebase_app_check-0.1.2/ios/Classes/FLTAppCheckProvider.m 파일에서
에러가 발생하는 18번째 줄 22번째 줄 30번째 줄에 있는
[[FIRAppCheckDebugProvider new] initWithApp:app];
를
[[FIRAppCheckDebugProvider alloc] initWithApp:app];
이렇게 변경해주면 정상적으로 빌드가 되는 것을 확인할 수 있다.
반응형
'IT > 모바일' 카테고리의 다른 글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 해결방법
- google play appcheck
- 수경재배키트
- NSPrivacyAccessedAPICategoryUserDefaults
- flutter build ipa
- aws python3.12
- 아이폰
- NSPrivacyAccessedAPICategorySystemBootTime
- PlatformException(sign_in_failed
- NSPrivacyAccessedAPICategoryFileTimestamp
- MySQL
- CDN: trunk URL couldn't be downloaded
- Xcode
- ios
- NSPrivacyAccessedAPICategoryDiskSpace
- Response: Failure when receiving data from the peer
- python3.12 설치
- ios 앱 심사상태
- ios pod install error
- ITMS-91053: Missing API declaration
- Firebase
- com.google.android.gms.common.api.ApiException: 10:
- Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
- but linking in object file
- 리눅스 python3 설치
- 베란다 수경재배
- Flutter
- 슬랙으로 보내기
- Error (Xcode): Target release_unpack_ios failed: Exception: Binary
- EC2
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
글 보관함