我的iOS应用程序未能在app上构建,提供了以下错误消息:
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在当地,一切都很好。想法?
发布于 2020-02-29 13:30:42
是我的错。.gitignore有*.pch。它基于Visal模板。
https://stackoverflow.com/questions/60455593
复制相似问题