【发布时间】: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