如何为Watch OS 2模拟器构建openssl库?

时间:2015-10-12 16:14:33

标签: openssl watch-os-2

我想从这个github构建用于监视OS 2的openssl库: https://github.com/nachocove/ios-openssl

它正在Xcode 7 beta的第一个版本中工作,但现在我得到了:

ld:在/../testWatchOS WatchKit Extension / ios-openssl / lib / libcrypto.a(bn_lib.o)中,为watchOS模拟器构建,但在为iOS构建的目标文件中进行链接,用于体系结构i386

谷歌2小时,尝试不同的SDK路径无济于事。

2 个答案:

答案 0 :(得分:1)

你可以尝试这个:https://github.com/mkhon/Python-iOS-Support 它包含用于tvOS和watchOS的OpenSSL.framework Makefile粘合剂,包括模拟器(请参阅自述文件)。

答案 1 :(得分:0)

受@Max Khon的工作启发。我还分叉了ios-openssl github并使其适用于Watch OS和模拟器:

https://github.com/billchan/ios-openssl/tree/WatchOS

以及iOS和WatchOS的通用库

https://github.com/billchan/ios-openssl