Search results for

missing package product

51,080 results found

Post

Replies

Boosts

Views

Activity

Swift Package Registry support in Xcode
I know that Xcode doesn't have explicit support in the UI for Package Registries yet, but can use packages referenced by ID if the registry is set up through the CLI. I also see that xcodebuild has support for SCM to registry transformation (resolving and downloading packages through a registry, even if the packages are referenced using their Github URLs) through command line arguments like -defaultPackageRegistryURL and -packageDependencySCMToRegistryTransformation. Is there any way to achieve the same thing in Xcode itself?
1
0
649
Aug ’24
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
.app is alright but .pkg file can't be uploaded.
macOS 10.15.5 Pycharm 2019.3.4 PyQt 5.14.0 Before packaging into .app, I installed certificates and bundled Add ID...everything was normal and .app run correctly. Then I tried to generate a .pkg file: productbuild --product path/to/info.plist --component path/of/My.app /Applications path/to/save/My.pkg things went weird. Transporter says it Failed to get App Bundle ID, while Application Loader 3.7.2 says The Info.plist indicates a Mac app, but submitting an ipa. Whai should I try to fix this? Since PyQt5 is getting popular for Mac Developers, I guess at least my issues will help others. Thank you everybody!!!!!
1
0
418
Jul ’20
Frameworks Info.plist is missing plist key after archive
After upgrading from Xcode 14 to Xcode 15, when archiving a version for upload to the store, the validation stage fails, giving the following errors (on each framework): The bundle 'Payload/{my_app_name.app}/Frameworks/Alamofire.framework' is missing plist key. The Info.plist file is missing the required key: CFBundleShortVersionString. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring (ID: 899a35e6-14fa-4145-b366-b4497123375a) When I open the archive file by clicking on 'Show package content', I can see a 'CFBundleShortVersionString' for each framework in the dSYMs folder. When I open the folder 'Products->Applications->{AppName} and then click on 'Show package content' I'm seeing the 'Framework' folder with the binaries inside. Any idea on what can be the problem and how to fix it?
13
0
9.4k
Sep ’23
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
550
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.8k
Jun ’23
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
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
635
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
668
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