Pergunta

Although I set up my static library project in XCode to build armv6, armv7, i386 and x86_64, it does not build a full fat file :-(

lipo -info lib...a tells me that it is a fat file with armv6 and armv7, nothing else, no more architectures inside.

How to get them all put into one file?

Thanks

Foi útil?

Solução

You probably have the "Valid architectures" (VALID_ARCHS) build setting set to narrow the set of architectures for which your target is built.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top