You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2022. It is now read-only.
I feel dumb for asking this, since the instructions are so easy.
I copied the Pod folder to my project (wanted to do a manual installation). Went to the AppDelegate.swift and added Visualizer.start() just before return true, but i get nothing when I run the app on my device. Am i missing something obvious?
The text was updated successfully, but these errors were encountered:
Hitting the home button, then launching the app again makes the touch visualisers appear. Something must be wrong with my AppDelegate...
(I do not get the touches after Force quitting the app and relaunching it, I need to go back to the menu again first)
I feel dumb for asking this, since the instructions are so easy.
I copied the Pod folder to my project (wanted to do a manual installation). Went to the AppDelegate.swift and added
Visualizer.start()
just beforereturn true
, but i get nothing when I run the app on my device. Am i missing something obvious?The text was updated successfully, but these errors were encountered: