SQLCipher iOS OpenSSL构建错误:行66:./config:没有这样的文件或目录 [英] SQLCipher iOS OpenSSL Build error: line 66: ./config: No such file or directory

查看:162
本文介绍了SQLCipher iOS OpenSSL构建错误:行66:./config:没有这样的文件或目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试在计算机上构建iOS项目时,构建失败,并显示以下错误消息: 第66行:./config:没有这样的文件或目录"

When I'm trying to build an iOS project on my machine the build fails with the following error message: "line 66: ./config: No such file or directory"

在其他机器上,构建程序可以正常运行而没有任何问题.我正在使用XCode 4.6.3,并且在配置中设置了我的OpenSSL路径.还安装了XCode命令行工具.

On other machines the build just runs without any problems. I'm using XCode 4.6.3 and my OpenSSL Path is set in the configuration. XCode commandline tools are also installed.

推荐答案

我发现了问题.问题仅在于OpenSSL目录(/My Directory/openssl1.0.1e)的路径.该路径包含空格,尽管我将该路径放在引号中("/My Directory/openssl1.0.1e",但该项目未编译.最终(也是我的解决方案)是将目录路径重命名为不包含空格(/MyDirectory/openssl1.0.1e).

I found the issue. The problem simply was the path to the OpenSSL directory (/My Directory/openssl1.0.1e). The path contained whitespaces and although I put the path in quotes ("/My Directory/openssl1.0.1e" the project didn't compile. The final (and only solution in my case) was to rename the directory path to NOT contain whitespaces(/MyDirectory/openssl1.0.1e).

这篇关于SQLCipher iOS OpenSSL构建错误:行66:./config:没有这样的文件或目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆