我目前无法在Xcode10中编译我的podfile,并且在线上似乎没有太多有关如何解决此问题的信息...
我收到的当前消息是:
Showing All Messages
:-1: missing input '(File location)...Podfile.o' and no rule to build it
这是我的podfile:
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'App' do
project '/Users/Oskilla/Desktop/Swift/App/App.xcodeproj'
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'Google-Maps-iOS-Utils'
pod 'INSPhotoGallery'
end
有人对如何解决此问题有任何想法吗?
非常感谢
答案 0 :(得分:1)
您不编译Podfile。您使用CocoaPods gem来安装和设置CocoaPods集成工作区: Getting Started with CocoaPods
答案 1 :(得分:0)
打开终端cd /toPodFileDir/
,然后打开pod install
然后打开项目文件夹中的 xcworkspace 文件并尝试进行编译。
如果尝试上述操作后出现错误,请告诉我,我可以进行编辑。