So I have a backup with the app already with rpath setup I signed again each dylib then I signed with codesign -f -v -s "Apple Distribution: Rui Oliveira (2LQ42S86QX)" --entitlements "entitlements.plist" --options runtime --timestamp "my app.app" and got this output message myapp.app: signed app bundle with Mach-O thin (x86_64) [com.mycompany.appname]
then I did again productbuild --sign "3rd Party Mac Developer Installer: Team (ID)" --component myapp.app /Applications app.pkg
and output error complete is :
productbuild: error: Can't write temporary package to "/var/folders/f9/509z5hw118v4p5yv2h2s3m3w0000gn/T/TemporaryItems/NSIRD_productbuild_DY4Oll/com.mycompany.myapp.pkg" (Cannot write package to "/var/folders/f9/509z5hw118v4p5yv2h2s3m3w0000gn/T/TemporaryItems/NSIRD_productbuild_DY4Oll/com.mycompany.myapp.pkg".).
Could it be a permission problem in temp folders?
Topic:
Code Signing
SubTopic:
General
Tags: