Can't neither run or debug my project
When trying to run or debug my project (xcode workspace actually with 2 projects in it), I get:
/Applications/AppCode-108.564.app/bin/simlauncher 4.2 run iphone /Users/eugene/Library/Developer/AppCode/DerivedData/Milestones-6f893c74/Build/Products/Debug-iphonesimulator /private/var/folders/01/01AyAyTsGhmxE6yMxeGLxU+++TI/-Tmp-/___3616629153849360644out /private/var/folders/01/01AyAyTsGhmxE6yMxeGLxU+++TI/-Tmp-/___1472884269766520907err
Session failed with error: Error Domain=DTiPhoneSimulatorErrorDomain Code=1 UserInfo=0x10041b6e0 "Unknown error.".
Process finished with exit code 1
Checked run configuration, seems to be correct.
Please sign in to leave a comment.
Please make sure the simulator is not already running (e.g. by Xcode) and quit it if it does.
Neither simulator or xcode isn't running.
What xcode versions are installed on your system?
What xcode version does AppCode run on (see Settings->Xcode)
Does the problem recur with a newly created simple project?
Is your code indeed located at Users/eugene/Library/Developer/AppCode/DerivedData/Milestones-6f893c74/Build/Products/Debug-iphonesimulator?
Please check in Activity Monitor, that there is no iOSSimulator/iPhoneSimulator-related processes are running.
> What xcode versions are installed on your system?
XCode Version 4.0.1,
> What xcode version does AppCode run on (see Settings->Xcode)
AppCode runs 4.0.1,
> Does the problem recur with a newly created simple project?
No.
> Is your code indeed located at Users/eugene/Library/Developer/AppCode/DerivedData/Milestones-6f893c74/Build/Products/Debug-iphonesimulator?
it contains
1) libSliproseCommunity.a (it's a lib compiled from one of two projects in my workspace)
2) usr (actually usr/local/include with some of my header files)
> Please check in Activity Monitor, that there is no iOSSimulator/iPhoneSimulator-related processes are running.
No such processes.
Could you please either attach the project or try recreate a sample project that has the same problem? You also can describe your workspace layout - that are the projects in it (type and names), and their relative locations.
Thanks.
Project is under NDA, sorry. I'll try to reproduce this issue with other one.