Search results for

missing package product

51,817 results found

Post

Replies

Boosts

Views

Activity

Reply to APFS Encrypted Volume corruption during reboot (com.apple.DiskManagement.disenter error 49218)
Exact same issue! This is a TOTAL FAILURE on Apple’s part..the last straw for me. After using Apple products for my entire life, I’ve completely lost faith in them as a company. So many errors, inconsistencies, incompatibilities, redundancies, and outright confusion. And now I’ve got lost data that was important enough for me to encrypt..I’m done.
Topic: App & System Services SubTopic: Hardware Tags:
Jun ’21
Unable to expand package by the Application Loader
Hi,I want to upload our software to the Apple Store. Although it is not an easy task, I managed to fill all the required fields but I get stuck at uploading our software. When using the Application Loader in Xcode to upload our PKG (created by Packages, a program from Stephan Sudre) the following message appears:The package could not be unpacked because of the following error: Unable to expand package. Please make sure /Users/renedekruijf/Documents/BIMcollab ZOOM 1.0 r3.pkg is a valid installer package.I tried a number of things but I cannot find the reason why Application loader is unable to expand my package!Our program is freeware and you can download it from our own website at http://www.bimcollab.com/downloads/BIMcollab_ZOOM_1-0-7-30.dmgI appreciate it a lot if anyone can help me...Regs, René
0
0
552
Apr ’18
Are Swift Packages supported by String Catalogs?
Hello, do the String Catalogs (new in Xcode 15) support Swift Packages? I've tried adding a new Localizable.xcstrings (string catalog) file to my package's resources folder. Great! I then see this screen: All good so far. I then try to go and build my Swift Package... and nothing changes. The string catalog is never populated and I'm left with the same screen as above. So, do string catalogs not support packages at this time or am I doing something wrong? I was really hoping String Catalogs would work and save the day since Export Localizations also does not work for Swift packages that don't support macOS. 😔
9
0
5.9k
Jun ’23
Local Swift Package does not update in my project
in my xcode project, i created a new package by going through File > New > Package, just like they said in https://developer.apple.com/documentation/xcode/organizing-your-code-with-local-packages I have a package, but the problem is, whenever I made any changes in the package's source code, it never showed in the main project. I can import the package just fine, but the package does not show anything. no added apis, functions, nothing. Im using Xcode 26.0.1
0
0
56
Nov ’25
SPM Build tool not running when adding package to project
I have created a new project and added this Swift Package to it: https://github.com/laevandus/SwiftExampleToomasKit If I build the project it fails to compile the SPM Package saying MyGeneratedEnum is missing. This enum is generated by build tool attached to the plugin. If I open the Package.swift for the above repo and build, the enum gets generated and the framework compiles as it should. Any idea why the build tool is not executed when attaching the package to an iOS project ?
0
0
645
Mar ’23
Code signature validation of .pkg on 10.6
Is it possible to validate the code signature of an installer package (.pkg) on Mac OS X 10.6? I normally use spctl for that, but spctl seems to have been released with 10.7.(I'm _assuming_ 10.6 has a concept of a signed installer package, because when I open it, the UI is able to see the certificate and say that it's valid)
0
0
670
May ’18
Notarization has stopped working for .pkg files
Hi,Notarization of .pkg files has stopped working for me. Basically, the .pkg file is notarized but the contents are not. The notarization log shows the following response:{ logFormatVersion: 1, jobId: [jobId-edited], status: Accepted, statusSummary: Ready for distribution, statusCode: 0, archiveFilename: WiFiExplorerPro_2.3.pkg, uploadDate: 2019-10-25T22:34:38Z, sha256: [sha256-edited], ticketContents: [ { path: WiFiExplorerPro_2.3.pkg, digestAlgorithm: SHA-1, cdhash: [cdhash-edited] } ], issues: [ { severity: warning, code: null, path: WiFiExplorerPro_2.3.pkg, message: This archive is corrupt, and cannot be unpacked for analysis., docUrl: null, architecture: null } ] }The same packaging/notarization workflow was working for me two weeks ago but now it ends up with this error. Well, a warning, but the error comes later when trying to staple the .app inside the .pkg, since it wasn't notarized. As far as I know, nothing changed on my side, as I sai
12
0
2.5k
Oct ’19
Reply to How to I remove malicious software error ? Notarization does not work
Our general advice is that you sign everything from the inside out and then notarise the outermost container. So if you plan to distribute the installer package to your end users, that’s what you should notarise. OTOH, if you plan to put that installer package on a disk image and distribute that to your end users, you should notarise the disk image. For more specific advice, see Signing a Mac Product For Distribution - https://forums.developer.apple.com/thread/128166. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @apple.com
Topic: Code Signing SubTopic: Notarization Tags:
Jun ’20
Installer packages are failing to install on macOS26.1
Hi, We use Flat package installers (.pkg based installers) to install our applications on macOS. In macOS 26.1, installation is failing with the error Unable to use PK session due to incompatible packages. Terminating. 2025-11-03 14:22:36+05:30 Admin-3 installer[1160]: Install failed: The Installer could not install the software because there was no software found to install. Same installer package is working on macOS 26. Any help is greatly appreciated.
15
0
616
Nov ’25