Profile_bird

Hey there! xctotd is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving xctotd's tweets.

Already using Twitter
from your phone? Click here.

xctotd

  1. @chrisdewane: Xcode 3.2.1, released today, fixes that.
  2. @JivaDeVoe: No. iPhone OS has gone 2.0, 2.1, 2.1.1, 3.0, 3.1, 3.1.1, 3.1.2 while Xcode has gone 3.1, 3.1.[1234], 3.2, and now 3.2.1.
  3. @boredzo #XCTOTD Xcode 3.2.1 has now been posted as a standalone download for Snow Leopard, with no iPhone SDKs, at http://connect.apple.com
  4. @elfredpagan : Yes.
  5. @tewha: Learn the Zoom Editor In/Zoom Editor Out key binding: ⇧⌘E
  6. #XCTOTD: iPhone OS SDK 3.1.2 is posted for download in the iPhone Dev Center. Includes Xcode 3.2.1 with numerous bug fixes.
  7. @benmcdowell Or just choose Reindent from the Edit menu.
  8. @asterfr : Actually, rectangular selection is available in Xcode and most other apps that use NSTextView. Hold down Option key. #XCTOTD
  9. @iterex: Go Back in Xcode 3.2 does that.
  10. #XCTOTD If you like Xcode's auto-}-insertion but occasionally want a naked {, make a user script to echo -n "{" and assign a keybinding
  11. @Bagelturf: Mac OS X system libs use 4-byte wchars. If you build your whole app with 2-byte it won't link with std libs.
  12. #XCTOTD: Debug and Profile libraries for Mac OS X 10.6 have just been posted to http://connect.apple.com in the Downloads section
  13. Make a source file with all your const wchar_t * str = L"Hello, World"; defn's and add "-fshort-wchar" to Get Info > Build on that one file.
  14. @rudyrichter: Sadly, no.
  15. #XCTOTD: For a Run Script build phase, Get Info and uncheck the "Show Environment Variables in build log" checkbox to make logs less chatty
  16. #XCTOTD: If the message bubble says "2" or "3" or something, there are several messages stacked on that line; click the digit to expand them
  17. @jennjolley: Not true; you can develop for Mac PPC using Xcode 3.1.x on Leopard. iPhone and Snow Leopard are Intel only.
  18. @johnnyfranks67: Because you probably want #import <Cocoa/Cocoa.h> -- unless you're building for iPhone, where you want UIKit instead.
  19. @anydiem: The G&F view is free-form so you can arrange however you wish, including File > Sort > By Name if you want.
  20. #XCTOTD: Where did all the Xcode 3.x project templates go? Look at the checkboxes and popup menu below the icons. Pick variations from there