Re: Xcode-users Digest, Vol 10, Issue 147
Re: Xcode-users Digest, Vol 10, Issue 147
- Subject: Re: Xcode-users Digest, Vol 10, Issue 147
- From: Steven Fransen <email@hidden>
- Date: Thu, 16 May 2013 22:03:39 +0000
- Thread-topic: Xcode-users Digest, Vol 10, Issue 147
There is no refresh of the developer or Distribution vert for signing you have to create new one each time.
there is no email telling you have expired. You just have to check it .
I create just one developer vert and share it all with all developer at my company that way there is less work of dealing with expired vert and having to update all the provision profiles and cert for each developer
adding or removing the developer. There is enough work without this extra noise to have to deal with.
Steven Fransen
On May 16, 2013, at 12:00 PM, email@hidden wrote:
> Send Xcode-users mailing list submissions to
> email@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://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 showing Products in red (Michael Babin)
> 2. Re: Xcode showing Products in red (Alex Zavatone)
> 3. Debugger doesn't stop at break points (David Fitterman)
> 4. Re: Debugger doesn't stop at break points (Mills, Steve)
> 5. Re: Debugger doesn't stop at break points (David Fitterman)
> 6. Odd issue with expiring iPhone developer certs (Alex Zavatone)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 16 May 2013 07:04:26 -0400
> From: Michael Babin <email@hidden>
> To: Trygve Inda <email@hidden>
> Cc: email@hidden
> Subject: Re: Xcode showing Products in red
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> On May 14, 2013, at 2:27 AM, Trygve Inda <email@hidden> wrote:
>
>> I have an Xcode 4 project that has two targets:
>>
>> MyApp Retail
>> MyApp App Store
>>
>> The real output names of both targets are "MyApp" so to avoid name
>> collisions I have set the "Build Products Path" to:
>>
>> build/Retail
>>
>> And
>>
>> build/AppStore
>>
>> This works except after a successful build, the .app still appears in the
>> Xcode list in red.
>>
>> Ideas?
>
> When you select the red .app in the Project Navigator (I assume in the Products group?), what does the File Inspector show for the Full Path? That might at least show where the disconnect occurs, if there is one. From a quick check, it doesn't look like you can customize the path for that item using the File Inspector itself.
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 16 May 2013 07:50:35 -0400
> From: Alex Zavatone <email@hidden>
> To: Michael Babin <email@hidden>
> Cc: email@hidden
> Subject: Re: Xcode showing Products in red
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> Random guess here. Is the build directory write protected?
>
> Do you have privs to that directory?
>
> On May 16, 2013, at 7:04 AM, Michael Babin wrote:
>
>> On May 14, 2013, at 2:27 AM, Trygve Inda <email@hidden> wrote:
>>
>>> I have an Xcode 4 project that has two targets:
>>>
>>> MyApp Retail
>>> MyApp App Store
>>>
>>> The real output names of both targets are "MyApp" so to avoid name
>>> collisions I have set the "Build Products Path" to:
>>>
>>> build/Retail
>>>
>>> And
>>>
>>> build/AppStore
>>>
>>> This works except after a successful build, the .app still appears in the
>>> Xcode list in red.
>>>
>>> Ideas?
>>
>> When you select the red .app in the Project Navigator (I assume in the Products group?), what does the File Inspector show for the Full Path? That might at least show where the disconnect occurs, if there is one. From a quick check, it doesn't look like you can customize the path for that item using the File Inspector itself.
>>
>>
>> _______________________________________________
>> 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: 3
> Date: Thu, 16 May 2013 14:03:25 -0400
> From: David Fitterman <email@hidden>
> To: email@hidden
> Subject: Debugger doesn't stop at break points
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> I am writing a C++ command line function. I have set a break point in main() where I a call a function.
> The debugger will stop at this break. There is another break point set in the called function.
> The debugger does not stop at this or other break points in the called function.
>
> I have tried using StepIn at the main() break point and I can then step into the function and step line
> by line through it, however, using run once inside the function will not stop at subsequent breaks points
> in the function.
>
> Any ideas on what I might be doing wrong?
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 16 May 2013 18:09:31 +0000
> From: "Mills, Steve" <email@hidden>
> To: xcode-users <email@hidden>
> Subject: Re: Debugger doesn't stop at break points
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> On May 16, 2013, at 13:05, "David Fitterman" <email@hidden> wrote:
>
>> I am writing a C++ command line function. I have set a break point in main() where I a call a function.
>> The debugger will stop at this break. There is another break point set in the called function.
>> The debugger does not stop at this or other break points in the called function.
>>
>> I have tried using StepIn at the main() break point and I can then step into the function and step line
>> by line through it, however, using run once inside the function will not stop at subsequent breaks points
>> in the function.
>>
>> Any ideas on what I might be doing wrong?
>
> Try setting the debugger to GDB if it's set to LLDB. Make sure you aren't trying to debug a release build and optimizations are off, etc.
>
> I also run into situations where disabled breakpoints will cause enabled breakpoints to not stop.
>
> Steve via iPad
>
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 16 May 2013 14:31:31 -0400
> From: David Fitterman <email@hidden>
> To: "email@hidden" <email@hidden>
> Subject: Re: Debugger doesn't stop at break points
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset="utf-8"
>
>> Try setting the debugger to GDB if it's set to LLDB. Make sure you aren't trying to debug a release build and optimizations are off, etc.
>>
>> I also run into situations where disabled breakpoints will cause enabled breakpoints to not stop.
> Changing the debugger worked. Thanks!
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.apple.com/archives/xcode-users/attachments/20130516/1dfef675/attachment.html>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 16 May 2013 14:35:42 -0400
> From: Alex Zavatone <email@hidden>
> To: "email@hidden list" <email@hidden>
> Subject: Odd issue with expiring iPhone developer certs
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> FYI, I'm the Admin of one Enterprise iOS account and the Agent of my personal.
>
> In Xcode 4.6.1, I just tried to build an app to an iPod Touch under iOS 6.x.
>
> Surprisingly, I got build errors stating there were code signing errors. Looking at my app's code signing, I reapplied the proper dev and dist provisioning profiles and tried another build just to see the same errors.
>
> Looking in the Organizer for our team member list, I see that I'm no longer part of it when I click on the Provisioning Profiles, or the Teams entry.
>
> In the Provisioning Portal on developer.apple.com, I'm still in the team, bot looking at my developer cert using Keychain Access, I see that it expired last Friday.
>
> OK. That explains why I can't build, but here are some questions.
>
> 1. Shouldn't we be getting emails that state if our dev cert is about to expire? I got none.
> 2. Refreshing or reissuing the cert. This places the developer with the "you can't develop" condition and provides no pointer to "and here's how you fix it".
> Does anyone know where I can go to refresh the cert? Is that even possible?
> Do I have to issue a brand new one? And if I do, this implies that all provisioning profiles need to be recreated again.
> What's the process here?
>
> 3. Has anyone else here run into this situation?
>
> Oddly, I'm OK to use our distro profiles, but all the dev profiles are registering "Valid signing identity not found".
>
> Nice (sarcasm) little surprises like this are of more than a little concern, since if this happens to me, it will happen to every other team member when they least expect it and we'll have to spend/waste time fixing it.
>
> I see no facility in the Xcode to address this issue, or on the new Provisioning Portal.
>
> Some insight would be greatly appreciated.
>
> Cheers,
> - Alex Zavatone
>
>
> ------------------------------
>
> _______________________________________________
> Xcode-users mailing list
> email@hidden
> https://lists.apple.com/mailman/listinfo/xcode-users
>
> End of Xcode-users Digest, Vol 10, Issue 147
> ********************************************
_______________________________________________
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