简体   繁体   English

如何修复运行SQL Cipher项目时遇到的错误?

[英]How to fix the error i am getting while running SQL Cipher project?

I followed the tutorial SQLCipher tutorial from beginning to end. 从头到尾都遵循了SQLCipher教程

Still i am getting 3 issues when i try to build the project. 当我尝试构建项目时,仍然遇到3个问题。 Please check the image below 请检查下面的图片 错误说明

Note: The libraries libcrypto.a and libsqlcipher.a are red in color. 注意:库libcrypto.a和libsqlcipher.a是红色。 Does this an issue. 这是一个问题吗? Please check the image below 请检查下面的图片 将二进制文件与库链接 Can anyone please help me to fix this issue. 谁能帮我解决这个问题。

Red colors indicate that Xcode cannot find the file. 红色表示Xcode找不到文件。

If the red file is the product of another project, build it first (probably by adding a dependency to make it automatically build.) 如果红色文件是另一个项目的产品,请首先构建它(可能通过添加依赖项使其自动构建)。

If the red file is the product of another target of the current project, be sure it builds first. 如果红色文件是当前项目的另一个目标的产品,请确保先生成。

If the red file is one you are supplying to the project, but sure the paths are correct. 如果红色文件是您要提供给项目的文件,但请确保路径正确。 You might delete the file and re-add it as an easy way to do this. 您可以删除文件并重新添加它,这是一种简便的方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为 iOS 运行 flutter 项目时出现错误 - I am getting error while running the flutter project for iOS 如何在运行项目时修复Xcode AppDelegate错误? - how to fix xcode AppDelegate error while running project? 我正在尝试添加ios平台并出现错误,该如何解决? - I am trying to add the ios platform and getting error, how to fix it? 在 ios 中运行 Flutter 项目时出现错误 - getting the error while running the Flutter project in ios 我是否以正确的方式集成SQL密码? - Am I integrating SQL Cipher the right way? 我在安装 cocoapods 时遇到以下错误 谁能提供解决方案来解决同样的问题 - I am getting below error while installing cocoapods can anyone give solutions to fix that same 我正在运行 flutter 应用程序并收到此错误 - I am running flutter app and getting this error 为什么在运行 appium 1.18.1 版时出现以下错误? - Why I am getting the following error while running appium version 1.18.1? 为什么在xcode 7.2.1中创建项目存档时出现此链接器错误? - why am i getting this linker error while creating archive of my project in xcode 7.2.1 我收到一条错误消息:“未找到伞头‘FaveButton-umbrella.h’”,我该如何解决? - I am getting an error that says: "Umbrella header 'FaveButton-umbrella.h' not found", how do I fix this?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM