promet / PRAugmentedReality

iOS Augmented Reality Framework
http://praugmentedreality.com/
MIT License
606 stars 162 forks source link

No known class method for selector 'sharedManager' #54

Open dan-huang opened 8 years ago

dan-huang commented 8 years ago

When run PRAR-Example, I get this error in ARView.m line 87, [PRARManager sharedManager].

What to do..

NirmitDagly commented 8 years ago

I am also having the same issue when running PRAR-Example. What is work around for it?

entttom commented 8 years ago

Me too! Some ideas?

vahidnety commented 7 years ago

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.

cmhyatt commented 7 years ago

Any update on this issue?

wtimme commented 7 years ago

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.