cordova-plugin-fcm - ios 上传到应用商店 - 无效的包 - 信息,plist 不可读 - FirebaseCore.framework' 不包含包可执行文件

cordova-plugin-fcm - ios upload to app store - Invalid Bundle - Info,plist unreadable - FirebaseCore.framework' does not contain a bundle executable

我在 Xcode 中创建了一个存档,验证并成功上传到应用商店。

但随后我收到一封电子邮件,其中包含以下错误消息。 我可以在不更新 firebase 库的情况下解决这个问题吗? 如果是,怎么做?

我正在使用 Xcode 8.3.3,它是一个 ionic 1 应用程序,该应用程序 运行 在 Android 和 Ios 上没有错误。

正在使用,最新版本的 cordova-plugin-fcm。

我也有一张问题票在那里打开......但到目前为止还没有答案。 如果有人能指出我正确的方向,那就太好了。

This bundle is invalid - The Info.plist file for /Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/FirebaseAnalytics.framework is missing or could not be read.

Invalid Bundle - The bundle at '/Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/FirebaseAnalytics.framework' does not contain a bundle executable.

This bundle is invalid - The Info.plist file for /Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/FirebaseCore.framework is missing or could not be read.

Invalid Bundle - The bundle at '/Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/FirebaseCore.framework' does not contain a bundle executable.

This bundle is invalid - The Info.plist file for /Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/FirebaseInstanceID.framework is missing or could not be read.

Invalid Bundle - The bundle at '/Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/FirebaseInstanceID.framework' does not contain a bundle executable.

This bundle is invalid - The Info.plist file for /Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/FirebaseMessaging.framework is missing or could not be read.

Invalid Bundle - The bundle at '/Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/FirebaseMessaging.framework' does not contain a bundle executable.

This bundle is invalid - The Info.plist file for /Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/GoogleIPhoneUtilities.framework is missing or could not be read.

Invalid Bundle - The bundle at '/Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/GoogleIPhoneUtilities.framework' does not contain a bundle executable.

This bundle is invalid - The Info.plist file for /Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/GoogleInterchangeUtilities.framework is missing or could not be read.

Invalid Bundle - The bundle at '/Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/GoogleInterchangeUtilities.framework' does not contain a bundle executable.

This bundle is invalid - The Info.plist file for /Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/GoogleSymbolUtilities.framework is missing or could not be read.

Invalid Bundle - The bundle at '/Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/GoogleSymbolUtilities.framework' does not contain a bundle executable.

This bundle is invalid - The Info.plist file for /Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/GoogleUtilities.framework is missing or could not be read.

Invalid Bundle - The bundle at '/Payload/WhatEverAppName.app/www/lib/cordova-plugin-fcm/src/ios/firebase/GoogleUtilities.framework' does not contain a bundle executable.

我能够解决这个问题。 解决方案是升级 cordova-plugin-fcm 插件中的 Firebase 库。 https://github.com/fechanique/cordova-plugin-fcm

之后,从 /var/folders 中删除内容,而不是目录本身。 并删除 xcodes 派生数据。