i10 / ARPen

Apache License 2.0
20 stars 13 forks source link

iPhone Simulator not supported #5

Closed Zaubentrucker closed 5 years ago

Zaubentrucker commented 5 years ago

Since the aruco and opencv2 libraries only support arm64, the Xcode simulator can't be used (as it only supports x86). The ARPen will usually not be debugged via a simulator but developers might still run into confusing error messages when they set up the project.

I suggest to either mention the inability to use the simulator in the README, or to build the libraries with additional x86 support.

imkrishsub commented 5 years ago

Thanks! I have added the instructions to the developer guide and linked it to README.