Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ApplicationLoaderでiTunesConnectへビルドを送信するとInfo.plist keyのエラー

New Here ,
May 22, 2017 May 22, 2017

Mac版Animate CC 2017.2にて、AIR SDK25.0.0.134 for iOSを使用しipaを作成しました。

ApplicationLoaderでiTunesConnectへビルドを送信すると、以下のエラーでビルドが拒否されました。

----

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCalendarsUsageDescription key with a string value explaining to the user how the app uses this data.

Once the required corrections have been made, you can then redeliver the corrected binary.

----

この問題については知っており、AdmobのANEを使用しているので、以下をapp.xmlのInfoAdditionsに追加して、再度ビルドを送信しました。

----

<key>NSCalendarsUsageDescription</key>

  <string>Advertisement content may access the calendar.</string>

----

すると、Info.plist keyのエラーは消えたのですが、別の以下エラーによりビルドが拒否されました。

----

Invalid Bundle - A nested bundle doesn't have the right platforms listed in CFBundleSupportedPlatforms Info.plist key.

Once these issues have been corrected, you can then redeliver the corrected binary.               

----

こちらについては解決方法が分からず、困っております。

何卒、ご教授ください。

よろしくお願いいたします。

メッセージ編集者: 大学 今中 誤って回答済みをマークを押してしまいました。 本件、まだ解決しておりません。

619
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation