- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我正在为 OSX/iOS 开发一个 Swift 框架。我需要生成 RSA key 并导出它们,而安全框架不允许在 iOS 上巧妙地执行此操作,因此我将使用 OpenSSL。
我检索到为两个平台构建 OpenSSL 的脚本 (https://gist.github.com/6710405)。它可以完美地工作并为每个平台生成 libcrypto.a
、libssl.a
和相应的 header 。
我想将 OpenSSL 放在自己的框架中,并定义一个模块以便在 Swift 中轻松使用它。
为了简单起见,我们只限于 OSX。我创建了一个名为 OpenSSL 的新框架项目。我链接了这两个库并添加了所有标题(作为公共(public)标题)。我还添加了一个“复制文件”阶段,我在其中复制并签署了两个库。我创建了一个 .modulemap
文件:
framework module OpenSSL {
header "rc2.h"
header "rc4.h"
header "aes.h"
[…]
header "x509v3.h"
header "dtls1.h"
export *
}
列出了 OpenSSL 的所有 header 。我最初按字母顺序对标题进行排序,但一些 #undef
导致了问题,所以我不得不重新排序一些标题并编译(我根本不喜欢这样!)。
回到原来的框架,我添加了我的 OpenSSL 框架,导入了 OpenSSL 模块并写了几行:
import OpenSSL
func generateKeyPair() -> RSAKeyPair? {
var exponent = BN_new();
BN_set_word(exponent, 65537);
var rsa = RSA_new()
RSA_generate_key_ex(rsa, 2048, exponent, nil)
[…]
}
代码由查看模块 header 的 Xcode 完成。当我尝试编译时,它会为某些(但不是全部)OpenSSL 调用生成一些 Undefined symbols for architecture x86_64:
。例如,它提示 RSA_generate_key_ex
而不是 BN_set_word
或 RSA_new()
(在 RSA_generate_key_ex< 之前的几行声明)/
)。它不仅对 RSA_generate_key_ex
失败,而且稍后其他一些调用也因同样的错误而失败。
我已经建立了一个 playground 来检查这个。某些对 RSA_new()
的调用正在返回内容,但 playground 无法找到 RSA_generate_key_ex
的符号。
我快速建立了一个新的 Objective-C 项目,以经典方式添加了库和 header ,并且相同的代码(在 ObjC 中)编译和运行没有问题。因此,我确信这些库是用所有需要的架构构建的(我用 otool
仔细检查过)。
我的框架出了点问题。我试图删除/添加“复制文件”阶段但没有成功。我对制作 .modulemap
文件的方式不满意,但我看不出它会在哪里导致此类问题。我不是框架制作方面的专家,所以也许有人知道会发生什么以及如何修复它?
最佳答案
我自己找到了解决方案。像往常一样,旧的 -all_load
标志需要作为框架中的“其他链接器标志”。
此外,库不需要复制阶段。将它们链接起来似乎就足够了。
关于xcode - 创建 OpenSSL Framework 时某些体系结构的 undefined symbol ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33587292/
我只是有一个更琐碎的问题。 为什么undefined == undefined 返回true,而undefined >= undefined 为false? undefined 等于 undefine
用PHP 7.2编写套接字服务器。根据Firefox 60中的“网络”选项卡,服务器的一些HTTP响应的第一行随机变为undefined undefined undefined。因此,我尝试记录套接字
在 JavaScript 中这是真的: undefined == undefined 但这是错误的: undefined <= undefined 起初我以为<=运算符包含第一个,但我猜它试图将其转换
在回答这个问题 (Difference between [Object, Object] and Array(2)) 时,我在 JavaScript 数组中遇到了一些我以前不知道的东西(具有讽刺意味的
来自https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/of , Note: thi
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
当我添加 到我的 PrimeFaces Mobile 页面,然后我在服务器日志中收到以下警告 WARNING: JSF1064: Unable to find or serve resource, u
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我是一名优秀的程序员,十分优秀!