How do I restrict 'tns build ios' to compile for x86_64 only?
It currently attempts to build my app for both i386 and x86_64. (ARCHS and VALID_ARCHS).
This fails to link plugins that where compiled for x86_64 and arm64 only.
How do I restrict 'tns build ios' to compile for x86_64 only?
It currently attempts to build my app for both i386 and x86_64. (ARCHS and VALID_ARCHS).
This fails to link plugins that where compiled for x86_64 and arm64 only.
As of NativeScript
v5.1.1
it supports 64 bit, so you can do things like target iOS11.4
in yourApp_Resources/iOS/build.xcconfig
file. Ex: