Pebble Coding

ソフトウェアエンジニアによるIT技術、数学の備忘録

2015-05-06から1日間の記事一覧

The executable was signed with invalid entitlements.

Distribution用にいろいろ作業していたら、なぜかテスト用デバイスに上記のエラーで転送できなくなった。 Provisioning ProfileがDebug,Release共通になっていたので、Releaseの方はDistribute用、Debugの方をXcodeによって自動生成されたものに置き換えたら…

no matching provisioning profiles found for appex com.security.application-groups

no matching provisioning profiles found for appex com.security.application-groups iOSアプリのvalidationで上のようなエラーが出て1時間ほどハマっていたので、メモ。 解決方法は、Apple DeveloperのProvisioning ProfileのDistributionの対応アプリの…