Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/41.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
Iphone Libssh2,使用xcode构建库_Iphone_Xcode_Build_Ssh_Libssh2 - Fatal编程技术网

Iphone Libssh2,使用xcode构建库

Iphone Libssh2,使用xcode构建库,iphone,xcode,build,ssh,libssh2,Iphone,Xcode,Build,Ssh,Libssh2,我正在使用project尝试将libssh2库与iOS一起使用。然而,这并不能解释太多,我需要一些帮助来建立图书馆 我在xcode中打开了这个示例项目,但我对自述文件的这一部分感到困惑 You can build the libssh2 library with openssl or with libgcrypt! 项目中有几个脚本,我需要在xcode中作为构建阶段运行这些脚本吗 感谢您的帮助您可以使用终端运行./build-all.sh因此我尝试使用Xcode运行脚本运行build-all

我正在使用project尝试将libssh2库与iOS一起使用。然而,这并不能解释太多,我需要一些帮助来建立图书馆

我在xcode中打开了这个示例项目,但我对自述文件的这一部分感到困惑

 You can build the libssh2 library with openssl or with libgcrypt!
项目中有几个脚本,我需要在xcode中作为构建阶段运行这些脚本吗


感谢您的帮助

您可以使用终端运行./build-all.sh

因此我尝试使用Xcode运行脚本运行build-all脚本,但没有成功。有什么想法吗?