ios - Missing 64-Bit support while Uploading to AppStore -


i trying validate , upload app app store.but ended error error missing 64-bit

i made changes adding arm64 in valid architectures , standard architectures(armv7,arm64) - $(archs_standard) build active architecture - no

after adding there error coming " ('nsinteger' (aka 'long')) not match type of instance variable 'stage' ('int') ".

i changed int "nsuinteger" , error link command error.

is app doesn't support 64-bit??.

int --> nsinteger.

ps: int == signed int != unsigned int


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -