I'm trying to follow the instructions here: link
In the module xcode project, I followed all steps and changed all architectures to $(ARCHS_STANDARD), which only has armv7 arm64.
To verify, my output is: Architectures in the fat file: build/lib.your_module_here.a are: armv7 i386
It doesn't have "x86_64 arm64." Is my module upgraded succesfully? If not, what was missing?
I'm running latest xcode, titanium studio and sdk 3.5.0.
Also, I created a new module as instructed, trying to get the architectures field in manifest file. But there is no architectures field. Is the release note right about this?