iOS 应用无法在 App Center 上构建:找不到 SQLCipher-prefix.pch
iOS app fails to build on App Center: SQLCipher-prefix.pch not found
我的 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
本地一切构建良好。想法?
我的错误。 .gitignore
和 *.pch
。它基于 Visual Studio 模板。
我的 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
本地一切构建良好。想法?
我的错误。 .gitignore
和 *.pch
。它基于 Visual Studio 模板。