我不使用麦克风,但 App Store 因以下错误拒绝了我的应用程序:
\nITMS-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) 当我开始运行 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)。
您有:
你想帮我解决这个问题吗?