Post

Replies

Boosts

Views

Activity

Reply to I'm unable to package an Unreal Engine game with productbuild: error: Can't write temporary package to
Quinn i confirm with pkgbuild the file is too large going to free some more space. After I did pkgbuild --identifier com.mycompany.appname --sign "3rd Party Mac Developer Installer: Team (ID)" --install-location /Applications --component /path/to/myapp.app /path/to/myapppkg.pkg reproduced a error: pkgbuild: error: Cannot write package to "/path/to/myapp.pkg". (The operation couldn’t be completed. File too large)
Dec ’22
Reply to I'm unable to package an Unreal Engine game with productbuild: error: Can't write temporary package to
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?
Dec ’22