简体   繁体   English

上载到AppStore时缺少64位支持

[英]Missing 64-Bit support while Uploading to AppStore

I was trying to validate and upload my app to app store.But it ended up with a error as Error Missing 64-bit 我试图验证并将我的应用程序上载到应用程序商店,但最终由于错误缺少64位错误而失败

I made changes by adding arm64 in valid architectures and standard architectures(armv7,arm64) - $(ARCHS_STANDARD) Build Active Architecture only - No 我通过在有效架构和标准架构中添加arm64进行了更改(armv7,arm64)-$(ARCHS_STANDARD)仅构建活动架构-否

After adding this there was a error coming as " ('NSInteger' (aka 'long')) does not match type of instance variable 'stage' ('int') ". 添加此后,出现错误,因为“('NSInteger'(aka'long'))与实例变量'stage'('int')'的类型不匹配。

I changed the int as "NSUinteger" and error as link command error. 我将int更改为“ NSUinteger”,将错误更改为链接命令错误。

Is my app doesn't support 64-bit??. 我的应用程序不支持64位吗?

int --> NSInteger . int - > NSInteger

PS: int == signed int != unsigned int PS: int ==有signed int != unsigned int

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM