デパ地下特売ローストビーフ丼
- 2011年09月22日
- cooking

池袋西武の地下で買ってきた切り落としのローストビーフを炊きたてのご飯にのせて「ローストビーフ丼」を作りました。オニオンソースと西洋わさび、カイワレ大根をそえて完成。
since 2011.08.10

池袋西武の地下で買ってきた切り落としのローストビーフを炊きたてのご飯にのせて「ローストビーフ丼」を作りました。オニオンソースと西洋わさび、カイワレ大根をそえて完成。
あるアプリをMac App Storeへ申請中なのですが、コードサインの関係でちょっと問題があったので記録しておきます。
XcodeでアーカイブしたバイナリをOrganizerからiTunes Connectへアップロードすると「Invalid Binary」というエラーになり、iTunes Connectから以下のメールが届きました。
We have discovered one or more issues with your recent binary submission for “AppName”. The following issues will need to be corrected in order for your application to proceed to review:
Invalid Code Signing Entitlements – Your application bundle’s signature contains code signing entitlements that are not supported on Mac OS X; this may happen if your Mac OS X project was ported from iOS. Please check your Xcode project’s code signing entitlements configuration, and remove any unneeded entitlements.
Specifically, key “application-identifier” in AppName.app/Contents/MacOS/AppName is not supported.
Invalid Code Signing Entitlements – Your application bundle’s signature contains code signing entitlements that are not supported on Mac OS X; this may happen if your Mac OS X project was ported from iOS. Please check your Xcode project’s code signing entitlements configuration, and remove any unneeded entitlements.
Specifically, value “XXXXXXXXXX.jp.co.mydomain.*” for key “com.apple.application-identifier” in AppName.app/Contents/MacOS/AppName is not supported.
Once you have corrected these issues, go to the app’s version details page (found in the Manage Your Applications module of iTunes Connect) and click Ready to Submit Binary. Proceed through the submission process until the app’s status is Waiting for Upload. You can then use Application Loader to upload the corrected binary.
Regards,
The iTunes Store Team