Search results for

“missing package product”

52,933 results found

Post

Replies

Boosts

Views

Activity

Using On Demand Resources with Swift Packages
Hi! I am wondering if there is a way to enable resources from a Swift Package to be stored with the ODR system? I have tried moving my asset catalogs to a Swift Package and while my tags for each asset were intact, the assets disappeared from the Resource Tags tab in the Project Settings. Is there any other way to make them work? I would love to be able to move these asset catalogs to a package to make the project more modular and this is a blocker for me at the moment.
1
0
1.3k
Jun ’22
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
Missing Metadata
The incomplete app indication is a yellow clock icon labeled “Missing Metadata.” That label is so vague and doesn’t provide any guidance on what’s actually required. It would be very helpful if the indicator specified which metadata is missing, so the App Store Connect user can understand what still needs to be configured.
0
0
61
Jan ’26
Verifying signature of pkg with xar and Security.framework
We verify the signature of our install pkg files using a combination of xar calls and the crypto functions in Security framework. This has worked fine for a long time, using the productsign utility on macOS 10.11 (with Xcode 7 or 8, SDK 10.11 I think).Now we are updating our build environment to Mojave, Xcode 10, and the 10.14 SDK. The pkg files that are signed in this environment no longer pass verification using our working code. This same code (built in the new Mojave/Xcode10/SDK10..14 env) can still verify the older pkg files. But files signed with the new productsign can't be verified with our code whether that code is built in our old or new env. Of course, pkgutil shows that all the pkg sigs are valid.So... what changed in the new tools that would somehow create a non-verifiable signature? Is there any documentation on how pkg files are signed? Any docs on an Apple-sanctioned method for verifying pkg signatures programmatically? I'm happy to explain
2
0
2.5k
Jan ’19
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
Package platforms not working
I am writing a package in Swift using Xcode 16.1 (swift-tools-version: 6.0) and am trying to use features that became available in later versions of macOS and iOS. The following line naturally causes a compiler error when compiling against 'My Mac': let match = test-string.firstMatch(of: /-(.+)/)! 'firstMatch(of:)' is only available in macOS 13.0 or newer I can of course fix this by using @available(macOS 13.0, *), but there are dozens of methods and I would prefer to use the platforms property in the Package file like this: platforms: [ .macOS(.v10_13), .iOS(.v16) ], However for reason that are not clear, this does not work and the compiler errors remain. I have tried cleaning, removing derived data etc. What I am doing wrong?
2
0
483
Dec ’24
singing pkg. and submission using transporter
I spend days figuring out the proper steps to make it work. Can anyone give hints? Using xcode's Manage Certificate I'm creating a Mac Installer Distribution certificate but while I run the command security find-identity -p codesigning -v I see nothing. However, if I create any other certificate I can see it using that command. Due to the problem with cert generation I receive an error in Transporter : The product archive package's signature is invalid. Ensure that it is signed with your 3rd Party Mac Developer Installer certificate I already deleted all and recreated it using xcode, and also created using https://developer.apple.com/account/resources/certificates/list and downloaded it. What should I do?
1
0
574
Mar ’23
Developer Forums Post: PKG Signing Failure
productsign Command Appears to Succeed but Package has No Valid Signature Category: Security, macOS, Code Signing Question: productsign command, when signing a PKG created with productbuild, appears to succeed with a success message (Wrote signed product archive to ...) but spctl verification results in rejected, source=no usable signature, indicating that the signature was not actually applied. Details: Goal: To sign a distribution package created with productbuild using a Developer ID Installer certificate. Certificate Used: Developer ID Installer: [Company Name] ([Team ID]) This certificate was issued by Previous Sub-CA and is not the latest G2 Sub-CA recommended by Apple. We cannot create a new G2 Sub-CA certificate as we have reached the limit of 5. productsign Command: productsign --sign Developer ID Installer: [Company Name] ([Team ID]) [input.pkg] [output.pkg] productsign Output: Wrote signed product archive to [output.pkg] (Appears as a success message). s
1
0
474
Aug ’25
This package is incompatible with this version of macOS.
When i try to install applications in my macbook pro it shows me this and m using macOS Catalina (Version 10.15.6) This package is incompatible with this version of macOS. Please Help Thank You! (:
Replies
0
Boosts
0
Views
906
Activity
Aug ’20
Using On Demand Resources with Swift Packages
Hi! I am wondering if there is a way to enable resources from a Swift Package to be stored with the ODR system? I have tried moving my asset catalogs to a Swift Package and while my tags for each asset were intact, the assets disappeared from the Resource Tags tab in the Project Settings. Is there any other way to make them work? I would love to be able to move these asset catalogs to a package to make the project more modular and this is a blocker for me at the moment.
Replies
1
Boosts
0
Views
1.3k
Activity
Jun ’22
Get the current directory when the PKG program runs
My program is packaged with the package program. I want to get the current directory of the current PKG package file when PKG installs.
Replies
2
Boosts
0
Views
422
Activity
Oct ’21
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:
Replies
Boosts
Views
Activity
Jun ’20
Missing Metadata
The incomplete app indication is a yellow clock icon labeled “Missing Metadata.” That label is so vague and doesn’t provide any guidance on what’s actually required. It would be very helpful if the indicator specified which metadata is missing, so the App Store Connect user can understand what still needs to be configured.
Replies
0
Boosts
0
Views
61
Activity
Jan ’26
Verifying signature of pkg with xar and Security.framework
We verify the signature of our install pkg files using a combination of xar calls and the crypto functions in Security framework. This has worked fine for a long time, using the productsign utility on macOS 10.11 (with Xcode 7 or 8, SDK 10.11 I think).Now we are updating our build environment to Mojave, Xcode 10, and the 10.14 SDK. The pkg files that are signed in this environment no longer pass verification using our working code. This same code (built in the new Mojave/Xcode10/SDK10..14 env) can still verify the older pkg files. But files signed with the new productsign can't be verified with our code whether that code is built in our old or new env. Of course, pkgutil shows that all the pkg sigs are valid.So... what changed in the new tools that would somehow create a non-verifiable signature? Is there any documentation on how pkg files are signed? Any docs on an Apple-sanctioned method for verifying pkg signatures programmatically? I'm happy to explain
Replies
2
Boosts
0
Views
2.5k
Activity
Jan ’19
Reply to Create In-App Purchase fails with "Only alphanumeric characters allowed" validation error for Product ID
Answering myself -- apparently this was a bug in app store connect, because as of today, I was able to create an IAP with a product ID with dots in it as expected. I did not see any acknowledgement of the issue from Apple, but maybe I missed it.
Replies
Boosts
Views
Activity
May ’22
Reply to Apple product icons for use within the app
Is it really a SwiftUI question ?Here are all the icons to use for Apple products (not SF symbols, just images):https://developer.apple.com/app-store/marketing/guidelines/#section-productsWhat do you miss there ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’20
autoAdjustmentFilters missing?
Seems the method for -(NSArray *)autoAdjustmentFilters has gone missing from CIImage in iOS 9.0 SDK? Or is it just me...
Replies
1
Boosts
0
Views
374
Activity
Jun ’15
Swift Package Manager and AWS
I am trying to create a simple Swift package that uses AWS SDK for Swift but I get an error that says it can't import one of the modules, actually any of the modules. I researched this for a couple of days but can't figure out how to get this working. Any help would be appreciated.
Replies
1
Boosts
0
Views
100
Activity
May ’25
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:
Replies
Boosts
Views
Activity
Jun ’21
Package platforms not working
I am writing a package in Swift using Xcode 16.1 (swift-tools-version: 6.0) and am trying to use features that became available in later versions of macOS and iOS. The following line naturally causes a compiler error when compiling against 'My Mac': let match = test-string.firstMatch(of: /-(.+)/)! 'firstMatch(of:)' is only available in macOS 13.0 or newer I can of course fix this by using @available(macOS 13.0, *), but there are dozens of methods and I would prefer to use the platforms property in the Package file like this: platforms: [ .macOS(.v10_13), .iOS(.v16) ], However for reason that are not clear, this does not work and the compiler errors remain. I have tried cleaning, removing derived data etc. What I am doing wrong?
Replies
2
Boosts
0
Views
483
Activity
Dec ’24
singing pkg. and submission using transporter
I spend days figuring out the proper steps to make it work. Can anyone give hints? Using xcode's Manage Certificate I'm creating a Mac Installer Distribution certificate but while I run the command security find-identity -p codesigning -v I see nothing. However, if I create any other certificate I can see it using that command. Due to the problem with cert generation I receive an error in Transporter : The product archive package's signature is invalid. Ensure that it is signed with your 3rd Party Mac Developer Installer certificate I already deleted all and recreated it using xcode, and also created using https://developer.apple.com/account/resources/certificates/list and downloaded it. What should I do?
Replies
1
Boosts
0
Views
574
Activity
Mar ’23
How to add a local version of a package?
Hi. I have a project that uses packages which have git repos. The problem is, I want to test some things before updating the master branch on the repo. How can I make Xcode use the local version so I can test? Thanks.
Replies
1
Boosts
0
Views
712
Activity
Oct ’22
Developer Forums Post: PKG Signing Failure
productsign Command Appears to Succeed but Package has No Valid Signature Category: Security, macOS, Code Signing Question: productsign command, when signing a PKG created with productbuild, appears to succeed with a success message (Wrote signed product archive to ...) but spctl verification results in rejected, source=no usable signature, indicating that the signature was not actually applied. Details: Goal: To sign a distribution package created with productbuild using a Developer ID Installer certificate. Certificate Used: Developer ID Installer: [Company Name] ([Team ID]) This certificate was issued by Previous Sub-CA and is not the latest G2 Sub-CA recommended by Apple. We cannot create a new G2 Sub-CA certificate as we have reached the limit of 5. productsign Command: productsign --sign Developer ID Installer: [Company Name] ([Team ID]) [input.pkg] [output.pkg] productsign Output: Wrote signed product archive to [output.pkg] (Appears as a success message). s
Replies
1
Boosts
0
Views
474
Activity
Aug ’25