코딩볶음
[Error] Unity No GoogleService-info.plist files found in your project 본문
IOS + 파이어 베이스 오류다.
윈도우에서 Andorid Firebase를 붙였는데 IOS 빌드하던 도중 에러가 발생했다.
발생 이유
- 파이어베이스 문서를 보니 파일이 없어서 발생한 문제였다.
- https://firebase.google.com/docs/unity/setup?hl=ko
다운로드 방법
- 파이어베이스 콘솔에서 IOS 앱추가시 다운로드 할 수 있게 가이드해준다.
해결되었다!
'유니티' 카테고리의 다른 글
03. 유니티 에셋 구하기 [모델링 & UI & 도트] (0) | 2022.01.31 |
---|---|
[Error] Unity CocoaPods could not find compatible versions for pod "GoogleAppMeasurement" (0) | 2022.01.19 |
[Error] Unity WARNING: The option setting 'android.enableR8=false' is deprecated (2) | 2022.01.14 |
[Error] Unity unexpected element <queries> found in <manifest> (0) | 2022.01.14 |
02. 유니티 오브젝트 충돌 처리 [Collision, Trigger] (0) | 2022.01.09 |