我在 Flutter 项目中遇到了
Error (Xcode): Build input file cannot be found: '../ios/Runner/GoogleService-Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
。
我的应用程序有两种风格(产品和开发)。因此,我为 prod 和 dev 创建了两个 GoogleService-Info.plist 文件。 我想在 /ios 文件夹中有一个名为
config
的文件夹。在 config 文件夹中,我想创建两个文件夹: dev 和 prod 我将把这两个文件放在哪里。我怎样才能正确地做到这一点?
你可以这样做。
GoogleService-Info.plist
添加到这两个文件夹。GoogleService-Info.plist
文件。