macos-installer-builder icon indicating copy to clipboard operation
macos-installer-builder copied to clipboard

Nested .app Files Are Missed During Installation

Open pradeepjunglee opened this issue 6 months ago • 0 comments

Unity.app is packaged with Myapp.app, and I verified this using the pkgutil --expand-full Myapp-14.44.47+14.pkg app command. However, during installation, Unity.app is not found. Here are the relevant logs from install.log in Console.app:

project/backup/hzt_grs_client/poker_desktop/build/macos/Build/Products/Release/Myapp.app
2024-08-23 11:32:58+05:30 [MachineName] installd[72736]: PackageKit: Extracting file://localhost/Users/[User]/Documents/project/backup/bundling/macos-installer-builder/macOS-x64/target/pkg-signed/Myapp-macos-installer-x64-14.44.47%2B14.pkg#Myapp.pkg (destination=/Library/InstallerSandboxes/.PKInstallSandboxManager/CA64EAC1-22A7-421E-90ED-4904B606F81B.activeSandbox/Root/Applications, uid=0)
2024-08-23 11:33:04+05:30 [MachineName] installd[72736]: PackageKit: prevent user idle system sleep
2024-08-23 11:33:04+05:30 [MachineName] installd[72736]: PackageKit: suspending backupd
2024-08-23 11:33:04+05:30 [MachineName] installd[72736]: PackageKit: component Applications/Myapp/Myapp.app/Contents/Resources/unity.app missing or previously relocated
2024-08-23 11:33:05+05:30 [MachineName] installd[72736]: PackageKit: Using trashcan path /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/PKInstallSandboxTrash/CA64EAC1-22A7-421E-90ED-4904B606F81B.sandboxTrash for sandbox /Library/InstallerSandboxes/.PKInstallSandboxManager/CA64EAC1-22A7-421E-90ED-4904B606F81B.activeSandbox
2024-08-23 11:33:05+05:30 [MachineName] installd[72736]: PackageKit: Shoving /Library/InstallerSandboxes/.PKInstallSandboxManager/CA64EAC1-22A7-421E-90ED-4904B606F81B.activeSandbox/Root (2 items) to /
2024-08-23 11:33:05+05:30 [MachineName] install_monitor[72943]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
2024-08-23 11:33:07+05:30 [MachineName] installd[72736]: PackageKit: Writing receipt for org.Myapp.14.44.47+14 to /
2024-08-23 11:33:07+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftAVFoundation.dylib
2024-08-23 11:33:08+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftAppKit.dylib
2024-08-23 11:33:09+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftCore.dylib
2024-08-23 11:33:09+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftCoreAudio.dylib
2024-08-23 11:33:10+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftCoreData.dylib
2024-08-23 11:33:10+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftCoreFoundation.dylib
2024-08-23 11:33:10+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftCoreGraphics.dylib
2024-08-23 11:33:11+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftCoreImage.dylib
2024-08-23 11:33:11+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftCoreMedia.dylib
2024-08-23 11:33:11+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftDarwin.dylib
2024-08-23 11:33:12+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftDispatch.dylib
2024-08-23 11:33:12+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftFoundation.dylib
2024-08-23 11:33:13+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftIOKit.dylib
2024-08-23 11:33:13+05:30 [MachineName] installd[72736]: oahd translated /Applications/Myapp/Myapp.app/Contents/Frameworks/libswiftMetal.dylib

pradeepjunglee avatar Aug 23 '24 06:08 pradeepjunglee