Hi everyone, we are working on a project where we have to make an application for mobile phone, precisely for iPhone 4s. the project was started the last year (May 2014 more or less )using the last updated version of Mac OS X, iOS sdk, titanium and Xcode in that moment.Our job now is to improve some part of the application code,always for the iPhone4s. the problem that we have is that, by using the last version of Mac OS X, iOS sdk ,titanium and Xcode 6.2 ,etc and running it we have the following error :
( "idea" is the name of our project )
[ERROR] : 2015-04-01 13:56:02.695 xcodebuild[45052:507] [MT] iPhoneSimulator: SimVerifier returned: Error Domain=NSPOSIXErrorDomain Code=53 "Simulator verification failed." UserInfo=0x7fb4554cee40 {NSLocalizedFailureReason=A connection to the simulator verification service could not be established., NSLocalizedRecoverySuggestion=Ensure that Xcode.app is installed on a volume with ownership enabled., NSLocalizedDescription=Simulator verification failed.} [ERROR] : ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/idea.build/Debug-iphonesimulator/idea-universal.build/Objects-normal/i386/idea normal i386 [ERROR] : (1 failure)
more detail about our system :
Operating System Name = Mac OS X Version = 10.9.5 Architecture = 64bit,
# CPUs = 4 Memory = 17179869184,
Node.js Version = 0.10.35, npm Version = 1.4.28, xcode 6.2, Titanium CLI Version = 3.4.2, Titanium SDK Version = 3.5.1.GA, Target Platform = iphone
does anyone have an idea about what can be the problem? thks in advance!