본문 바로가기
반응형

전체 글162

Xcode에서 does not contain bitcode. You must rebuild it with bitcode enabled 에러 문제 '/Users/__/Library/Developer/Xcode/DerivedData/Unity-iPhone-vykjrkrhhoezpdifvdwxf/Build/Products/ReleaseForRunning-iphoneos/Protobuf/libProtobuf.a(GPBDictionary.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file '/Users/__/Library/Developer/Xcode/DerivedData/Uni.. 2023. 7. 17.
Signing for "Unity-iPhone" requires a development team. 에러 문제 Xcode에서 사이닝을 설정 했는데 Signing for "Unity-iPhone" requires a development team. 이라는 에러가 발생한다면, Xcode Signing & Capabilities 에서 All 탭을 누르고 Personal Team을 선택. 최초에 Debug이 선택되어 있어 있음. 2023. 7. 17.
Xcode에서 Framework not found UnityAds 에러 해결 방법 유니티에서 ios로 빌드하면 xcode 프로젝트가 생성되는데 xcodeproj와 xcworkspace 두개가 만들어져 있다. 유니티에서 외부 라이브러리를 사용하였다면 xcworkspace 가 생성된다. 외부라이브러리를 사용했을 경우에는 xcodeproj가 아닌 xcworkspace로 프로젝트를 실행한다. xcworkspace를 더블클릭하면 Xcode가 실행되고 기본 프로젝트와 Pods프로젝트 안에서 외부 라이브러리를 확인할 수 있다. cocoapods로 외부 라이브러리를 기본 프로젝트에 추가한 경우 xcworkspace에서 내 프로젝트와 외부 라이브러리를 연결하여 사용할 수 있다. xcworkspace에서Unity-iPhone를 선택하고 실행하면 Framework not found UnityAds 에러가.. 2023. 7. 17.
유니티 CocoaPods requires your terminal to be using UTF-8 encoding. 에러 해결 방법 유니티 빌드 시 CocoaPods requires your terminal to be using UTF-8 encoding. 에러가 발생 codeproj 은 생성되나 xcworkspace 가 생성되지 않음. export LANG=en_US.UTF-8 를 profile 혹은 zshrc 파일에 넣고 갱신 해줘도 빌드에 에러가 생김 CocoaPods란, Swift 및 Objective-C Cocoa 프로젝트를 위한의 종속성(패키지) 관리자로 위 에러 문제를 해결하기 위해 CocoaPods 버전을 낮춰줌. 터미널에서 pod --version 로 버전 확인 후 cocoapods 버전을 낮춰 주면 정상 빌드 된다. 깔끔하게 모든 cocoapods 삭제 후 재설치 한다. sudo gem uninstall cocoap.. 2023. 7. 17.
유니티 xcrun: error: SDK "iphoneos" cannot be located. 빌드 에러 해결 방법 유니티에서 xcrun: error: SDK "iphoneos" cannot be located. 빌드 오류 발생 시 아래 명령어로 현재 사용하는 Xcode의 위치를 명시해준다. sudo xcode-select --switch /Applications/Xcode.app 2023. 7. 17.
Broken text PPtr in file 에러 문제 해결 아래와 같은 에러 발생 시 Broken text PPtr in file(Assets/Scenes/Stage1.unity). Local file identifier (481480651) doesn't exist! 일부 prefabs에 남아 있는 잘못된 참조가 원인일 수 있으니, 해당 scene에 새로운 빈 GameObject를 추가, 삭제하고 저장하여(scene 파일의 참조들 갱신) 다시 실행해본다. 2023. 6. 29.
유니티 업그레이드 후 Gradle 빌드 에러 해결 Failed to apply plugin 'com.android.internal.application'. > Cannot parse project property android.enableR8='' of type 'class java.lang.String' as boolean. Expected 'true' or 'false'. 유니티 버전 업그래이드 후 안드로이드 빌드 시 위 와 같은 gradle 관련 에러가 발생한다면 Project - Assets - Plugins - Android 폴더를 삭제한다. Resolving Android Dependencies가 자동 실행 되고 완료되면 빌드를 다시 해본다. 빌드 성공~ Build completed with a result of 'Succeeded' in 3.. 2023. 6. 29.
webui 실행 오류 exit code: 9009 해결방법 stable diffusion webui 실행 시 Couldn't launch python exit code: 9009 stderr: Python Launch unsuccessful. Exiting. 계속하려면 아무 키나 누르십시오 . . . 라는 에러가 뜨고 실행이 되지 않는다면, 앱 실행 별칭 관리 설정을 실행하고 앱 설치 관리자 python.exe 을 끄고 webui-user.bat를 다시 실행해본다. 2023. 6. 10.
PC 하드웨어 부품 성능 테스트 벤치마크 프로그램 정리 CINEBENCH CPU 성능 벤치마크, CPU 성능 랭킹 비교 멀티코어 점수, 싱글코어 점수 제공 Cinebench Release 23 Installers Maxon tools include C4D for 3D modeling, simulation and animation, ZBrush and Forger for 3D modeling, Red Giant tools for editing, motion design and filmmaking, and fast Redshift rendering. www.maxon.net CPU-Z CPU 정보, 벤치마크, 스트레스 테스트 메인보드, 메모리 정보 제공 CPU-Z | Softwares | CPUID CPU-Z is a freeware that gathers in.. 2023. 5. 3.
반응형