Search results for

“missing package product”

52,926 results found

Post

Replies

Boosts

Views

Activity

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
134
Nov ’15
Why does "NSArray *product = response.products" return no product?
In sandbox testing, I was able to get auto-renewing subscription to work, but decided to switch to one-time in-app purchase. I've read many how-to's, but I'm missing something. My app has Bundle ID com.myname.id1 and IAP capability added. The IAP has Product ID com.myname.id2. My agreements are up-to-date (auto-renewing subscription worked). The In-App Purchases screen lists my IAP under Drafts (1); is this expected? [SKPaymentQueue canMakePayments] returns true. [[SKProductsRequest alloc] initWithProductIdentifiers:set] (where set contains com.myname.id2) responds to [request start]. In the delegate, NSArray *product = response.products comes back empty. Does the IAP have its own Bundle ID? What am I doing wrong? What have I not told you that's important? I've been stuck for a few days on this. Thanks!
3
0
963
Mar ’23
Can I get path and name of pkg package from InstallerPane?
Hi, I'm writing a custom step to our installer using IntallerPlugins.framework and class InstallerPane. Is it possible to get path and name of the pkg file from InstallerPane object? I tried solution from this page but it seems right now the delegate is not set. http://s.sudre.free.fr/Stuff/Installer/Installer_Plugins/InstallerPlugins-FAQ002.html. Also there's no appropriate tag for this framework.
0
0
1.8k
Oct ’22
xcodebuild and swift package dependencies
Hello, I have an Xcode project (not a workspace), that depends upon a swift package found on GitHub. You can find the PR here that demonstrates the problem. https://github.com/bolsinga/MissingArt/pull/2 My project has a Swift Package dependency. It's a macOS target. If I Cmd-B in Xcode it will build and run just fine (finding the package and building it too). If I xcodebuild -verbose from the command line in CI, it will fail. The problem is that when the application files compile and import the module found in the Swift Package, the module is not found. If this were ObjC, I'd know that the search path was not found. I do not see anything about my module on the link line. I have followed the instructions about adding a Swift Package Mgr dependency, and it works locally. I'm sure that I'm missing one small thing; I'm not sure if xcodebuild with no options (thus getting the default behavior) is the proper thing to do. Any ideas? Thank you, -- Greg
4
0
5.8k
Dec ’22
How to exclude RealityKitContent from Swift package for iOS?
I've created an app for visionOS that uses a custom package that includes RealityKitContent as well (as a sub-package). I now want to turn this app into a multi-platform app that also supports iOS. When I try to compile the app for this platform, I get this error message: Building for 'iphoneos', but realitytool only supports [xros, xrsimulator] Thus, I want to exclude the RealityKitContent from my package for iOS, but I don't really know how. The Apple docs are pretty complicated, and ChatGPT did only give me solutions that did not work at all. I also tried to post this on the Swift forum, but no-one could help me there either - so I am trying my luck here. Here is my Package.swift file: // swift-tools-version: 5.10 import PackageDescription let package = Package( name: Overlays, platforms: [ .iOS(.v17), .visionOS(.v1) ], products: [ .library( name: Overlays, targets: [Overlays]), ], dependencies: [ .package( path: ../BackendServices ), .package
1
0
1.2k
May ’24
Reply to Upload Symbols Failed on Xcode 16
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
Swift Package can be MAKE_MERGEABLE?
Hello, I'm Software Engineer and my work is developing SDK. I'm on developing 1 Swift Package for general logic and 1 SDK (Xcode Framework Project) for business logic. (SDK depends on Swift Package) Until now, I merge them with @_implementationOnly. And I want to migrate to MAKE_MERGEABLE. Can I mark Swift Package Dependency as MAKE_MERGEABLE on SDK Xcode Framework Project? Or can I mark Swift Package MAKE_MERGEABLE on Package.swift? Or I can't make Swift Package MAKE_MERGEABLE?
4
0
2.3k
Jun ’23
pkg 签名
我创建了一个developer id instanller 证书,并且安装在自己电脑上,我使用productbuild --component xx.app /Applications --sign Developer ID Installer: --product xx.app/Contents/Info.plist ST.pkg签名并生成pkg,使用 spctl -a -v --type install ST.pkg 去验证签名的时候,出现rejected source=Unnotarized Developer ID,我不知道哪里有问题,将pkg安装到其他电脑也会出现pkg无法打开,apple无法检查是否包含恶意软件 提示信息,希望可以得到大家的帮助谢谢,
4
0
971
Jun ’24
How can I sign a package from a privileged helper?
I need to figure out how to go about signing a package from a privileged helper. One of our products can create packages and can sign the packages. It's currently using AuthorizationExecuteWithPrivileges, which has been deprecated since 10.7, to obtain root access, and starting an external task to run the /usr/bin/productsign utility. We are changing it to use a privileged helper instead, however, I tried running the /usr/bin/productsign utility from the privileged helper, but since that prompts for credentials to access the keychain, it just hangs since the privileged helper doesn't seem to have access to the UI. Does anyone know of a way to sign a package using an API function instead of the productsign utility, or have any ideas how to prevent to prevent the productsign utility from prompting when run from the privilged helper, or know of a way that the privileged helper could allow the productsign utility to prompt the user for credentials?
2
0
746
Dec ’19
Reply to Missing transactions in Sandbox StoreKit IAP receipt
are there any updates on this? I guess I have the same problem. I don't know what happened, but I have a non-consumable product purchased in sandbox. If I restore / re-buy for free the product and call the apple verify api, I do not get the product inside latest_receipt_info nor in receipt.in_app. (anyways the response says its valid) Even if I call the getTranscationHistory with the originalTranscationId there is no entry for the product.... So the product is missing.... What to do???
Topic: App & System Services SubTopic: StoreKit Tags:
Jul ’22
Reply to Pkg installation package uploaded to macstore email prompt ITMS-90296
I tried using a third-party app (Pacivist) to open the app in pkg, nd export the app locally,then followed your instructions to perform the following actions: 1、 Run codesign against the results app to confirm that its signature is valid: % codesign --verify -vvv /path/to/your.app The results obtained: PS:I noticed an error message IFlytek heard. app: a sealed resource is missing or invalid File missing:/Users/pploo2/Desktop/icon/1/iFlytek heard. app/Contents/Resources/tj_S1/_MACOSX/ node_modules I don't know if this is the key to the problem ITMS-90926. 2. Run codesign again to check that you have App Sandbox enabled: % codesign --display --entitlements - /path/to/your.app The results obtained: You can see that there is sandbox=true here Now back to the first step, I performed operations on the app before packaging it as pkg and found that there were no missing related issues
Nov ’24
OpenAPIGenerator package requirements have a dependency that causes errors
Trying to utilize the new OpenAPI Generator, but after following all of the steps exactly as stated in the video, I get the following errors: - The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 - The package product 'SwiftSyntaxBuilder' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 - The package product 'SwiftFormat' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 - The package product 'SwiftFormatConfiguration' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 under both _OpenAPIGeneratorCore and swift-openapi-generator I've seen other things online where people have had similar issues, but the fixes haven't been particularly relevant that I could tell.
4
0
3.2k
Jun ’23
Reply to Notarizing my application issues
I'm using Packages … to create the final .pkg file. Hmmm. If you package your app using Apple tools and then unpackage it the same way (Pacifist ftw!), do you still see the problem? For instructions on how to package an app using Apple tools, see Signing a Mac Product For Distribution. If the Apple tools work, you have a choice: You can either continue using Apple tools. You can escalate this with your third-party third-party tool provider. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
Dec ’21
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.
Replies
1
Boosts
0
Views
134
Activity
Nov ’15
Why does "NSArray *product = response.products" return no product?
In sandbox testing, I was able to get auto-renewing subscription to work, but decided to switch to one-time in-app purchase. I've read many how-to's, but I'm missing something. My app has Bundle ID com.myname.id1 and IAP capability added. The IAP has Product ID com.myname.id2. My agreements are up-to-date (auto-renewing subscription worked). The In-App Purchases screen lists my IAP under Drafts (1); is this expected? [SKPaymentQueue canMakePayments] returns true. [[SKProductsRequest alloc] initWithProductIdentifiers:set] (where set contains com.myname.id2) responds to [request start]. In the delegate, NSArray *product = response.products comes back empty. Does the IAP have its own Bundle ID? What am I doing wrong? What have I not told you that's important? I've been stuck for a few days on this. Thanks!
Replies
3
Boosts
0
Views
963
Activity
Mar ’23
Can I get path and name of pkg package from InstallerPane?
Hi, I'm writing a custom step to our installer using IntallerPlugins.framework and class InstallerPane. Is it possible to get path and name of the pkg file from InstallerPane object? I tried solution from this page but it seems right now the delegate is not set. http://s.sudre.free.fr/Stuff/Installer/Installer_Plugins/InstallerPlugins-FAQ002.html. Also there's no appropriate tag for this framework.
Replies
0
Boosts
0
Views
1.8k
Activity
Oct ’22
xcodebuild and swift package dependencies
Hello, I have an Xcode project (not a workspace), that depends upon a swift package found on GitHub. You can find the PR here that demonstrates the problem. https://github.com/bolsinga/MissingArt/pull/2 My project has a Swift Package dependency. It's a macOS target. If I Cmd-B in Xcode it will build and run just fine (finding the package and building it too). If I xcodebuild -verbose from the command line in CI, it will fail. The problem is that when the application files compile and import the module found in the Swift Package, the module is not found. If this were ObjC, I'd know that the search path was not found. I do not see anything about my module on the link line. I have followed the instructions about adding a Swift Package Mgr dependency, and it works locally. I'm sure that I'm missing one small thing; I'm not sure if xcodebuild with no options (thus getting the default behavior) is the proper thing to do. Any ideas? Thank you, -- Greg
Replies
4
Boosts
0
Views
5.8k
Activity
Dec ’22
How to exclude RealityKitContent from Swift package for iOS?
I've created an app for visionOS that uses a custom package that includes RealityKitContent as well (as a sub-package). I now want to turn this app into a multi-platform app that also supports iOS. When I try to compile the app for this platform, I get this error message: Building for 'iphoneos', but realitytool only supports [xros, xrsimulator] Thus, I want to exclude the RealityKitContent from my package for iOS, but I don't really know how. The Apple docs are pretty complicated, and ChatGPT did only give me solutions that did not work at all. I also tried to post this on the Swift forum, but no-one could help me there either - so I am trying my luck here. Here is my Package.swift file: // swift-tools-version: 5.10 import PackageDescription let package = Package( name: Overlays, platforms: [ .iOS(.v17), .visionOS(.v1) ], products: [ .library( name: Overlays, targets: [Overlays]), ], dependencies: [ .package( path: ../BackendServices ), .package
Replies
1
Boosts
0
Views
1.2k
Activity
May ’24
Reply to Upload Symbols Failed on Xcode 16
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*
Replies
Boosts
Views
Activity
Mar ’25
Swift Package can be MAKE_MERGEABLE?
Hello, I'm Software Engineer and my work is developing SDK. I'm on developing 1 Swift Package for general logic and 1 SDK (Xcode Framework Project) for business logic. (SDK depends on Swift Package) Until now, I merge them with @_implementationOnly. And I want to migrate to MAKE_MERGEABLE. Can I mark Swift Package Dependency as MAKE_MERGEABLE on SDK Xcode Framework Project? Or can I mark Swift Package MAKE_MERGEABLE on Package.swift? Or I can't make Swift Package MAKE_MERGEABLE?
Replies
4
Boosts
0
Views
2.3k
Activity
Jun ’23
pkg 签名
我创建了一个developer id instanller 证书,并且安装在自己电脑上,我使用productbuild --component xx.app /Applications --sign Developer ID Installer: --product xx.app/Contents/Info.plist ST.pkg签名并生成pkg,使用 spctl -a -v --type install ST.pkg 去验证签名的时候,出现rejected source=Unnotarized Developer ID,我不知道哪里有问题,将pkg安装到其他电脑也会出现pkg无法打开,apple无法检查是否包含恶意软件 提示信息,希望可以得到大家的帮助谢谢,
Replies
4
Boosts
0
Views
971
Activity
Jun ’24
How can I sign a package from a privileged helper?
I need to figure out how to go about signing a package from a privileged helper. One of our products can create packages and can sign the packages. It's currently using AuthorizationExecuteWithPrivileges, which has been deprecated since 10.7, to obtain root access, and starting an external task to run the /usr/bin/productsign utility. We are changing it to use a privileged helper instead, however, I tried running the /usr/bin/productsign utility from the privileged helper, but since that prompts for credentials to access the keychain, it just hangs since the privileged helper doesn't seem to have access to the UI. Does anyone know of a way to sign a package using an API function instead of the productsign utility, or have any ideas how to prevent to prevent the productsign utility from prompting when run from the privilged helper, or know of a way that the privileged helper could allow the productsign utility to prompt the user for credentials?
Replies
2
Boosts
0
Views
746
Activity
Dec ’19
Reply to Missing transactions in Sandbox StoreKit IAP receipt
are there any updates on this? I guess I have the same problem. I don't know what happened, but I have a non-consumable product purchased in sandbox. If I restore / re-buy for free the product and call the apple verify api, I do not get the product inside latest_receipt_info nor in receipt.in_app. (anyways the response says its valid) Even if I call the getTranscationHistory with the originalTranscationId there is no entry for the product.... So the product is missing.... What to do???
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to in-app push notification app name is different from bundle display name
Hello- I know it's been a while but this worked for me.1. Go to Targets2. Go to Build Settings3. Under Packaging, change Product Name to the desired App name.Above should solve the problem.
Replies
Boosts
Views
Activity
Dec ’18
Reply to Pkg installation package uploaded to macstore email prompt ITMS-90296
I tried using a third-party app (Pacivist) to open the app in pkg, nd export the app locally,then followed your instructions to perform the following actions: 1、 Run codesign against the results app to confirm that its signature is valid: % codesign --verify -vvv /path/to/your.app The results obtained: PS:I noticed an error message IFlytek heard. app: a sealed resource is missing or invalid File missing:/Users/pploo2/Desktop/icon/1/iFlytek heard. app/Contents/Resources/tj_S1/_MACOSX/ node_modules I don't know if this is the key to the problem ITMS-90926. 2. Run codesign again to check that you have App Sandbox enabled: % codesign --display --entitlements - /path/to/your.app The results obtained: You can see that there is sandbox=true here Now back to the first step, I performed operations on the app before packaging it as pkg and found that there were no missing related issues
Replies
Boosts
Views
Activity
Nov ’24
Reply to Xcode 13.3 SwiftPM.SPMRepositoryError error 5
What an awful, awful experience. My package dependencies were fine a few days ago, and will I fired it up today I encountered this error 5. Just lost about two hours trying to figure it out. Thanks for the solution @kironet. I'm going to bill Apple for my lost two hours. How pointless.
Replies
Boosts
Views
Activity
Mar ’22
OpenAPIGenerator package requirements have a dependency that causes errors
Trying to utilize the new OpenAPI Generator, but after following all of the steps exactly as stated in the video, I get the following errors: - The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 - The package product 'SwiftSyntaxBuilder' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 - The package product 'SwiftFormat' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 - The package product 'SwiftFormatConfiguration' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 under both _OpenAPIGeneratorCore and swift-openapi-generator I've seen other things online where people have had similar issues, but the fixes haven't been particularly relevant that I could tell.
Replies
4
Boosts
0
Views
3.2k
Activity
Jun ’23
Reply to Notarizing my application issues
I'm using Packages … to create the final .pkg file. Hmmm. If you package your app using Apple tools and then unpackage it the same way (Pacifist ftw!), do you still see the problem? For instructions on how to package an app using Apple tools, see Signing a Mac Product For Distribution. If the Apple tools work, you have a choice: You can either continue using Apple tools. You can escalate this with your third-party third-party tool provider. 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
Dec ’21