I am trying to create an IPA with 64 bit support using Visual Studio Tools for Apache Cordova (CTP 3.0), but to no avail.
It seems that vs-mda-remote agent builds only with support for the Arm architecture.
Unzip the Ipa and check the binary using the file command, return this result:
Mach-O executable arm
It is curious that when you open an xcode project deployed on a mac builder machine, the universal architecture assembly settings are correctly set, and the creation and archiving generates an Ipa that contains a binary file that supports 64-bit architecture.
Do you know why this difference?
Could there be some parameters that vs-mda-remote sets to the command line when building a project, overriding the project build settings?
Could be a Cordoba problem?
source
share