Zbar SDK is not working in iOS6

前端 未结 9 1969
伪装坚强ぢ
伪装坚强ぢ 2020-12-04 12:25

I was using ZBar for scanning in iOS5 and it was working well.

Now after updating to iOS6, its not working. It shows a following error.

    ld: fil         


        
9条回答
  •  伪装坚强ぢ
    2020-12-04 13:16

    your binary library does not have code for armv7s. So you should recompile it for the current archtitectures.

提交回复
热议问题