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

前端 未结 2 1300
花落未央
花落未央 2021-02-10 04:39

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:14

    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 :-)

提交回复
热议问题