Error when compiling Xcode 9.2 project

I'm new to XCode and I have the following problem, any ideas?


When I execute this command in the terminal, I get the following error:


cd ~/Documents/Projects/AC_Trabajadores/Java6/Login;security list-keychains -s ~/Library/Keychains/login.keychain;security unlock-keychain -p <password> ~/Library/Keychains/login.keychain;/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -scheme "Login" -destination "generic/platform=iOS" -configuration Debug clean build SYMROOT=\$PWD/build 2>&1

-bash: password: No such file or directory

Build settings from command line:

SYMROOT = $PWD/build


2017-12-13 17:31:52.086 xcodebuild[1095:67650] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 496. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.

2017-12-13 17:31:52.089 xcodebuild[1095:67650] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 496. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.

2017-12-13 17:31:52.090 xcodebuild[1095:67650] Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character / at line 1" UserInfo={NSDebugDescription=Unexpected character / at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Missing ';' on line 496" UserInfo={NSDebugDescription=Missing ';' on line 496}}

xcodebuild: error: Unable to read project 'Login.xcodeproj'.

Reason: Project /Users/sensei/Documents/Projects/AC_Trabajadores/Java6/Login/Login.xcodeproj cannot be opened because the project file cannot be parsed.