简体   繁体   中英

Debugger won't deploy 32-bit app on 64-bit machine

Is there a way to get XCode to allow me to debug 32 bit apps on 64 bit devices?

I have an old enterprise app, that uses libraries that only support 32 bit architectures. XCode only lets me debug on 32 bit devices.

If I try to run on a 64 bit device I get "No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=arm64, VALID_ARCHS=armv7)."

I think XCode thinks I want to build a 64 bit device since I plugged in a 64 bit device.

I know the app can run on 64 bit devices because I manually install IPA's of 32 bit apps onto 64 bit devices all the time.

Does any know of a setting in XCode that could help me?

Thanks.

我不得不将ONLY_ACTIVE_ARCH用于NO和架构$(ARCHS_STANDARD_32_BIT)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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