Carte
Carte copied to clipboard
RuntimeError when 'pod install'
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?
I have the same Issue :(
@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