- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
更新到 Xcode 13 后,我无法将包含 DJI-SDK、DJIWidget(包含 FFMpeg)的应用程序上传到 Testflight。当我尝试时,我得到:
Invalid CFBundleSupportedPlatforms value. TheCFBundleSupportedPlatforms key in the Info.plist file in“Payload/app.app/Frameworks/FFmpeg.framework” bundle contains aninvalid value, [iPhoneSimulator]. Consider removing theCFBundleSupportedPlatforms key from the Info.plist file. If thisbundle is part of a third-party framework, consider contacting thedeveloper of the framework for an update to address this issue. Witherror code STATE_ERROR.VALIDATION_ERROR.90542 for idf2327257-ad48-4b60-8fc8-a518da5fbac8
# relevant pods
pod 'DJI-SDK-iOS', '~> 4.16'
pod 'DJIWidget', '~> 1.6.6'
但是 FFMpeg 似乎是附加到 DJIWidget 的二进制文件框架,因此我无法直接编辑 Info.plist。有什么办法可以解决这个问题,还是我必须联系 DJI 才能真正做出改变?
最佳答案
我试图用文本编辑器编辑 Info.plist,当 plist 文件嵌入到捆绑的框架中时,这是不可能的。
我能够用 Xcode 编辑 plist 文件。在 Frameworks 文件夹中 - 右键单击 FFMpeg - 在 finder 中显示 - 使用 Xcode 打开 Info.plist 并将 CFBundleSupportedPlatforms 从 iPhoneSimulator 设置为 iPhoneOS
关于ios - (DJIWidget) FFmpeg.framework 中的无效 CFBundleSupportedPlatforms 值 iPhoneSimulator,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71699951/
在 10.10/Xcode 6 上始终没有问题的现有项目上,我现在在 10.11/Xcode 7 上遇到此错误: 在 Info.plist CFBundleSupportedPlatforms 或 M
Dear developer, We have discovered one or more issues with your recent delivery for "*****". To proc
我将cocoapods中的ReactiveCocoa替换为ReactiveObjC,因为ReactiveCocoa是swift 只有现在,我必须这样做。 但是当我archive 我的Ad hoc ip
我正在尝试将存档上传到 App Store Connect。存档上传成功。当我去应用商店连接并在事件部分看到它时。它显示“此构建无效”,并带有红色感叹号。我查看了我的开发者电子邮件并收到了这条消息 `
我无法将 iOS9 修补程序的 ipa 提交到应用商店,这是我在应用程序加载器上遇到的错误: ERROR ITMS-90542: "Invalid CFBundleSupportedPlatforms
我将应用程序上传到 iOS App Store testflight。 我收到了来自 iOS App Store 的以下电子邮件回复: Invalid Bundle - A nested bundle
更新到 Xcode 13 后,我无法将包含 DJI-SDK、DJIWidget(包含 FFMpeg)的应用程序上传到 Testflight。当我尝试时,我得到: Invalid CFBundleSup
我正在使用 Ionic 构建我的应用程序,但在存档后的验证步骤中出现此错误。 Couldn't find platform family in Info.plist CFBundleSupported
我正在尝试使用 ionic build ios 在 ionic 中构建 IOS 应用程序构建成功。但是当我使用 Xcode 将我的应用程序部署到苹果商店时,它显示了上述错误。 我经历过许多 githu
当我尝试在 Apple Store Connect 中下载应用程序时,出现错误“无法在 Info.plist CFBundleSupportedPlatforms 或 Mach-O LC_VERSIO
我正在使用 ionic 构建一个混合应用程序,当我尝试将它上传到应用程序商店时,它给了我这个错误 Couldn't find platform family in Info.plist CFBundl
我是一名优秀的程序员,十分优秀!