search

Home  >  Q&A  >  body text

ios - 用6的模拟器没问题,但是用5的模拟器就报错

不知道为什么,求大神指教

PHP中文网PHP中文网2771 days ago513

reply all(1)I'll reply

  • 巴扎黑

    巴扎黑2017-04-18 09:45:15

    You can see from the error message that i386 means that the current simulator is not supported when this SDK is packaged. You can use the terminal command to check whether lipo -info shareSDK.o supports armv7 and arm64. If it does, don’t worry. The real machine will be fine.

    reply
    0
  • Cancelreply