のしメモ アプリ開発ブログ

Unityアプリとかロボットとか作ってるときに困ったこととかメモ

Xcode

Cross Platform Native PluginsでXcodeのエラーが出た時の対処メモ

Cross Platform Native Pluginsを使っている状態のUnity5.6でiOSビルド後にXcodeでエラーがでるみたいです。 エラー内容 Implicit declaration of function 'ConvertToNSString' is invalid in C99 CPNPCloudServicesBinding.m. Implicit delcation of funct…

Xcode8から特定操作のパーミッションを記載しないといけなくなった

Xcode8からパーミッションを使用するプログラムを呼ぶ場合、あらかじめInfo.plistに記載しないとエラーがでるようになったみたいです。 例) フォトライブラリを使用する場合のパーミッションを設定する エラー内容 通常通りフォトライブラリを呼び出した場合…

bundle display nameでエラー

ArchiveしたファイルをiTuenes Connectにアップロードする際に下記のエラーがでた。 ERROR: ITMS-90129:"The bundle uses a bundle name or display name associated with an Apple app."内容としては、Appleのアプリと同じアプリ名か、表示名を使っているか…

Validating Your Version of Xcodeっていうメール

AppleからValidating Your Version of XcodeというタイトルのメールがAppleから来てたので、中身みてみたら特に大したことでは無かったっていう話内容としては、 不正なXcodeで作られたアプリをStoreから削除しました。 あなたのXcodeは問題ないか確認してね…

【Xcode】BitCodeのエラーメモ

Xcode7更新して、Unityプロジェクトのビルド時に下記のエラーがでたので対処法メモ。 エラー ld: '/Users/noshipu/Documents/UnityProject/OneWare/Xcode/Libraries/libiPhone-lib.a(LibEntryPoint.o)' does not contain bitcode. You must rebuild it with …