본문 바로가기
728x90
반응형

unity7

[unity] A build only device cannot be used to run this target. unity로 프로그램을 작성 이후 ios 플랫폼에서 실행하기 위해 플랫폼 변경 이후 build & run Build이후 xcode에서 simulator를 통해 게임을 Play하고 싶으나 아래와 같은 에러가 발생하는 경우가 있다. A build only device cannot be used to run this target. 이 경우는 unity setting에서 simulator SDK로 변경을 해줘야 simulator로 실행이 가능하다. 변경 방법은 아래와 같다. File -> Build Settings -> Player Settings 로 들어간다. 이후 Player 설정에서 Target SDK를 Device SDK 대신 Simulator SDK로 설정한 이후 다시 Build & Run을 실행한다... 2022. 9. 15.
'gpg/ios_support.h' file not found 1. Click the link below and Download Play Games C++ SDK Version 2.1 https://developers.google.com/games/services/downloads/sdks 2. Unzip package downloaded. 3. Add file gpg.framework ※ You have to check 'if items if needed' 4. Rebuild 2017. 3. 20.
'GoogleSignIn/GIDSignIn.h' file not found 1. Click the link below and Download Package https://developers.google.com/identity/sign-in/ios/sdk/ 2. Unzip package downloaded. 3. Add file GoogleSignIn.framework ※ You have to check 'if items if needed' 4. Rebuild 2017. 3. 20.
module 'googlemobileads' not found 1. Click the link below and Download Package https://firebase.google.com/docs/admob/ios/download 2. Unzip package downloaded. 3. Add file .framework ※ You have to check 'if items if needed' 4. Rebuild 2017. 3. 20.
728x90
반응형