Re: rangeOfString behaves wierd

2013-12-08 Thread Igor Elland
Are you taking into account that 见,≠, and 見 are composed character sequences, not individual unichars? On 09 Dec 2013, at 08:46, Gerriet M. Denkmann wrote: > In 10.9.0, Xcode 5.0.2 I added these lines to applicationDidFinishLaunching: > > NSString *a = @"见=見見";// 0x89c1 0x3d0

rangeOfString behaves wierd

2013-12-08 Thread Gerriet M. Denkmann
In 10.9.0, Xcode 5.0.2 I added these lines to applicationDidFinishLaunching: NSString *a = @"见=見見"; // 0x89c1 0x3d0xfa0a 0x898b NSString *b = @"见≠見"; // 0x89c1 0x2260 0x898b NSRange aRange = [ a rangeOfString: b ]; NSLog(@"%s \"%@\" (%lu shorts) occurs in \"%@\" (%lu s

Having lots problem with provision profile lately...

2013-12-08 Thread Yi Lin
I'm going to clear all identities and provisioning profile from developer portal, to set things up again from scratch, would doing so affect any of the apps (Mac and iOS) that I currently have selling in the store? ___ Cocoa-dev mailing list (Cocoa-dev@l

Toolbar problems

2013-12-08 Thread Rick Mann
I'm working on a custom version of UISplitView. I have two container views, one for the left content, and one for the right. I use a UINavigationBar at the top of the right side (outside that container view), and the left side contains a UINavigationController. This was all working fine. Both

Re: Dependency cycle for target "xxx.lib" detected: xxx.lib -> xxx.lib

2013-12-08 Thread Thomas Wetmore
On Dec 8, 2013, at 5:58 PM, Fritz Anderson wrote: > On 6 Dec 2013, at 5:39 AM, Thomas Wetmore wrote: > >> I'm using Xcode 4 and have a few static libraries that provide >> infrastructure for my applications. >> >> When I build the libraries I get the warning: "Dependency cycle for target >>

Re: NSStatusBar removeStatusItem on Mavericks

2013-12-08 Thread Kyle Sluder
On Dec 8, 2013, at 11:35 AM, Pax <45rpmli...@googlemail.com> wrote: > > Just a quickie - and it may be that I've found a small bug in Mavericks. My > app contains the following code: > > [[NSStatusBar systemStatusBar] removeStatusItem:statusItem]; > > This works perfectly on single monitor set

NSStatusBar removeStatusItem on Mavericks

2013-12-08 Thread Pax
Just a quickie - and it may be that I've found a small bug in Mavericks. My app contains the following code: [[NSStatusBar systemStatusBar] removeStatusItem:statusItem]; This works perfectly on single monitor setups, and on OS's older than Mavericks. On a multi-monitor Mavericks setup, though

Re: OS X : Different icon for Status Item

2013-12-08 Thread Jerry Krinock
Thank you, all. I definitely over-thought and over-searched this one! Jerry ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)list