Undefinierte Symbole für die Architektur i386 beim Erstellen der Cordova 3.4-Anwendung

Beim Erstellen einer Cordova-Anwendung wird auf meinem Mac der Build-Fehler Undefinierte Symbole für Architektur i386 angezeigt. Ich verwende Cordova Version 3.4 und Xcode 5.0.2.

Hier ist die Momentaufnahme der Xcode-Eigenschaften meines Projekts Build-Einstellungen -> Architekturen

Undefined symbols for architecture i386:
  "_AudioServicesAddSystemSoundCompletion", referenced from:
      _playBeep in CDVNotification.o
  "_AudioServicesCreateSystemSoundID", referenced from:
      _playBeep in CDVNotification.o
  "_AudioServicesDisposeSystemSoundID", referenced from:
      _soundCompletionCallback in CDVNotification.o
  "_AudioServicesPlaySystemSound", referenced from:
      -[CDVVibration vibrate:] in CDVVibration.o
      _playBeep in CDVNotification.o
  "_AudioServicesRemoveSystemSoundCompletion", referenced from:
      _soundCompletionCallback in CDVNotification.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** BUILD FAILED **


The following build commands failed:
    Ld build/emulator/barcodeScanner.app/barcodeScanner normal i386
(1 failure)
Error: /Users/dipin/Projects/barcodeScanner/platforms/ios/cordova/build: Command failed with exit code 65
    at ChildProcess.whenDone (/usr/local/lib/node_modules/cordova/src/superspawn.js:112:23)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:735:16)
    at Process.ChildProcess._handle.onexit (child_process.js:802:5)
DIPINs-MacBook-Air:barcodeScanner dipinkumarkrishnan$ cordova -v
3.4.0-0.1.0

Bitte helfen Sie mir bei diesem Fehler. Android Build funktioniert gut für das gleiche Projekt.

Prost!

Antworten auf die Frage(1)

Ihre Antwort auf die Frage