xcode - Apple Mach-O Linker Error (Cannot built my app when i select iOS device) -
i built app uses zbarsdk
barcode scan, app works fine when running on simulator, when try archive on real device error shows up:
you compiling app armv7s
architecture zbarsdk isn’t compiled armv7s
. either compile zbarsdk armv7s
(preferred) or don’t compile app armv7s
.
Comments
Post a Comment