ロバメモ - 素人のUnity覚書と奮闘記

素人のUnity覚書と奮闘記

xcode

ERROR : A valid provisioning profile for this executable was not found.

xcodeで実機テストするときに、ビルドは成功したのにインストールできずに、次のエラーが出た場合。 A valid provisioning profile for this executable was not found. 実機テストの場合は、profileをdebugのほうもDevelopmentに設定しないといけない。

エラー:Unknown type name 'GADNativeCustomTemplateAd'; did you mean 'GADUNativeCustomTemplateAd'?

xcodeで以下のエラーが出た場合 Unknown type name ‘GADNativeCustomTemplateAd’; did you mean ‘GADUNativeCustomTemplateAd’? Build Sttings → Apple LLVM8.1 - Language - Modulesの項目にある Enable Modules(C and Objective-C) をYesにする。

NSCameraUsageDescription

以下の内容でリジェクトされた場合の対処方法 This app attempts to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the…