Re: Xcode-users Digest, Vol 8, Issue 397
Re: Xcode-users Digest, Vol 8, Issue 397
- Subject: Re: Xcode-users Digest, Vol 8, Issue 397
- From: Celeste Suliin Burris <email@hidden>
- Date: Fri, 14 Oct 2011 16:48:56 -0700
- Thread-topic: Xcode-users Digest, Vol 8, Issue 397
Recently my purse was stolen, and I changed a group of passwords,
including my AppleID.
Today I went to get the new version of Xcode from the Developer site, and
it won't recognize my AppleID password, although it works fine in the
AppStore, (both on my iPad and iMac) and iTunes.
Does anyone
On 10/14/11 12:09 PM, "email@hidden"
<email@hidden> wrote:
>Send Xcode-users mailing list submissions to
> email@hidden
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.apple.com/mailman/listinfo/xcode-users
>or, via email, send a message with subject or body 'help' to
> email@hidden
>
>You can reach the person managing the list at
> email@hidden
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Xcode-users digest..."
>
>
>Today's Topics:
>
> 1. Re: Xcode 4.2 updater (David Rowland)
> 2. Re: Strange Crash on a 10.5 32bits Intel Mac (Wade Tregaskis)
> 3. Re: Strange Crash on a 10.5 32bits Intel Mac (Laurent Daudelin)
> 4. Any way to get debugger variable values to line up? (Rick Mann)
> 5. Any way to change the color of changed values in Xc4
> debugger? (Rick Mann)
> 6. Re: Unit testing C code (Conrad Taylor)
> 7. Re: Xcode 4.2 app store update, no iOS5 documentation.
> (David Frantz)
> 8. Re: CoreRecipes in Xcode4 ? (Michael Babin)
> 9. Re: Any way to change the color of changed values in Xc4
> debugger? (Joar Wingfors)
> 10. Re: Any way to get debugger variable values to line up?
> (Joar Wingfors)
> 11. Re: CoreRecipes in Xcode4 ? (Koen van der Drift)
> 12. Re: Xcode 4.2 (Lion) iOS5 GM seed documentation issue
> (Matt Neuburg)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 13 Oct 2011 17:18:30 -0700
>From: David Rowland <email@hidden>
>Subject: Re: Xcode 4.2 updater
>To: Bjoern Knafla <email@hidden>
>Cc: XCode Users List <email@hidden>
>Message-ID: <email@hidden>
>Content-Type: text/plain; charset=us-ascii
>
>Bless you, that worked. Xcode is back at level 4.2, and it can
>communicate with my devices.
>
>David
>
>
>On Oct 13, 2011, at 4:48 PM, Bjoern Knafla wrote:
>
>> The Mac AppStore download of Xcode doesn't install Xcode directly but
>>places a "Install Xcode" app in the application directory of your boot
>>drive. As long as that install app is present as long the Mac AppStore
>>deems Xcode installed.
>>
>>
>>
>>
>> On 14.10.2011, at 01:40, lowell <email@hidden> wrote:
>>
>>> If you just need _any_ version of Xcode for tonight, you can go to
>>>http://connect.apple.com and search for Xcode. They've got the last
>>>eight years of Xcode releases there, the most recent of which is Xcode
>>>4.1 for Lion.
>>>
>>>
>>>https://developer.apple.com/downloads/download.action?path=Developer_Too
>>>ls/xcode_4.1_for_lion/xcode_4.1_for_lion.dmg
>>>
>>> --lowell
>>>
>>> On Oct 13, 2011, at 4:26 PM, David Rowland wrote:
>>>
>>>> Agreed, but now things are worse. I decided to uninstall devtools and
>>>>download Xcode 4.2 again. The uninstall appears to have worked, but
>>>>when I go to the App Store it says Xcode4 is installed and won't let
>>>>me re-download it. This is a stinking problem because I am teaching a
>>>>class tonight and need Xcode to demonstrate.
>>>>
>>>> Doesn't Apple provide a way to force a new download?
>>>>
>>>> David
>>>>
>>>>
>>>>
>>>> On Oct 13, 2011, at 4:06 PM, Joar Wingfors wrote:
>>>>
>>>>>
>>>>> On 13 okt 2011, at 15:26, David Rowland wrote:
>>>>>
>>>>>> Anyone recognize this problem?
>>>>>
>>>>>
>>>>> Without more information than "something about an internal logic
>>>>>error" it's really difficult to say...
>>>>>
>>>>> j o a r
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Xcode-users mailing list (email@hidden)
>>>> Help/Unsubscribe/Update your Subscription:
>>>>
>>>> This email sent to email@hidden
>>>
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Xcode-users mailing list (email@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>>knafla.de
>>>
>>> This email sent to email@hidden
>>>
>
>
>
>------------------------------
>
>Message: 2
>Date: Fri, 14 Oct 2011 00:13:31 -0400
>From: Wade Tregaskis <email@hidden>
>Subject: Re: Strange Crash on a 10.5 32bits Intel Mac
>To: Laurent Daudelin <email@hidden>
>Cc: xcode-users Users <email@hidden>
>Message-ID: <email@hidden>
>Content-Type: text/plain; CHARSET=US-ASCII
>
>> 0 libSystem.B.dylib 0x00007fff81af8d4e
>>small_free_list_remove_ptr + 169
>> 1 libSystem.B.dylib 0x00007fff81af5911 szone_free +
>>2477
>> 2 com.apple.CoreGraphics 0x00007fff81da1530
>>CGPDFTextStringRelease + 41
>> 3 com.apple.PDFKit 0x000000010069ad5b
>>-[PDFPage(PDFPageInternal) loadTextChars] + 3365
>> 4 com.apple.PDFKit 0x0000000100697493 -[PDFPage
>>string] + 99
>> 5 com.apple.PDFKit 0x0000000100691d15 -[PDFDocument
>>string] + 165
>
>Crashes in szone_free typically imply corruption of the malloc metadata,
>perhaps as a result of a use-after-free or array under/over-flow.
>
>The first port of call is to run your app with Guard Malloc enabled.
>With a bit of luck, that'll move the crash to the point at which the
>memory is being corrupted.
>
>That said, given this is in the PDF code, which is notoriously a bit
>buggy, and only occurs on Leopard implies that even if you do find the
>issue this way, the error may be in the system frameworks.
>
>
>------------------------------
>
>Message: 3
>Date: Thu, 13 Oct 2011 22:13:22 -0700
>From: Laurent Daudelin <email@hidden>
>Subject: Re: Strange Crash on a 10.5 32bits Intel Mac
>To: Wade Tregaskis <email@hidden>
>Cc: xcode-users Users <email@hidden>
>Message-ID: <email@hidden>
>Content-Type: text/plain; charset=us-ascii
>
>
>On Oct 13, 2011, at 21:13, Wade Tregaskis wrote:
>
>>> 0 libSystem.B.dylib 0x00007fff81af8d4e
>>>small_free_list_remove_ptr + 169
>>> 1 libSystem.B.dylib 0x00007fff81af5911 szone_free +
>>>2477
>>> 2 com.apple.CoreGraphics 0x00007fff81da1530
>>>CGPDFTextStringRelease + 41
>>> 3 com.apple.PDFKit 0x000000010069ad5b
>>>-[PDFPage(PDFPageInternal) loadTextChars] + 3365
>>> 4 com.apple.PDFKit 0x0000000100697493 -[PDFPage
>>>string] + 99
>>> 5 com.apple.PDFKit 0x0000000100691d15 -[PDFDocument
>>>string] + 165
>>
>> Crashes in szone_free typically imply corruption of the malloc
>>metadata, perhaps as a result of a use-after-free or array
>>under/over-flow.
>>
>> The first port of call is to run your app with Guard Malloc enabled.
>>With a bit of luck, that'll move the crash to the point at which the
>>memory is being corrupted.
>>
>> That said, given this is in the PDF code, which is notoriously a bit
>>buggy, and only occurs on Leopard implies that even if you do find the
>>issue this way, the error may be in the system frameworks.
>
>Thanks, Wade. I'll try Guard Malloc tomorrow and see what it tells me.
>
>-Laurent.
>--
>Laurent Daudelin
>AIM/iChat/Skype:LaurentDaudelin http://www.nemesys-soft.com/
>Logiciels Nemesys Software email@hidden
>
>
>
>------------------------------
>
>Message: 4
>Date: Fri, 14 Oct 2011 01:43:06 -0700
>From: Rick Mann <email@hidden>
>Subject: Any way to get debugger variable values to line up?
>To: Xcode Users <email@hidden>
>Message-ID: <email@hidden>
>Content-Type: text/plain; charset=us-ascii
>
>In Xc3, variable names, types, and values each have their own columns,
>making it easy to scan down the list of types or values to find the one
>you want (sometimes that's better than finding the variable name.
>
>In Vc4, they're all raggedly rendered.
>
>Is there any way to set Xc4 to show them in columns?
>
>--
>Rick
>
>
>
>------------------------------
>
>Message: 5
>Date: Fri, 14 Oct 2011 01:47:50 -0700
>From: Rick Mann <email@hidden>
>Subject: Any way to change the color of changed values in Xc4
> debugger?
>To: Xcode Users <email@hidden>
>Message-ID: <email@hidden>
>Content-Type: text/plain; charset=us-ascii
>
>By default, Xcode 4.2 changes the color of a debugger variable's value,
>when it changes, to blue. I can't distinguish this very well, especially
>with the lack of alignment of values in columns. Can I change that color
>back to red like it was in Xcode 3?
>
>--
>Rick
>
>
>
>------------------------------
>
>Message: 6
>Date: Fri, 14 Oct 2011 02:29:51 -0700
>From: Conrad Taylor <email@hidden>
>Subject: Re: Unit testing C code
>To: email@hidden
>Message-ID:
> <CAPLkmzm+cfFb2-MBMK29qwpiFnv8JACSuq=zh6SoDF-c=email@hidden>
>Content-Type: text/plain; charset="iso-8859-1"
>
>On Thu, Oct 13, 2011 at 12:22 PM, Thomas Davie <email@hidden>
>wrote:
>
>> Hi Everyone,
>>
>> I'm starting work on a new library that uses C only, I'd like to have
>>unit
>> tests that integrate nicely with Xcode. Obviously I can use the
>>standard
>> SenTestingKit stuff, but that seems to bring in an unnecessary
>>dependency on
>> objective-c if I wanted to carry on development on another platform.
>>
>> What tools are available for testing using only C code?
>>
>> Thanks
>>
>> Tom Davie
>>
>> if (*ra4 != 0xffc78948) { return false; }
>>
>>
>>
>Tom, you can give the following a try:
>
>http://cunit.sourceforge.net/
>
>Also, you can find a bigger list for C here:
>
>http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C
>
>Good luck,
>
>-Conrad
>
>
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Xcode-users mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>>
>>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL:
>http://lists.apple.com/pipermail/xcode-users/attachments/20111014/25f669cc
>/attachment.html
>
>------------------------------
>
>Message: 7
>Date: Fri, 14 Oct 2011 07:54:57 -0400
>From: David Frantz <email@hidden>
>Subject: Re: Xcode 4.2 app store update, no iOS5 documentation.
>To: Ronald Hayden <email@hidden>
>Cc: XCode Users List <email@hidden>
>Message-ID: <email@hidden>
>Content-Type: text/plain; charset=utf-8
>
>Ok I'm an idiot. In between updating the iPhone iPad and a Mac with
>the latest OS's and apps I at some point forgot to run the actual XCode
>installer. I did that last night. Hopefully I did not screw anything
>else up while half awake!!
>
>I actually went to the documentation pane the other night but was to far
>gone after struggling with update activations to think straight.
>Embarrassing yes.
>
>Sent from Dave's iPad!
>
>On Oct 13, 2011, at 6:34 PM, Ronald Hayden <email@hidden> wrote:
>
>> Go to Preferences->Documentation pane and see what it shows for the iOS
>>doc set thereâ¦you can also force an update there.
>>
>> -- Ron
>>
>> On Oct 13, 2011, at 3:31 PM, David Frantz wrote:
>>
>>> The subject says it all. I just installed XCode 4.2 from the app
>>>store late yesterday and I'm wondering where my iOS 5 documentation is.
>>> I'm not absolutely sure but it doesn't look like any documents are
>>>getting updated.
>>>
>>> Any suggestions?
>>>
>>>
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Xcode-users mailing list (email@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>> This email sent to email@hidden
>>
>
>
>------------------------------
>
>Message: 8
>Date: Fri, 14 Oct 2011 07:32:37 -0500
>From: Michael Babin <email@hidden>
>Subject: Re: CoreRecipes in Xcode4 ?
>To: Koen van der Drift <email@hidden>
>Cc: xcode-Users List <email@hidden>
>Message-ID: <email@hidden>
>Content-Type: text/plain; charset=us-ascii
>
>On Oct 11, 2011, at 10:23 PM, Koen van der Drift wrote:
>
>> How can I open the CoreRecipes sample project in Xcode 4? The project
>>seems to be of an older version. With Xcode3 I get the option to update
>>the project, but then the save as dialog screen freezes.
>
>I was able to use Xcode 3 to successfully convert one of the projects
>(Hands-On Examples, Example 2 - Building a Core Data Command Line Tool,
>CoreRecipesTool-Begin) to a newer version (I didn't try any of the
>others). Using Xcode 3.2.6 on Snow Leopard. The resulting converted
>project could be successfully opened and built using Xcode 4 (4.0.2, Snow
>Leopard), although I did have to add the Foundation framework to get it
>to build successfully.
>
>
>
>------------------------------
>
>Message: 9
>Date: Fri, 14 Oct 2011 07:53:11 -0700
>From: Joar Wingfors <email@hidden>
>Subject: Re: Any way to change the color of changed values in Xc4
> debugger?
>To: XCode Users <email@hidden>
>Message-ID: <email@hidden>
>Content-Type: text/plain; charset=us-ascii
>
>
>On 14 okt 2011, at 01:47, Rick Mann wrote:
>
>> By default, Xcode 4.2 changes the color of a debugger variable's value,
>>when it changes, to blue. I can't distinguish this very well, especially
>>with the lack of alignment of values in columns. Can I change that color
>>back to red like it was in Xcode 3?
>
>
>Not that I know. Please file an enhancement request!
>
>Best,
>
>j o a r
>
>
>
>
>------------------------------
>
>Message: 10
>Date: Fri, 14 Oct 2011 07:53:14 -0700
>From: Joar Wingfors <email@hidden>
>Subject: Re: Any way to get debugger variable values to line up?
>To: Rick Mann <email@hidden>
>Cc: Xcode Users <email@hidden>
>Message-ID: <email@hidden>
>Content-Type: text/plain; charset=us-ascii
>
>
>On 14 okt 2011, at 01:43, Rick Mann wrote:
>
>> In Xc3, variable names, types, and values each have their own columns,
>>making it easy to scan down the list of types or values to find the one
>>you want (sometimes that's better than finding the variable name.
>>
>> In Vc4, they're all raggedly rendered.
>>
>> Is there any way to set Xc4 to show them in columns?
>
>
>That's not currently possible. Please file an enhancement request!
>
>Best,
>
>j o a r
>
>
>
>
>------------------------------
>
>Message: 11
>Date: Fri, 14 Oct 2011 12:37:31 -0400
>From: Koen van der Drift <email@hidden>
>Subject: Re: CoreRecipes in Xcode4 ?
>To: Michael Babin <email@hidden>
>Cc: xcode-Users List <email@hidden>
>Message-ID:
> <CAF8z=email@hidden>
>Content-Type: text/plain; charset=UTF-8
>
>In a few weeks I'll have access to a system with SL and Xcode 3 and
>will try it again.
>
>- Koen.
>
>
>On Fri, Oct 14, 2011 at 8:32 AM, Michael Babin <email@hidden>
>wrote:
>> On Oct 11, 2011, at 10:23 PM, Koen van der Drift wrote:
>>
>>> How can I open the CoreRecipes sample project in Xcode 4? Â The
>>>project seems to be of an older version. Â With Xcode3 I get the option
>>>to update the project, but then the save as dialog screen freezes.
>>
>> I was able to use Xcode 3 to successfully convert one of the projects
>>(Hands-On Examples, Example 2 - Building a Core Data Command Line Tool,
>>CoreRecipesTool-Begin) to a newer version (I didn't try any of the
>>others). Using Xcode 3.2.6 on Snow Leopard. The resulting converted
>>project could be successfully opened and built using Xcode 4 (4.0.2,
>>Snow Leopard), although I did have to add the Foundation framework to
>>get it to build successfully.
>>
>>
>
>
>------------------------------
>
>Message: 12
>Date: Fri, 14 Oct 2011 09:59:22 -0700
>From: Matt Neuburg <email@hidden>
>Subject: Re: Xcode 4.2 (Lion) iOS5 GM seed documentation issue
>To: Matt Neuburg <email@hidden>
>Cc: email@hidden
>Message-ID: <email@hidden>
>Content-Type: text/plain; charset=us-ascii
>
>More about this - it seems to be a permissions problem. Take, for
>example, the page located at:
>
>file:///Library/Developer/Documentation/DocSets/com.apple.adc.documentatio
>n.AppleiOS4_3.iOSLibrary.docset/Contents/Resources/Documents/navigation/in
>dex.html
>
>When I try to type into filter bar in this page, I get the error below. I
>can't "unlock" the page. The permissions on this page are:
>
>-rwxr-xr-x@ 1 _devdocs _devdocs 13614 Jul 19 15:28 index.html
>
>Well, there you do. This fellow _devdocs has write permission, but I am
>not _devdocs so I *don't* have write permission.
>
>Are these permissions wrong? If so, what should they be? If you're not
>having this kind of problem, could you peek into your docsets and see
>what the permissions are? Thx - m.
>
>
>On Thu, 13 Oct 2011 12:42:55 -0700, Matt Neuburg <email@hidden> said:
>>Jens Alfke said (on Oct 06 2011):
>>
>>> On Oct 5, 2011, at 3:48 PM, John Michael Zorko wrote:
>>>
>>> > "index.html" is locked for editing and you may not be able to save
>>>your changes. Do you want to unlock it?"
>>>
>
>--
>matt neuburg, phd = email@hidden, <http://www.apeth.net/matt/>
>A fool + a tool + an autorelease pool = cool!
>Programming iOS 4!
>http://www.apeth.net/matt/default.html#iosbook
>
>------------------------------
>
>_______________________________________________
>Xcode-users mailing list
>email@hidden
>http://lists.apple.com/mailman/listinfo/xcode-users
>
>End of Xcode-users Digest, Vol 8, Issue 397
>*******************************************
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden