Closed ahmetabdi closed 10 years ago
Shouldn't this
class AppDelegate < ProMotion::AppDelegateParent
be
class AppDelegate < PM::Delegate
inside the README...
It was renamed 9months ago https://github.com/clearsightstudio/ProMotion/issues/45
ProMotion (1.1.2) bubble-wrap (1.4.0) motion-cocoapods (1.4.0)
ProMotion (1.1.2)
bubble-wrap (1.4.0)
motion-cocoapods (1.4.0)
If you run it through the old way you get Terminating app due to uncaught exception 'NameError', reason: 'uninitialized constant ProMotion::AppDelegateParent (NameError)
Terminating app due to uncaught exception 'NameError', reason: 'uninitialized constant ProMotion::AppDelegateParent (NameError)
:+1:
Thanks @ahmetabdi!
Shouldn't this
class AppDelegate < ProMotion::AppDelegateParent
be
class AppDelegate < PM::Delegate
inside the README...
It was renamed 9months ago https://github.com/clearsightstudio/ProMotion/issues/45
ProMotion (1.1.2)
bubble-wrap (1.4.0)
motion-cocoapods (1.4.0)
If you run it through the old way you get
Terminating app due to uncaught exception 'NameError', reason: 'uninitialized constant ProMotion::AppDelegateParent (NameError)