|
Freshly made Apple Developer and Distribution certs certs not trusted.
Has anyone run in to this? I just made brand new “Apple” distro and dev certs and both appear to be not trusted because “no root certificate found”.
The issuer name is Apple Worldwide
Has anyone run in to this? I just made brand new “Apple” distro and dev certs and both appear to be not trusted because “no root certificate found”.
The issuer name is Apple Worldwide
|
By
Alex Zavatone
·
#1367
·
|
|
Re: Provisioning Profile Manager
Alex;
Thanks for the info. With Provisioning Profiles starting to be important for Mac development, utilities of this sort are becoming useful for us Mac types as well.
Jack
Alex;
Thanks for the info. With Provisioning Profiles starting to be important for Mac development, utilities of this sort are becoming useful for us Mac types as well.
Jack
|
By
Jack Brindle
·
#1366
·
|
|
Provisioning Profile Manager
I’m not sure where I came across this, but remembering a discussion we had about either certs or provisioning profiles, I thought I’d share this tool with the group.
Provisioning Profile
I’m not sure where I came across this, but remembering a discussion we had about either certs or provisioning profiles, I thought I’d share this tool with the group.
Provisioning Profile
|
By
Alex Zavatone
·
#1365
·
|
|
Re: Problem with IB in Xcode 12.4
Thanks for that & to Dave for pointing out that the commands are still there under "Navigation". I'm having to use the "4-squares" (what do you call it?) menu, but my fingers are conditioned to hit
Thanks for that & to Dave for pointing out that the commands are still there under "Navigation". I'm having to use the "4-squares" (what do you call it?) menu, but my fingers are conditioned to hit
|
By
Sak Wathanasin
·
#1364
·
|
|
Re: Problem with IB in Xcode 12.4
On the top left side of the middle section of the Xcode window there is an icon that consists of four squares. Click on it and you will find the counterparts item you seek, along with quite a few
On the top left side of the middle section of the Xcode window there is an icon that consists of four squares. Click on it and you will find the counterparts item you seek, along with quite a few
|
By
Jack Brindle
·
#1363
·
|
|
Re: Problem with IB in Xcode 12.4
I didn't check the first one, but for the second one, that still works for me with Objective-C. It's in the Navigate menu (not the File menu) - Jump to Previous Counterpart and Jump to Next
I didn't check the first one, but for the second one, that still works for me with Objective-C. It's in the Navigate menu (not the File menu) - Jump to Previous Counterpart and Jump to Next
|
By
davelist@...
·
#1362
·
|
|
Re: Problem with IB in Xcode 12.4
Does command control up or down work after a successful build? I’ve seen it being really flakey recently but haven’t bothered to try and narrow it down as to what causes it.
Does command control up or down work after a successful build? I’ve seen it being really flakey recently but haven’t bothered to try and narrow it down as to what causes it.
|
By
Alex Zavatone
·
#1361
·
|
|
Problem with IB in Xcode 12.4
In XC 12.4, control-dragging from a widget in an XIB to a .m file to create an action or to a .h to create an outlet no lnger seems to work. It pops up some error. Works in 12.3 though. Did I imagine
In XC 12.4, control-dragging from a widget in an XIB to a .m file to create an action or to a .h to create an outlet no lnger seems to work. It pops up some error. Works in 12.3 though. Did I imagine
|
By
Sak Wathanasin
·
#1360
·
|
|
Question about Push notification server new cert
I’m running a push notification server for our app. It’s working fine. I came across this notice:
https://developer.apple.com/news/?id=7gx0a2lp
and I’m confused where these new certs
I’m running a push notification server for our app. It’s working fine. I came across this notice:
https://developer.apple.com/news/?id=7gx0a2lp
and I’m confused where these new certs
|
By
Owen Hartnett
·
#1359
·
|
|
Re: Problems with exporting an archived app
About Xcode caches and various files, I can recommend DevCleaner (for free on the Mac Store, I’m not affiliated in any way, I’m just an happy user). It makes easier to remove files than manually
About Xcode caches and various files, I can recommend DevCleaner (for free on the Mac Store, I’m not affiliated in any way, I’m just an happy user). It makes easier to remove files than manually
|
By
Giacomo Tufano
·
#1358
·
|
|
Re: Problems with exporting an archived app
Hi Alex,
That's all helpful stuff. I had a look and there was a little I could remove, but not a huge amount, after the delete/reinstall dance with Xcode yesterday. I use Grand Perspective to see
Hi Alex,
That's all helpful stuff. I had a look and there was a little I could remove, but not a huge amount, after the delete/reinstall dance with Xcode yesterday. I use Grand Perspective to see
|
By
John Brownie
·
#1357
·
|
|
Re: Problems with exporting an archived app
James Walker wrote on 12/2/21 01:11:
Yes, that's the one. I sent a bug report along with the archive that exhibits the bug, so hopefully it will move along!
John
--
John Brownie
Mussau-Emira
James Walker wrote on 12/2/21 01:11:
Yes, that's the one. I sent a bug report along with the archive that exhibits the bug, so hopefully it will move along!
John
--
John Brownie
Mussau-Emira
|
By
John Brownie
·
#1356
·
|
|
Re: Code Signing
I can parallelize it - I just have to rewrite my scripts to do so and haven't gotten to it yet.
- Jon
I can parallelize it - I just have to rewrite my scripts to do so and haven't gotten to it yet.
- Jon
|
By
Jon Gotow
·
#1355
·
|
|
Re: Code Signing
Must they all happen serially, or can you parallelize this?
Must they all happen serially, or can you parallelize this?
|
By
Alex Zavatone
·
#1354
·
|
|
Re: Code Signing
Thanks, good to know someone made such a tool.
I do have my own utilities that automate the entire process as I release updates often (albeit not 28 in one day!)
Leo
Thanks, good to know someone made such a tool.
I do have my own utilities that automate the entire process as I release updates often (albeit not 28 in one day!)
Leo
|
By
Leo
·
#1353
·
|
|
Re: Code Signing
If I'm bundling it in my app, I already am.
--
Shane Stanley <sstanley@...>
<www.macosxautomation.com/applescript/apps/>, <latenightsw.com>
If I'm bundling it in my app, I already am.
--
Shane Stanley <sstanley@...>
<www.macosxautomation.com/applescript/apps/>, <latenightsw.com>
|
By
Shane Stanley
·
#1352
·
|
|
Re: Code Signing
I would disagree. There are very specific circumstances where the embedded code must be signed by the original developer. Anything that is shared falls into this category. If you re-sign a shared
I would disagree. There are very specific circumstances where the embedded code must be signed by the original developer. Anything that is shared falls into this category. If you re-sign a shared
|
By
Jack Brindle
·
#1351
·
|
|
Re: Code Signing
Agreed - as I wait for 28 separate disk images to notarize (they're TTS Voice installers for a client).
Take a look at this tool for a all-in-one command
Agreed - as I wait for 28 separate disk images to notarize (they're TTS Voice installers for a client).
Take a look at this tool for a all-in-one command
|
By
Jon Gotow
·
#1350
·
|
|
Re: Code Signing
Which is what you generally want. The code in the bundle should all be signed with the same identity.
--
Shane Stanley <sstanley@...>
<www.macosxautomation.com/applescript/apps/>,
Which is what you generally want. The code in the bundle should all be signed with the same identity.
--
Shane Stanley <sstanley@...>
<www.macosxautomation.com/applescript/apps/>,
|
By
Shane Stanley
·
#1349
·
|
|
Re: Code Signing
I agree totally regarding the notarization.
It's a cumbersome, archaic, convoluted, ridiculous process unbecoming of Apple at all.
It was concocted by people who clearly didn't care about developers
I agree totally regarding the notarization.
It's a cumbersome, archaic, convoluted, ridiculous process unbecoming of Apple at all.
It was concocted by people who clearly didn't care about developers
|
By
Leo
·
#1348
·
|