에러(7)
-
유니티 IL2CPP 에러 - NullReferenceException: Object reference not set to an instance of an object
유니티 NullReferenceException: Object reference not set to an instance of an object - System.Linq.Expressions.Interpreter.LightLambda.MakeRunDelegateCtor 유니티 IL2CPP 빌드 실행에서 나는 이 정체 불명의 에러의 정체는 ?! System.Linq.Expressions.Interpreter.LightLambda.MakeRunDelegateCtor -> dynamic 키워드 때문이다. il2cpp에서는 dynamic 키워드를 쓰지 못한다. 당장 지워 NullReferenceException: Object reference not set to an instance of an object. a..
2023.04.02 -
유니티 iOS Xcode Swift 버전 디팬던시 에러: Failed to build module FBAEMKit Apple Swift version
유니티 iOS Xcode Swift 버전 디팬던시 에러: Failed to build module FBAEMKit Apple Swift version :0: error: module compiled with Swift 5.2.4 cannot be imported by the Swift 5.3 compiler: /Users/zs/Documents/CJ/branches/CJ-400/SimpleList/Carthage/Build/iOS/PhoneNumberKit.framework/Modules/PhoneNumberKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule → Xcode 업그레이드 필요 Xcode 버전이 안 맞아서 생기는 문제이다. Xcode를 OS 최대치..
2023.03.29 -
유니티 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 -
유니티 빌드 실패: 페이스북 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