"missing required architecture i386" warning
In my IOS application external display support is there. So I used libredirect_device.a framework. But I'm getting开发者_Python百科 a warning:
ld: warning: in /Volumes/Decelopment/Subversion/Abbott/trunk/development/Source/Abbott/Abbott/ExternalDisplay/libredirect_device.a, missing required architecture i386 in file
Sounds to me like you'll only get that warning when compiling for simulator. Can you confirm that you're not getting it when compiling for device?
To get rid of the warning I think the library has to be recompiled, so unless you can get a hold of the source or an i386 version you can't get rid of the warning. You could possibly not include it when compiling for simulator.
精彩评论