Sabreur’s errata for Step into Xcode

Pages: 1-50 51-100 101-150 151-200 201-250 251-300 301-350 351-400 401-450

page 9 Figure 1.7, build would have a Debug directory with HelloWorld
page 14 Command Line Utility subitem Standard Tool
page 14 Editor button initially gives "No Editor"
page 18 Run Executable
page 19 error is highlighted in red on the screen [now blue?]
page 27 The red highlight indicating [now blue?]
page 27 Variable pane or Variables pane? [compare p. 348 and index]
page 28 Look in the Variable pane [Variables?]
page 28 nScanned lines in the Variable pane
page 49 Delete /Linear from the path, and click OK. [Finish]
page 49 Linrg.xcodeproj appeared under Linear, not Resources group
page 50 Had to drag Linrg from Resources/Linrg.xcodeproj to Copy Bundle Resources.
page 50 Select New File... from the File menu
top
page 64 Select Show Inspector from the Tools menu.
page 65 right edge of the window
page 65 MyDocument and FirstResponder come first
page 73 MyDocument was already selected
page 73 File's Owner's window was already connected to Window
page 79 page 82 Needs #import "Regression.h"
page 83 when the document is destroyed. [period, not colon]
page 85 Product Name property is $(EXECUTABLE_NAME)
page 85 defaults this string to com.yourcompany.Linear
page 86 In this case, Binary
page 86 a single file, so we leave this unchecked. [was checked]
page 94 In Fig. 8.2, MainMenu.nib had different font from Fig. 8.1
page 95 Save As PList... [see Fig. 8.4]
page 96 Click the Classes tab in the MainMenu.nib window.
page 96 colon was added automatically
page 97 Fig. 8.3 First_Responder twice
page 98 Save As PList...
top
page 109 TextString = "<$(Tag) />"; %$
page 125 nm build/Debug/libRegression.a
page 125 build/Debug/libRegression.a(libRegression.o):
page 126 otool -av build/Debug/libRegression.a
page 137 Must applications specify CFBundleDisplayName?
page 137 Must applications specify LSHasLocalizedDisplayName?
page 138 which when one is set one to 1 restricts
page 138 Must applications specify NSAppleScriptEnabled?
page 141 @class DataPoint; not needed
page 143 there was no English.lproj subdirectory
page 144 Figure 11.1 should also show Regression target
page 144 Rename Graph, the new class that appears ... to LinearGraph
page 147 the pointer to the delegate object was already added
page 150 and choosing Empty File in Project
top
page 158 Move #import "DataPoint.h" above #pragma and add dot column
page 171 "PrivateHeaders" not "Private Headers"
page 175 Before Build and Debug, comment out -computeFromLibrary
page 182 The address ranges overlap
page 187 ocvs checkout: Updating CVSROOT
page 194 remove the dependency on libRegression and Linrg
page 194 LinearGraph.h & .m wound up in Linear.xcodeproj!
page 196 Xcode may have an absolute reference to it
page 200 Mac OS X Deployment Target already Mac OS X 10.2
page 200 line of Build table does not become bold
top
page 202 The build still warns after fixing use of setAllowedFileTypes:
page 205 we write one line at the end of MyDocument.m:
page 206 return to MyDocument.m
page 211 with a name like Jaguar-1-0 [like Panther earlier, p. 197]
page 215 struct LinearBinaryFmt [remove ary]
page 218 after Release made active, not GCC 3.0 [I forget what this meant]
page 218 Linrg was still in Debug (~Release). Copy Bundle Resources looking for it fails.
page 221 tag for Panther-1-0
page 221 Update To
page 221 enter Panther-1-0
page 222 Name the data model file LinearData.xcdatamodel
page 228 countOfDataPoints?
page 232 loadDataRepresentation:ofType:
page 232 beginning of -windowControllerWillLoadNib is new but not bold
page 234 The ModelController NSObjectController [remove underlined]
page 234 The NSTableColumns are bound to the
page 239 Bind it to the DataPoints
page 240 From CD, Chapter_15/3/ nested functions error
page 240 Make a suggestion earlier to save a .linear file to try opening now
page 241 to DataSource→selection→reportedData
page 241 to DS Points→arrangedObjects→x [note that y is OK]
page 242 set up object ccontrollers that focus
page 246 This is most easily done by opening the Target Info window
page 248 With this much done... [my note says: "run it anyway then mdimport works". I don't remember what this means.]
top
page 263 What about Paste and Match Style?
page 268 Move Minimize before Zoom
page 269 Where is All/Tous used?
page 270 Open the fr-localized [compare p. 267]
page 270 Select the fr-localized
page 271 Figure 17.2, select the Arguments tab.
page 274 Launch Using Performance Tool
page 275 Figure 17.4. and closing a document ["don't bother to save" above]
page 280 placed in the Default subdirectory [mine built Release]
page 288 Set a bookmark by pressing command-D
page 290 and select Open counterparts in same editor
page 295 Run Script, to put arbitrary UNIX
page 295 the Run Script phase is the only way
page 297 Figure 18.7, New Smart Group [remove Select]
page 298 Can move smart group to top of list [Xcode 2.2]
page 298 Find Symbol Name In Project
top
page 303 After first paragraph of SCM Results my note asks why "No Editor"
page 311 Did not need to drag either column left. They were both already left.
page 313 On Errors or Warnings
page 314 Then control click the toolbar widget
page 320 Target Info window or the Build panel of the Project Info window.
page 321 cd build/Release/Linear.app/Contents/MacOS
page 321 The first four symbols with A's are only in the Debug version
page 322 The five symbols listed are not in Release
page 326 Build ResourceManager Resources phase
page 329 Figure 20.3, with output files: should use parens, not braces; this seems to have caused many references to be added to my project file in the Files list and also in the Target.
page 329 named in the DERIVED_FILES_DIR variable
page 329 The build system is supposed... [works with parens, not braces]
page 330 New Run Script Build Phase
page 342 and Default, which makes no changes [where is Default?]
page 345 Add Symbolic Breakpoint
page 346 Select no, debug, or profile [can't find ColorSync_*]
page 346 Debug→Tools→Expressions...
top
page 353 Need to select Log in pop-up. Log/Speak now radio buttons.
page 359 "Program received signal: 'EXC_BAD_ACCESS'."
page 368 Rebuild Code Sense Index [in the General tab]
page 372 name is "copyrightWindow" [see page 370]
page 372 mention character after "set shellScript to" is typed option return
page 373 {|ORGANIZATIONNAME|:"__MyCompanyName__"}
page 374 window "copyrightWindow"
page 380 Compiler complained about IsQuoted being a nested function.
page 389 I do not have graphviz so I used ctags-5.5.4.tar.gz
page 389 I could not drag the project directory of ctags into Xcode
page 389 By not using a drag, .xcodeproj was not added
page 392 View→Reveal in Group Tree
page 393 Now select Run Executable from the toolbar
page 394 button next to the Executable path: field
page 394 Select Build and Debug Executable from the toolbar.
page 396 Debug→Launch Using Performance Tool→Shark.
page 397 where the PC was found in 38.1 percent of the samples.
top
page 404 make sure that Include in index is checked.
page 408 of which only one, project.pbxproj [project in same font]
page 408 could not find USE_SEPARATE_HEADERMAPS documentation
page 408 could not find USE_HEADERMAP documentation
page 409 could not find Make Layout Default
page 412 Found pressing the Escape key selects the outermost container
page 425 symbolslinks or symbolic links?
page 425 DERIVED_FILE_DIR default should end with MyApp.build
page 426 VALID_ARCHS default should be in quotes
page 426 GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS
page 427 What is in default HEADER_SEARCH_PATHS?
page 427 USE_HEADERMAP, If set to NO. [also can't find documentation]
page 427 USE_SEPARATE_HEADERMAPS [font of U]
page 428 USE_SEPARATE_HEADERMAPS [can't find documentation]
page 428 DEPLOYMENT_POSTPROCESSING [why is default YES?]
page 428 INSTALL_PATH [no default found]
page 429 LIBRARY_STYLE is deprecated
page 430 Figure B.2 should have Configuration: pop-up [no s]
page 434 Does cross-development include processor?
top