Cross-compiling ZeroMQ to ARM for use in a MonoTouch iPhone app configure settings

前端 未结 2 1298
余生分开走
余生分开走 2021-02-10 04:21

I\'m attempting to use the ZeroMQ library in an iPhone app developed in C# using MonoTouch. I\'ve solved almost all of the problems, but have fallen at the last hurdle. I\'m usi

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-10 05:06

    That question is not really related to MonoTouch but on how to compile 0MQ on the iOS (ARM). Have a look at: Compile C lib for iPhone

    Hopefully it will help you and also cover the next question: fat universal binaries using lipo. The good news is that, if this works on the simulator, then you likely already covered any MonoTouch related issue :-)

提交回复
热议问题