【问题标题】:Podfile.lock No such file or directoryPodfile.lock 没有那个文件或目录
【发布时间】:2017-01-16 09:47:24
【问题描述】:

在 firebase nativescript 中,我已经完成了给出的所有步骤并推送它适用于 Android 的通知。

在 iOS 应用程序中,当我尝试将应用程序放入 itunesconnect 时,它会弹出错误。但是它在模拟器本身上运行的应用程序用于终端中的“tns run ios”。

它说更新 pods,但是当我运行 pod install 时会弹出此消息

在 pod 安装错误保持不变之后。 任何人都有解决方案(xcode v8.1,tns-ios@2.4.0)..

谢谢...

【问题讨论】:

    标签: ios typescript firebase cocoapods


    【解决方案1】:

    https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/263

    我成功了。只需要输入--release。"tns prepare ios --release"。

    【讨论】:

      【解决方案2】:

      这是一个构建配置问题。选择项目并转到信息选项卡。 您会看到配置大纲选项卡。 Debug 和 Release 都必须是“No Configuration Set”。如果您看到“1 个配置集”,则选择了其他一些配置。如果是这样,请打开调试和发布配置大纲并选择“无”。

      现在没有选择任何配置。转到命令行并键入“pod install”

      您不会在命令行中收到错误消息,您可以开始构建了。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2022-11-28
        • 2023-01-18
        • 2021-05-02
        • 2021-04-22
        • 2019-09-11
        • 2015-11-24
        • 2022-12-07
        • 2022-12-20
        相关资源
        最近更新 更多