유니티(13)
-
유니티 iOS CocoaPods Facebook SDK pods intall 에러
유니티 CocoaPods Facebook SDK pods intall 에러 - 원인 1 CocoaPods 버전 문제 버전을 변경해야함 gem uninstall cocoapods gem install cocoapods - 원인 2 The Facebook SDK for Unity only supports iOS version 8.0 and above. In order to prevent issues any issues on older devices, ensure the 'Target minimum iOS Version' is set to 8.0 or higher. 프로젝트 타겟을 ios 10이상으로 해야한다고 나와있다. → 13이상만 성공 나는 PROJECT, Targets의 모든 Deployment Tar..
2023.03.29 -
유니티 iOS 빌드 오류 - Failed to install CocoaPods for the current user.
유니티 iOS 빌드 오류 - Failed to install CocoaPods for the current user. Failed to install CocoaPods for the current user. It will not be possible to install Cocoapods in the generated Xcode project which will result in link errors when building your application. For more information see: https://guides.cocoapods.org/using/getting-started.html 'gem install cocoapods --user-install' failed with code (1)..
2023.03.29 -
유니티 플레이 스토어 업로드 에러 - 디버그 가능 APK 또는 Android App Bundle을 업로드 / IL2CPP 세팅
유니티 플레이 스토어 업로드 에러 - 디버그 가능 APK 또는 Android App Bundle을 업로드 / IL2CPP 세팅 디버그 가능 APK 또는 Android App Bundle을 업로드했습니다. 보안상의 이유로 Google Play에 게시하기 전에 디버그를 사용 중지해야합니다 현상 → Android 매니페스트 수동 변경 - 플레이스토어 IL2CPP 세팅 참고 Script backend 를 IL2CPP (빌드 머신 빌드시에만) Target Architectures 는 ARMv7 과 ARM64 체크 abb 파일 대응 (구글 플레이 번들 체크) 안드로이드 API 레벨 31 이상 프로젝트 설정 변경으로 대응 (Player setting - Android - Other Settings - API Level)
2023.03.29 -
유니티 Firebase + Facebook SDK 동시 임포트 시 dll 충돌 문제 - java.lang.NoClassDefFoundError
유니티 Firebase + Facebook SDK 동시 임포트 시 dll 충돌 문제 - java.lang.NoClassDefFoundError 이슈 Firebase + Facebook SDK 동시 임포트시 Google Version Handler 통해 dll 삭제 → 빌드 크래시 중복 dll을 목록에서 제거 후 임포트 해도 동일하게 발생 페이스북 SDK 다운그레이드 (15.1 → 14.1) 에도 동일하게 발생 java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/collections/SetsKt; 2023-02-09 21:18:30.015 6952 6952 Error AndroidRuntime at com.facebook.FacebookSdk.(F..
2023.03.29 -
유니티 빌드 실패: 페이스북 SDK, openssl 에러 오류
유니티 빌드 실패: 페이스북 SDK, openssl 에러 오류 'openssl'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. Your Android setup is not correct. See Settings in Facebook menu. 원인 페이스북SDK 적용 시, openssl + java SDK 설치 필요 해결 openssl 다운로드 ( Google Code Archive - Long-term storage for Google Code Project Hosting. ) 환경 변수에 추가
2023.03.29 -
유니티 빌드 실패: 안드로이드 SDK NDK 경로 문제 오류 에러 (Unity Buid Error: Android SDK & NDK Path - Burst compilerfailed running)
유니티 빌드 실패: 안드로이드 SDK NDK 경로 문제 오류 에러 (Unity Buid Error: Android SDK & NDK Path - Burst compilerfailed running) BuildFailedException: Burst compiler (1.7.3) failed running stdout: Burst requires the android NDK to be correctly installed (it can be installed via the unity installer add component) in order to build a standalone player for Android with ARMV7A_NEON32 The environment variable ANDROID_..
2023.03.29