-
-
Notifications
You must be signed in to change notification settings - Fork 346
Compilation Error on 32bit #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
hm.... current build have i386 binary already, should be fine. Can you prepare example project for that ? $ file libssl.a $ file libcrypto.a |
got lots of the same errors.
|
lipo output
|
Also for 64 bit simulator:
|
May it be CocoaPods related issue ? CocoaPods/CocoaPods#2666 |
Fixed with 1.0.1.j-2. Please update. |
Look like it fixed the compilation errors. |
Can't update to the 1.0.1.j-2 version since it have not yet appeared in the pod specs repository
|
$ pod search openssl-universal http://cocoapods.org/?q=openssl-universal -> OpenSSL-Universal (1.0.1.j-2)
|
Hi,
The 1.0.1.j version doesn't compile on 32 bit. It Throws the following:
Undefined symbols for architecture i386:
"_fopen$UNIX2003", referenced from:
_BIO_new_file in libcrypto.a(bss_file.o)
_file_ctrl in libcrypto.a(bss_file.o)
_open_console in libcrypto.a(ui_openssl.o)
"_fputs$UNIX2003", referenced from:
_write_string in libcrypto.a(ui_openssl.o)
_read_string in libcrypto.a(ui_openssl.o)
"_fwrite$UNIX2003", referenced from:
_file_write in libcrypto.a(bss_file.o)
_file_puts in libcrypto.a(bss_file.o)
_int_rsa_verify in libcrypto.a(rsa_sign.o)
_send_fp_chars in libcrypto.a(a_strex.o)
_write_fp in libcrypto.a(b_dump.o)
_read_string in libcrypto.a(ui_openssl.o)
_read_string_inner in libcrypto.a(ui_openssl.o)
...
"_strerror$UNIX2003", referenced from:
_ERR_load_ERR_strings in libcrypto.a(err.o)
ld: symbol(s) not found for architecture i386
On 64 bit simulators it works fine.
Thank you.
The text was updated successfully, but these errors were encountered: