Erreur de lien Cordova lorsque Build Active Architecture Only est Non "le file a été créé pour l'archive qui n'est pas l'architecture liée (i386)"

J'utilise la dernière version de Cordova dans Mac Yosemite, en utilisant les outils de command line a fait ce qui suit

cordova créer xxxx com.xxxx xxxx

cd xxxx

plate-forme de cordova append ios

maintenant j'ouvre le file de projet xcode sous plate-forme et xcode 6 ouvre

Je vais ensuite à Construire le cadre -> Construire l'architecture active seulement -> Non

Maintenant, je cours l'application barebone cordova App et il jette un tas d'erreurs de liens

ld: warning: ignoring file /Users/joelasirvathamjesudoss/Library/Developer/Xcode/DerivedData/xxxx-ehdvqzsskcnwbncktgdnuqbbnloq/Build/Products/Debug-iphonesimulator/libCordova.a, file was built for archive which is not the architecture being linked (i386): /Users/joelasirvathamjesudoss/Library/Developer/Xcode/DerivedData/xxxx-ehdvqzsskcnwbncktgdnuqbbnloq/Build/Products/Debug-iphonesimulator/libCordova.a Undefined symbols for architecture i386: "_CDVLocalNotification", referenced from: -[AppDelegate application:didReceiveLocalNotification:] in AppDelegate.o "_CDVPluginHandleOpenURLNotification", referenced from: -[AppDelegate application:openURL:sourceApplication:annotation:] in AppDelegate.o "_CDVRemoteNotification", referenced from: -[AppDelegate application:didRegisterForRemoteNotificationsWithDeviceToken:] in AppDelegate.o "_CDVRemoteNotificationError", referenced from: -[AppDelegate application:didFailToRegisterForRemoteNotificationsWithError:] in AppDelegate.o "_OBJC_CLASS_$_CDVCommandDelegateImpl", referenced from: _OBJC_CLASS_$_MainCommandDelegate in MainViewController.o "_OBJC_CLASS_$_CDVCommandQueue", referenced from: _OBJC_CLASS_$_MainCommandQueue in MainViewController.o "_OBJC_CLASS_$_CDVViewController", referenced from: _OBJC_CLASS_$_MainViewController in MainViewController.o "_OBJC_METACLASS_$_CDVCommandDelegateImpl", referenced from: _OBJC_METACLASS_$_MainCommandDelegate in MainViewController.o "_OBJC_METACLASS_$_CDVCommandQueue", referenced from: _OBJC_METACLASS_$_MainCommandQueue in MainViewController.o "_OBJC_METACLASS_$_CDVViewController", referenced from: _OBJC_METACLASS_$_MainViewController in MainViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) 

Mais quand je change le paramètre de construction -> Construire l'architecture active seulement -> Oui tout fonctionne bien.

Maintenant, je sais tout en soumettant à App Store Build Active Architecture seulement devrait être Non.

Alors s'il vous plaît conseiller où je vais mal

Les parameters ressemblent à ce qui suit Paramètres pour les architectures Merci d'avance

Pouvez-vous s'il vous plaît confirmer que votre réglage ressemble à ceci?