【问题标题】:iOS app fails to build on App Center: SQLCipher-prefix.pch not foundiOS 应用无法在 App Center 上构建:找不到 SQLCipher-prefix.pch
【发布时间】:2020-02-29 21:30:42
【问题描述】:

我的 iOS 应用无法在 App Center 上构建并给出以下错误消息:

error: Build input file cannot be found: 
'/Users/runner/runners/2.165.0/work/1/s/Pods/Target Support Files/SQLCipher/
SQLCipher-prefix.pch' 
(in target 'SQLCipher' from project 'Pods')

我的 Podfile 看起来像这样:

platform :ios, '10.0'

target 'MyApp' do
  #use_frameworks!

  pod 'SQLCipher', '~>4.0'
  pod 'AppCenter'

end

本地一切正常。想法?

【问题讨论】:

    标签: ios visual-studio-app-center


    【解决方案1】:

    我的错。 .gitignore*.pch。它基于 Visal Studio 模板。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-03-07
      • 1970-01-01
      • 2022-12-10
      • 2021-10-03
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多