Re: dispatch_once documentation not showing

2015-04-06 Thread Carl Hoefs
Yes, the documentation appears in the RHS if I click on the #undef dispatch_once line, but not on the #define dispatch_once _dispatch_once line. Okay, … whatever works. I thought it was just me. Thx! -Carl On Apr 6, 2015, at 8:33 AM, Alex Zavatone z...@mac.com wrote: Yeah, it appears to be

Re: Launch images for a iOS7/8 project doesn't shown

2015-04-06 Thread Alex Zavatone
The nib/xib file is an XML file. You could try editing it outside of Xcode. I've also replied to you offlist if you need a hand in a few hours. Cheers, Alex Zavatone On Apr 6, 2015, at 2:53 PM, Jonathan Chacón Barbero wrote: El 6/4/2015, a las 18:27, David Duncan david.dun...@apple.com

Re: Launch images for a iOS7/8 project doesn't shown

2015-04-06 Thread Jonathan Chacón Barbero
El 6/4/2015, a las 18:27, David Duncan david.dun...@apple.com escribió: Projects created with Xcode 6 (and the iOS 8 SDK) come with a LaunchScreen nib that is used for the launch image when running on iOS 8. Is there any way to edit that nib file without InterfaceBuilder? I have got the

Re: Fixing a build path after renaming a project

2015-04-06 Thread Steve Mills
On Apr 6, 2015, at 15:53:35, Lobron, David dlob...@akamai.com wrote: I recently had a rename an XCode project. I followed a suggested on StackOverflow to hover-highlight the project name, and got a drop-down menu that let me change various items from the old name to the new one. This all

Re: Fixing a build path after renaming a project

2015-04-06 Thread Quincey Morris
On Apr 6, 2015, at 13:53 , Lobron, David dlob...@akamai.com wrote: I looked at all of the path-related build settings, and I can't find any where the old loadreporter name is referenced. Does anybody know which setting I need to tweak in order to get my code compiled and linked in the new

Re: Fixing a build path after renaming a project

2015-04-06 Thread Lobron, David
Can we assume that you did a Clean to try to fix this? If not, try that. If so, have you tried quitting Xcode? Some things in Xcode seem to be cached and only a quit will reset them. Yes, I tried both, but the problem persisted. I also tried deleting the files in

Re: Fixing a build path after renaming a project

2015-04-06 Thread Quincey Morris
On Apr 6, 2015, at 14:43 , Lobron, David dlob...@akamai.com wrote: I quit XCode and deleted the file, but when I reopened the project, the problem persisted. You could try deleting the whole directory under your name (or at least moving it aside temporarily). There is one other location in

Re: Fixing a build path after renaming a project

2015-04-06 Thread Quincey Morris
On Apr 6, 2015, at 14:20 , Lobron, David dlob...@akamai.com wrote: The only option I see there is Derived Data Location, which I have set to Default. I tried clicking Advanced, but the menu there also has XCode Default chosen. Well it was a good theory until you ruined it with facts. ;) I

Re: dispatch_once documentation not showing

2015-04-06 Thread Fritz Anderson
On 2 Apr 2015, at 2:07 PM, Carl Hoefs newsli...@autonomy.caltech.edu wrote: I can't get Xcode 6.2 to reveal documentation about dispatch_once in the RHS side panel. All it refers me to is once.h, which has no usefull information. I have to bring up the main Xcode documentation window and type

Re: dispatch_once documentation not showing

2015-04-06 Thread Steve Mills
On Apr 2, 2015, at 14:07:10, Carl Hoefs newsli...@autonomy.caltech.edu wrote: I can't get Xcode 6.2 to reveal documentation about dispatch_once in the RHS side panel. All it refers me to is once.h, which has no usefull information. I have to bring up the main Xcode documentation window and

Launch images for a iOS7/8 project doesn't shown

2015-04-06 Thread Jonathan Chacón Barbero
Hello everybody, I am trying to show a custom launch image in my iOS7 and 8 project for iPhone and iPad but the launch images are shown only in iOS7. In iOS8 no launch images appear. I am use xCode 6.2 but the project was created using xCode 6.1. I cannot use asset catalog because the

Re: Launch images for a iOS7/8 project doesn't shown

2015-04-06 Thread David Duncan
On Apr 6, 2015, at 8:08 AM, Jonathan Chacón Barbero tyflos2...@gmail.com wrote: Hello everybody, I am trying to show a custom launch image in my iOS7 and 8 project for iPhone and iPad but the launch images are shown only in iOS7. In iOS8 no launch images appear. I am use xCode 6.2