橋田レポート

Unity Xcode Android 関連のEtc...

2017-01-01から1ヶ月間の記事一覧

"_OBJC_CLASS_$_FIROptions" Error 解決策 ( Unity Build -> Xcode )

Error内容 ld: warning: arm64 function not 4-byte aligned: ltmp0 from /Users/tai/unityProjects/Application-iOS/Escapeman/Libraries/libiPhone-lib.a(unwind_test_arm64.o) ld: warning: arm64 function not 4-byte aligned: _unwind_tester from /Use…

certSigningRequest 生成方法 ( iOS Certificates 追加時 )

キーチェーンアクセスで認証局に証明書を要求 証明書情報を記述 ユーザーメールのアドレス:Apple Developer と揃える通称:Apple Developer と揃える 要求の処理:ディスクに保存 以上。

keystoreの作成方法

keystore 生成コマンド keytool -genkey -v -keystore kojiro_hashida.keystore -alias kojiro_hashida -keyalg RSA -validity 10000 有効期限:10000日 keystore名:kojiro_hashida.keystore エイリアス:kojiro_hashida 暗号方式:RSA コピー用 keytool -g…