Carte icon indicating copy to clipboard operation
Carte copied to clipboard

RuntimeError when 'pod install'

Open shmakovigor opened this issue 6 years ago • 2 comments

I get this error when trying to install pods. Xcode 10 and CocoaPods 1.6.0.beta.1 (and also the latest stable):

........./MyApp/Pods/Carte/Sources/Carte/ruby/2.3.0/gems/xcodeproj-1.5.2/lib/xcodeproj/project/object.rb:321:in 'configure_with_plist': [!] Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>[], "outputFileListPaths"=>[]} for the 'PBXShellScriptBuildPhase' isa. (RuntimeError)

Any ideas?

shmakovigor avatar Sep 24 '18 09:09 shmakovigor

I have the same Issue :(

vkcldhkd avatar Nov 12 '18 04:11 vkcldhkd

@shmakovigor @vkcldhkd please check this thread it works to me

@dnkoutso that issue can happen even when the lists are empty in Xcode 10 UI. I had to manually edit the project.pbxproj file and delete the concerned lines to be free of that issue.

https://user-images.githubusercontent.com/1257961/43145191-b9276cd8-8f56-11e8-826b-c4b0af66d330.png

cruisediary avatar Feb 20 '19 15:02 cruisediary