-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pod not working #2
Comments
Can you be more specific? |
i was trying to add as a pod RealtimeWatchDog, when doing pod install, the pod was not founded, if i target a lower iOS version like 8.1 it worked, looks like that it is not available for iOS 9.1 (in the podfile) PD: i am using objectAL for audio in my iOS apps, realtimewatchdog did not throw not even one warning....i have noticed it is not covered in your article about 4 things to avoid when doing iOS audio. |
Hmm, the pod's called "RealtimeWatchdog", no capital "D", although I don't know why that would then work with a different target. I've tested with my own test project here with a 9.1 deployment target and it's working fine with "RealtimeWatchdog" |
Ok, will try again, but the "D" was a typo here, i copied the pod name from the installation guide in the cocoapods pod page. As soon as i try i let you know, thanks. |
Looks like pod is not working, does not get installed when targeting iOS 9.1.
The text was updated successfully, but these errors were encountered: