Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Cartfile中指定Github分支_Github_Xcode9_Eureka Forms - Fatal编程技术网

在Cartfile中指定Github分支

在Cartfile中指定Github分支,github,xcode9,eureka-forms,Github,Xcode9,Eureka Forms,具体来说,来自尤里卡。我正在尝试使用此分支: 因为主分支无法构建 这是我为主人准备的文件: github“xmartlabs/Eureka”~>3.0.0 我已尝试指定XCode9(因为我正在使用)分支: github“xmartlabs/Eureka”“/tree/feature/Xcode9-Swift3_2”, github“xmartlabs/Eureka”“/feature/Xcode9-Swift3_2”, 和 github“xmartlabs/Eureka”“/Xcode9-Swi

具体来说,来自尤里卡。我正在尝试使用此分支: 因为主分支无法构建

这是我为主人准备的文件: github“xmartlabs/Eureka”~>3.0.0

我已尝试指定XCode9(因为我正在使用)分支: github“xmartlabs/Eureka”“/tree/feature/Xcode9-Swift3_2”, github“xmartlabs/Eureka”“/feature/Xcode9-Swift3_2”, 和 github“xmartlabs/Eureka”“/Xcode9-Swift3_2”

在这一点上,我只是猜测


有什么帮助吗?

你就快到了。不需要斜杠(/)。应采取以下措施:

github "xmartlabs/Eureka" "feature/Xcode9-Swift3_2"