I have build errors (whenever I try to run cmd "cordova build ios" or "cordova run ios"), the following errors are dumps from "cordova build ios -d".
Here in the error log I: http://pastebin.com/WdN7YGBt
A shorter version below.
I tried changing the “Build Active Architecture Only” - by installing “YES” in the CordovaLib-XCODEProject project (someone said that it solved the problem) without any success. Can someone help me in this case?
--------- Error log ---------
ld: 110 repeated characters for i386 architecture clang: error: linker command did not work with exit code 1 (use -v to call the call)
** BUILD FAILED **
The following build commands could not be executed: Ld / private / var / root / fearnley_2 / platforms / ios / build / emulator / fearnley_2.app / fearnley_2 normal i386
(1 failure)
child_process.spawn (/ var / root / fearnley_2 / platform / ios / cordova / build, []) = 65 Error: An error occurred while creating the ios project. ** BUILD FAILED **
The following build commands could not be executed: Check dependencies (1 failure) ** BUILD FAILED **
The following build commands failed to execute: Ld / private / var / root / fearnley_2 / platforms / ios / build / emulator / fearnley_2.app / fearnley_2 normal i386 (1 failure)
at ChildProcess.<anonymous> (/usr/local/lib/node_modules/cordova/src/compile.js:65:22)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Socket.<anonymous> (child_process.js:956:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:466:12)
Erlend-PC: fearnley_2 root #
source
share