Open dan-huang opened 9 years ago
I am also having the same issue when running PRAR-Example. What is work around for it?
Me too! Some ideas?
I just removed "PRAugmentedReality" from example project then install the pod. Then it can be run. but the issue is "http://prar.prometsource.com" the server is down and can not connect.
Any update on this issue?
Apparently the singleton has been removed with commit 3206bcad53460283762852c827f2fbcab9cdc526
. You need to setup your own manager instance and store it in a @property
. See the public interface.
When run PRAR-Example, I get this error in ARView.m line 87, [PRARManager sharedManager].
What to do..