site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rogers.com; s=s2048; t=1559096341; bh=0x9DAzVN085mC6CC+xsEiZlPLItaoC1yvwIlR1vMGx0=; h=Subject:Cc:References:From:Date:In-Reply-To:From:Subject; b=MMcHBhIdgRUfe522r428EtsAVhXsMeTNoxylrNJYsk9E/hKxdCEyL4Bzh/DFEBmk5+ogvlYXYvi1mHPwlbtEj4Rg9Wjy96cpYBIoXGThRMzcC3xlvBvpxQY9ezbt/Jez2J0czzTN/askRuxweurgqBC8JymbbLZkOULqG7WJWISIiF+/22LTjBoKmOpcX8CgfzLQCq8nJH0DBqlPNufGDTqI7sn0lcdrE4khbxPTHHdxHVk6L+XCg+/Tog3d/cy4GNeiidMIhZRE0QA8DB0GOCCtzbsiNo308edUzt+uEigRE+XUpLF2wx53VqiMjxeal0neelDQBjhGmKasLHR48Q== User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 On 5/28/19 9:26 PM, Richard Charles wrote: On May 28, 2019, at 3:43 PM, Leo via Cocoa-dev <cocoa-dev@lists.apple.com> wrote: -I recently contacted Apple again and they pointed me to some resource page that was created back in 2016. It briefly mentions a similar error - but still without any info on how to solve it: https://developer.apple.com/library/archive/technotes/tn2206/_index.html#//a... -A search on this error didn't produce anything useful. -The tar.gz file in question is an eSellerate licensing framework. As many people may know, it's been a popular licensing??platform for Mac software for over a decade. While I switched to a different licensing platform some time ago, I still have thousands of customers with eSellerate licenses (as I'm sure is the situation with many other Mac developers). As far as I understand, this whole situation has to do something with signing files inside tar.gz archives - on which I couldn't find any info either Looks to me like your eSellerate framework is signed with a version 1 signature. You need to resign the framework with a version 2 signature. --Richard Charles Thanks Richard, Can you please elaborate on this... Or am I missing something? I don't see any option in codesign to specify the signature version. Thanks, Leo _______________________________________________ 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)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com I'm on Xcode 10 and Mojave. As far as I understand, ever since Mavericks it's always version 2 signature.