viezel / TiSocial.Framework

iOS6+ Social.Framework. Appcelerator apps are able to share content to Facebook and Twitter.
MIT License
257 stars 102 forks source link

64bit self compile try #116

Closed caspahouzer closed 9 years ago

caspahouzer commented 9 years ago

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?

viezel commented 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

caspahouzer commented 9 years ago

Thanks! Everything works fine now.

FokkeZB commented 9 years ago

@viezel: https://github.com/viezel/TiSocial.Framework/commit/6683224e35f618435cd6aac550b24c4c25f71391#commitcomment-9217406

caspahouzer commented 9 years ago

So... the build.py was not correctly?

viezel commented 9 years ago

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:

https://github.com/viezel/TiSocial.Framework/commit/6683224e35f618435cd6aac550b24c4c25f71391#diff-47fcb586479148dd2bc04ee5ac19194eR277

caspahouzer commented 9 years ago

Thanks. I will have a try

viezel commented 9 years ago

http://cl.ly/image/0I093V0G3M3n

caspahouzer commented 9 years ago

Got it. thanks for your help.

viezel commented 9 years ago

What matters is the archs.. Nvm the build.py.