ios - Building a multiarch app with Xcode -


i trying called fat binary ios app. so, defined in xcode:

architectures : standard (arm64 armv7) build active architecture : no valid architecures: arm64 armv7 

and build process succeeded. output file app.ipa. but, have problem compability on 32 bit devices. so, investigate app.ipa: lipo -info app.ipa. actually, says is non-fat arm64 file.

but why? after all, configured correctly.

when create empty project , set conifg above works.

how resolve it?

if looking creating fat framework/library, adam's answer post:build fat static library (device + simulator) using xcode , sdk 4+ might you


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -