Closed EETagent closed 2 years ago
Did you use the Pure Pod Version?
This is pure_pods branch, latest version 407.8.2
@tladesignz New version works perfectly, closing the issue.
Thanks 👍
I didn't realise - you already used Xcode 14 back then. Must have been a beta, I guess?
Well, anyway, after I upgraded I had the same problem, soooo... always happy to help! 🤷🤪
First of all, I would like to thank you for a very useful project for macOS and the Obj-C ecosystem.
I am unable to build a framework on arm64 devices with Xcode 14. Generated libraries like
libevent.a
orlibcrypto.a
are ok arm64 bytecode, it is possible to simply check their validity by linking with a c file.libtor.a
as a single library fails linking and is invalid.I don't have a similar problem on an x86_64 Mac with Xcode 13, where the universal libraries are generated correctly.
Since this is probably a bug caused by the build system of the tor project, I don't really know how to fix the problem.