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
Post a Comment