iOS build only for armv
-
Hi All,
How to set build architecture only for armv ( real iOS device) during quasar build command.
The command which I am running is “quasar build -m cordova -T ios --debug” i tried to pass --device but that also not working.I have a Cordova plugin which works only with the real devices and not with emulators.
Error:
Auto-Linking missing required architecture x86_64
Undefined symbols for architecture x86_64:Thanks,
Madan -
@madansingh18 So when you you get this error? During build or in xcode? Can you paste some outputs of the command that gives the error like:
quasar build -m cordova -T ios --debug some ouput.. error ect...