iOS: Recompiling module with 10.1.0.GA failing - Failed to generate universal binary (code 70) #13109
Unanswered
tyroneBaba
asked this question in
Q&A
Replies: 1 comment
-
We've found out mostly what this issue is. The actual fix though is pending but shouldn't be too bad. So our openssl library doesn't support Mac Catalyst/all platforms so while building the module, it asked us to set mac: false. Because of this, it wants us to provide a framework file for each architecture individually. We're not sure how to do this but it makes sense. We're hoping to opt for having our openssl library support Mac Catalyst so we need to update it to one that does. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're trying to recompile our module with SDK 10.1.0.GA on iOS(for the record, android compiles successfuly). It was previously compiled with 7.3.0.GA. We've made a few small changes to titanium.xcconfig and set
mac: false
in the manifest and now we get the following error.These issues sounded similar to ours but I'm not sure what to make of them to make our module work.
https://jira.appcelerator.org/browse/TIMOB-28116
and
#12026
Any ideas to lead me in the right direction?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions