분류 전체보기(58)
-
유니티 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 -
구글 플레이 Developer API로 apk / aab 업로드
구글 플레이 Developer API로 apk / aab 업로드 구글 플레이 developer API를 이용해서 apk, aab 파일을 자동으로 업로드 할 수 있다. 안전하게 내부 테스트나, 비공개 테스트로 올리고 검토 후 공개로 승격하는 것이 좋다. 업데이트 자동화를 젠킨스 / 팀시티 / 깃허브 액션 / 트리거 등에 연결해 두면 플레이 스토어 까지 자동 배포가 가능하다. - 플레이 스토어 콘솔 API 액세스 프로젝트 연결 클릭 → 프로젝트 생성 API 사용 설정 서비스 계정 생성 서비스 계정 연결 권한 허용 API 사용 Method: edits.apks.upload | Google Play Developer API | Google Developers Method: edits.apks.upload | G..
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