رموز غير محددة للهندسة المعمارية 386 أثناء بناء كوردوفا 3.4 التطبيق

StackOverflow https://stackoverflow.com//questions/22012394

  •  21-12-2019
  •  | 
  •  

سؤال

أنا الحصول على خطأ بناء رموز غير محددة للهندسة المعمارية 386 على بلدي ماك عند بناء تطبيق كوردوفا.أنا باستخدام كوردوفا الإصدار 3.4 و كسكودي 5.0.2.

هنا هو لقطة من خصائص كسكودي مشروعي بناء إعدادات - > أبنية enter image description here

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

الرجاء مساعدتي مع هذا الخطأ.الروبوت بناء يعمل بشكل جيد لنفس المشروع.

نخبك!

هل كانت مفيدة؟

المحلول

ربما تكون مفقودا AudioToolbox.framework.أضف هذا إلى مرحلة البناء المستهدفة وحاول مرة أخرى.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top