Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
None
-
MacOS XCode 4.5
Description
Create a cordova project, add the dialog plug-in and try to build (XCode/Cordova build). The build fails with an error in CDVNotification.m. The issue is in playBeep() where it calls soundCompletionCallback. The error is "Use of undeclared identifier 'soundCompletionCallback'". Both soundCompletionCallback and playBeep are static methods which call each other. They need to be declared explicitly first.