iOS应用无法在App Center上构建:找不到SQLCipher-prefix.pch

问题描述 投票:0回答:1

我的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个回答
0
投票

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

© www.soinside.com 2019 - 2024. All rights reserved.