Re: build errors
Re: build errors
- Subject: Re: build errors
- From: Robert DuToit <email@hidden>
- Date: Sun, 21 Oct 2012 19:20:53 -0400
Andreas,
I think I remember a similar thing happening but I now have only one apple id which seems to work.
Once you get the id thing straight you need to set up your code signing identity.
You go to ADC and then in the member center you go to the Developer certificate utility. It then guides you through getting your certificate which then downloads and should go right into your keychain. Then when you build you can select the identity (usually called something like "Mac 3rd party developer certificate yourcompanyname") and it should code sign the bundle. There can be some frustrating bits along the way, like the different id problem you are seeing. You can google that issue and I think there will be some answers - just can't remember what I did to fix that situation…
When you get through it the first time it then becomes quite simple. The Mac developer docs on code signing are quite good.
https://developer.apple.com/library/mac/#documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html
Then there is sandboxing. If, heaven forbid, you ever need that I can help - having won and lost a few battles with it.
Cheers, Rob
On Oct 21, 2012, at 7:59 AM, Andreas Kiel <email@hidden> wrote:
> Thanks Rob,
>
> I did that and it works.
> I still wonder how it works to code sign an app. I'm a paying Apple developer and during setup it asked me to create a new account based on my email address rather on the company name it had been before. So it seems things screw up during the whole installation as it asked me for a different account on iTunes and so on.
>
> Thanks
> Andreas
>
> On Oct 21, 2012, at 1:32 PM, Robert DuToit <email@hidden> wrote:
>
>> Hi Andreas,
>>
>> Just select "Don't code sign" in the pull down menu when you click on the code signing identity in the build settings (under category "code sign"). Unless of course you are code signing your app - then you would select your identity listed in Keychain access.
>>
>> Best, Rob
>>
>>
>>
>>
>>
>> On Oct 21, 2012, at 5:31 AM, Andreas Kiel <email@hidden> wrote:
>>
>>> Hi all,
>>>
>>> Finally I found the time to re-install ML and the actual Xcode (which never worked before).
>>>
>>> Using Shane's fantastic manual I gave it it a try again. I tried to build the first example which is pretty easy to understand cause I#m very familiar with bindings.
>>> But I always got a build error which has nothing to do with the bindings or the script itself:
>>> Code Sign error: The identity 'Mac Developer' doesn't match any valid, non-expired certificate/private key pair in your keychains
>>>
>>> Any ideas how to fix that?
>>>
>>> TIA
>>> Andreas
>>>
>>>
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> applescriptobjc-dev 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.
>> applescriptobjc-dev 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.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden