Closed caspahouzer closed 9 years ago
I should have fixed it: https://github.com/viezel/TiSocial.Framework/commit/6683224e35f618435cd6aac550b24c4c25f71391
xcrun lipo -info build/libdk.napp.social.a Architectures in the fat file: build/libdk.napp.social.a are: armv7 i386 x86_64 arm64
Thanks! Everything works fine now.
So... the build.py was not correctly?
you did almost the right thing, but since some modules are very old, the default settings are not enough, you need to explicit show which arch you want:
Thanks. I will have a try
Got it. thanks for your help.
What matters is the archs.. Nvm the build.py.
I did it like announced here: http://www.appcelerator.com/blog/2014/11/alpha-version-of-titanium-sdk-64-bit-support-now-available/
and here
https://jira.appcelerator.org/browse/TIMOB-18065
But the architecture remains to "armv7 i386"
Do you/anyone have an idea?