I'm learning C++ at at Uni, part time, and I'm using Xcode 3.2.2 at home on my Mac.
I'm working through some basic example, and my code runs fine when I click buiild & go, but if I then change the code (to do the next example, etc), and click build & go again, I get the following error:
"Internal Error
File: /SourceCache/DevToolsBase/DevToolsBase-1648/XcodeFoundation/Logging/XCActivityLogMessage.m
Line: 120
Object: <XCBuildLogWarningMessage:0x2005a6300>
Method: _setSupersection:
section was already set to <XCBuildLogCommandInvocationSection:0x201031bc0:43:title='Compile /Volumes/USB STICK/Dropbox/UWS/Introduction To Programming/Practice Code/C++ From The Ground Up/2_MyProg/main.cpp'>; expected it to be nil"
Screenshot:
http://yfrog.com/jqscreenshot20100427at121p
I tried completely removing Xcode and reinstalling, didn't help.
Thanks!
I'm working through some basic example, and my code runs fine when I click buiild & go, but if I then change the code (to do the next example, etc), and click build & go again, I get the following error:
"Internal Error
File: /SourceCache/DevToolsBase/DevToolsBase-1648/XcodeFoundation/Logging/XCActivityLogMessage.m
Line: 120
Object: <XCBuildLogWarningMessage:0x2005a6300>
Method: _setSupersection:
section was already set to <XCBuildLogCommandInvocationSection:0x201031bc0:43:title='Compile /Volumes/USB STICK/Dropbox/UWS/Introduction To Programming/Practice Code/C++ From The Ground Up/2_MyProg/main.cpp'>; expected it to be nil"
Screenshot:
http://yfrog.com/jqscreenshot20100427at121p
I tried completely removing Xcode and reinstalling, didn't help.
Thanks!