Search results for

missing package product

51,063 results found

Post

Replies

Boosts

Views

Activity

Reply to Large files in PKGs woes
Ok I figured it out. I still haven't checked the AppStore process but at least all checks pass now It's MUCH more complex than product build, but product build itself is buggy. So. Prepare your .app with HUUUGE file (> 8Gb). Sign it correctly, do everything as usual! pkgbuild --identifier --large-payload --compression latest --min-os-version 12.4 --root .pkg Make the following 'Distribution' file MY com.XXX.pkg productbuild --sign Signer --distribution ./Distribution --package-path ~ Final.pkg Something like that Your package definitely will be 1) compressed fine 2) smaller 3) with super large file Feed the stuff to the Transporter. Don't forget to adjust Distribution with correct version, id's etc. Have fun! I certainly had it
Jun ’23
Swift package and git-lfs
Hi. I was wondering if anyone else has the same issue with Swift packages that include binary targets. Let's say that some static frameworks or resources are stored in git lfs, and they are a part of the Swift Package (binary targets). On the other side, in a project, you would like to add that package (or resolve it) through Xcode. By normal add swift package flow from the URL, a process fails with terminated(128). I did some digging, and here is what I get: Downloading X.a (715 KB) Error downloading object: X.a (2f7ae21): Smudge error: Error downloading X.a (2f7ae213e49b8b079b584b007d2cc0ab0fb0d581a64f8e4f800b1d2807a86f62): error transferring 2f7ae213e49b8b079b584b007d2cc0ab0fb0d581a64f8e4f800b1d2807a86f62: [0] remote missing object 2f7ae213e49b8b079b584b007d2cc0ab0fb0d581a64f8e4f800b1d2807a86f62 Errors logged to .../checkouts/X/.git/lfs/logs/20210323T161533.36114.log Use `git lfs logs last` to view the log. error: external filter 'git-lfs filter-process' failed
5
0
4.1k
Mar ’21
Reply to The archive did not include a dSYM
Easy Fix Locate the missing.framework in your Flutter app *Missing is the name of missing DSYM find ~/Library/Developer/Xcode/DerivedData -name missingframework | grep -v SourcePackages Generate the dSYM file manually xcrun dsymutil -o ~/Desktop/missing.framework.dSYM /path/to/found/missing.framework/missing Find your recent archive Go to Xcode > Window > Organizer Right-click on your most recent archive and select Show in Finder Right-click on the .xcarchive file and select Show Package Contents Navigate to dSYMs folder Copy the generated dSYM** Copy the generated Razorpay.framework.dSYM file from your Desktop Paste it into the dSYMs folder in your .xcarchive package Retry uploading or validating*
Mar ’25
Notarized package fails to run
I'm building a Unity application and attempting sign, package, and notarize the app for distribution outside of the App Store. I've joined the Developer Program, and created both Application and Installer Developer Certificates and installed them to Keychain. Using a command line build pipeline, I am able to use productbuild, productsign, and xcrun altool to generate my pkg and notarize it. Notarization is successful, and I receive Status: success and Status Message: Package Approved. Then I staple the notarization ticket to my package. However, when running the installer, I'm met with an error saying MyPackage.pkg can't be installed because its digital signature is not trusted. If I generate the same installer without notarizing it, I have no problem running it and it installs successfully if I alter my security settings to allow apps from unknown developers. Does anyone here have experience packaging Unity apps for Mac? What am I missing here...? All the
2
0
930
Jun ’21
Reply to Crash with Progress type, Swift 6, iOS 18
I've got the same basic project that I extracted to try to get a reproducer. I also setup unit tests with both Swift Testing and XCTest (we mostly see this issue in our test environment). Unfortunately, I have not been able to reproduce it outside of our codebase. Our code is in a Swift Package, so one thing that I haven't tried is breaking out this reproducible code into a package and making that package a dependency of an app. There is no practical difference I can identify between the code we have tried to reproduce the crash and our production code.
Topic: Programming Languages SubTopic: Swift Tags:
Oct ’24
Reply to Impossible to notarize my .pkg ? Product sign: error: Could not find appropriate signing identity for "Developer ID Installer: **** (******)"
Yes, with your command I find my certificate in valid identities but I can't, already, signed my package (the .pkg's file) with this certificate. How I can do this ? I used this command : productsign --sign Developer ID Installer: Name_of_developer_ID (Number_of_DeveloperID) name_uncertfied.pkg name_certified.pkg and I have this answer : Product sign: error: Could not find appropriate signing identity for Developer ID Installer: (**) Thanks for your help.
May ’21
Avoiding Plugin Execution in a Linked Swift Package During Top-Level Package Builds
I am working on an iOS project using Xcode 16.0 that leverages multiple Swift packages. Among these, I have a Shared Package that contains reusable code and is linked to several top-level feature packages (e.g., VideoPlayer, VideoEditor, etc.). The Shared Package includes a Swift Package Manager plugin for linting code standards, which is designed to execute during its own build process. However, when building a top-level package (e.g., VideoPlayer), the Shared Package is also built as part of the dependency graph. During this process, the linting plugin in the Shared Package is executed unnecessarily, even though the intent is to only build the Shared Package's code. This behavior results in a significant increase in build times for the top-level packages, as the linting plugin is executed every time the Shared Package is built indirectly. Key Details: Xcode Version: 16.0 Swift Package Manager: Used fo
0
0
84
Jul ’25
new package name, new account will this affect my old package name which is already on app store
I have lost key for android project so decided change the package for android. As i have changed the package name for android, change it for Apple as well. But i now i cant change id now. And i have decided to add a account under compnay name and then add package to it. If i already have a old version in another account, will this affect my new account and new app approval.
1
0
122
Nov ’15
Integrate Sticker Pack With Standard Product
May it be accomplished that an iMessage App may be packaged/integrated with a company's standard product in the Apple Store, such that on Product Version (X.Y.Z)+, the stickers are automatically installed with the mainstream offering?If the answer to the previous question is yes, would the combined package be subjected to new rules about the maximum bundle size?
3
0
782
Oct ’16
Reply to Failed to sign PKG Installer
It looks like you’ve notarised your app but not your installer package. That’s going to be a problem because Gatekeeper requires that installer packages be notarised. Rather than notarise twice, our general advice is that you notarise your outermost container; the resulting ticket will cover both your app and your installer package. For more on this, see Signing a Mac Product For Distribution. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: General Tags:
Oct ’21
Reply to SKStoreProductViewController
Thanks for the reply Rich.To make sure this works on production, we uploaded the production AppStore signed build to testflight this morning and we are still seeing this error.Are AppStore signed builds on test flight considered *real* production AppStore builds? Is there something that we might be missing?Thanks
Topic: App & System Services SubTopic: StoreKit Tags:
May ’16
Failed to notarize a "distribution" pkg
I believe that this is related to the post https://developer.apple.com/forums/thread/790880. I essentially have the same problem that they did. I submit my Distribution PKG for notarization but the notarization fails and when I attempt to install the PKG user the UI I get a External component packages (3) trustLevel=0 (trust evaluation failed; treating as invalid due to higher trust level for parent product archive) However if I install using sudo installer -verboseR -pkg ConcealDistribution.pkg -target / everything works as expected. The difference between me and the other post is that when I expand my PKG using pkgutil --expand I do not have a Resources folder within my top level distribution. Instead my structure looks like ConcealDistribution ├── Distribution ├── ConcealConnect.pkg ├── ConcealBrowse.pkg └── ConcealUpdate.pkg The specific notary service errors I receive are as follows { logFormatVersion: 1, jobId: 7e30e3fd-1739-497c-a02e-64fbe357221d, s
1
0
205
Oct ’25