小编Vep*_*row的帖子

ITMS-90683:Info.plist NSMicrophoneUsageDescription 中缺少用途字符串,flutter

我不使用麦克风,但 App Store 因以下错误拒绝了我的应用程序:

\n
ITMS-90683: Missing Purpose String in Info.plist - Your app\xe2\x80\x98s code references one or more APIs that access sensitive user data. The app\xe2\x80\x98s Info.plist file should contain a NSMicrophoneUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. For …
Run Code Online (Sandbox Code Playgroud)

app-store ios flutter

4
推荐指数
1
解决办法
3163
查看次数

错误:CocoaPods 的规范存储库太旧,无法满足依赖关系。要更新 CocoaPods 规范,请运行: pod repo update

当我开始运行 flutter ios 时,使用“flutter run”的项目会给出 “错误:CocoaPods 的规格存储库太过时,无法满足依赖项”。要更新 CocoaPods 规范,请运行: pod repo update

运行 pod install 时出错`

然后我在 ios/ 内运行“pod install”它给出

[!] CocoaPods 找不到 pod“Firebase/CoreOnly”的兼容版本:在 Podfile 中:firebase_core(来自.symlinks/plugins/firebase_core/ios)已解析为 1.12.0,这取决于 Firebase/CoreOnly (= 8.11.0)

您的规范源都不包含满足依赖项的规范:Firebase/CoreOnly (= 8.11.0)

您有:

  • 过时的源存储库,您可以使用pod repo update或 来更新pod install --repo-update

然后我尝试了 pod install --repo-update 它给出了

[!] CocoaPods 找不到 pod“Firebase/CoreOnly”的兼容版本:在 Podfile 中:firebase_core(来自.symlinks/plugins/firebase_core/ios)已解析为 1.12.0,这取决于 Firebase/CoreOnly (= 8.11.0)

您的规范源都不包含满足依赖项的规范:Firebase/CoreOnly (= 8.11.0)

您有:

  • 名称或版本输入错误。
  • 未将托管 Podspec 的源存储库添加到您的 Podfile。

你想帮我解决这个问题吗?

ios cocoapods flutter

3
推荐指数
1
解决办法
1万
查看次数

标签 统计

flutter ×2

ios ×2

app-store ×1

cocoapods ×1