Search results for

missing package product

51,816 results found

Post

Replies

Boosts

Views

Activity

Accessing Resources of other package targets or dependencies using Swift Package Manager
Good day I am developing XRKit framework, which contains the pipeline logic for rendering using Metal, in manifest it has two targets - framework itself in Swift and XRKitDefenitions in C++ and MSL (since Apple forbids us multilingualism in one package). Both targets have Resources folders open in their manifest. When I try to access the test files hello01.txt (Resources for XRKit) and hello2.txt (Resources for XRKitDefenitions) via Bundle.module, I only see hello01.txt and it doesn't read hello2.txt because it's in a different target. How do I properly organize my code with SPM to access the Resources of XRKitDefenitions target? PS When trying to organize XRKitDefenitions as a remote package on GitHub and defining it as a dependency, situation does not change. I understand now that Bundle.module only refers to its Resources. Is there a way to refer to resources that provided other targets or dependencies in the same package?
1
0
2.3k
May ’22
Reply to Is x86 and AMD no longer available?
Hello, On PyPi I see the latest tensorflow-metal 1.1.0 released Sep 29, 2023 for TensorFlow v2.14 with support for macOS 12.1+. According to Get started with tensorflow-metal Mac computers with Apple silicon or AMD GPUs are supported so that would imply that the packages you seek are available (or should be as they aren't deprecated). Intel GPUs are not supported. Note also that the base TensorFlow package changes for TensorFlow 2.13+: tensorflow versus the legacy tensorflow-macos. If after verifying your configuration you still don't find what you need for AMD support please use the Feedback Assistant to send us bug report for the missing packages.
Topic: Machine Learning & AI SubTopic: General Tags:
Jan ’25
Xcode Hangs on Updating {package-name}
Hey everyone, I recently installed macOS Ventura and when I went to update a package in Xcode, it hangs at Update Package {package-name} every time. Interestingly, the package it hangs on is different each time, but without fail it hangs. I'm no longer able to develop since our project depends on packages, and have been blocked by this for a few hours. Any ideas what the error might be or why it would hang like this? Things I've tried Clearing derived data resetting package cache from file -> packages
0
0
650
Oct ’22
Using InstallerJS in MDM distributed package
Hi, We are creating a Installer package which will be distributed to user through MDM with the InstallApp command. Our distribution package use the Distribution.xml file and InstallerJS to check each flat package version and select the package for install only if there is no receipt or if the already installed package version is older. The package is working fine when using the GUI Installer or through the command line installer. When trying to install the package through MDM, all package which use InstallerJS javascript to decide if it will be install or not will not be selected and thus will not be installed. Is this the expected behaviour? Looking at the install log, I can see that the package selection seems to be done by appstored when installing through MDM. Is appstored not able to understand the InstallerJS script? The documentation specifies that InstallerJS is for the Installer application. https://developer.apple.com/d
2
0
1.7k
Jun ’21
Get all Products for in a subscription group
If I use SubscriptionStoreView.init(groupID), it seems to be able to look up all the Products that have that subscription group ID. But I don't see any public method for doing that myself. Am I missing something, or is SubscriptionStoreView using a private method to do this lookup? I know that historically it has always been necessary to know the product IDs of all the products you want to sell; you have never been able to ask Store Kit to give you a list. SubscriptionStoreView doesn't seem to have this limitation, which is a bit surprising.
0
0
724
Feb ’24
Xcode Cloud: How to trigger testing for packages?
Hello! I have a Swift package (SPM) with a number of tests associated with it. These all work well locally, and I have created a GitHub repository for the package that can be used by any app. I would like to set it up where my package's tests are triggered automatically whenever I push a change to a branch in the repository. Unfortunately, per the documentation, Xcode Cloud is currently unable to build and test standalone Swift packages. I hope that this will be rectified some point soon as automated testing for them seems like it'd be a pretty common and understandable use case. My question: Is there a way to set an Xcode Cloud workflow up wherein a package's tests are triggered? Xcode Cloud clearly does support Swift packages that are used when building full apps, and there is plenty of documentation to that end. But it's not clear how to trigger those package's tests even through the use of a dummy app without moving a bunch of tests to the app
2
0
5.4k
Apr ’23
Notarizing and Stapling a PKG File
Hi,I couldn't find a clear answer on this:The official links of notarizing you MacOS app, found below, only discuss notarizing and stapling an APP file, not a PKG file:https://developer.apple.com/documentation/xcode/notarizing_your_app_before_distributionhttps://developer.apple.com/documentation/xcode/notarizing_your_app_before_distribution/customizing_the_notarization_workflowHow do I this for the PKG installation file?Thanks,Yaron
1
0
1.1k
Nov ’19
Invalid product id
I have some troubles with in app purchasing. I hope you can help me.What I have done:* I've uploaded my binaries to iTunes Connect.* I've created products in iTunes Connect. Product name - > Product ids: 1) TestProduct1 -> TestProduct1 2) TestProduct2 -> PrefixTestProduct2 3) com.MyCompanyName.MyAppName.ProductId_5 -> com.MyCompanyName.MyAppName.ProductId_5 4) com.MyCompanyName.MyAppName.ProductId_4 -> com.MyCompanyName.MyAppName.ProductId_4 5) com.MyCompanyName.MyAppName.ProductId_3 -> com.MyCompanyName.MyAppName.ProductId_3 6) com.MyCompanyName.MyAppName.ProductId_2 -> com.MyCompanyName.MyAppName.ProductId_2 7) com.MyCompanyName.MyAppName.ProductId_1 -> com.MyCompanyName.MyAppName.ProductId_1* All my products have status Ready to Submit* All my products have mark Cleared for Sale* My app in iTunes Connect has state Prepare for Submission* I assign may uploaded binnary app to Build in in iTunes Connect.* I connect all products to m
5
0
7.6k
Feb ’17
sharing file packages from UIDocumentBrowserViewController
When emailing file-package documents from UIDocumentBrowserViewController, the file packages are zipped, but no zip extension is added to the document when attached. Thus the recipient (typically the macOS version of our app) doesn't know what to do with the file. There doesn't seem to be a way of intercepting the documents before sharing to add .zip to the name.How is this supposed to work? Is anyone else using file pacakges with UIDocumentBrowserViewController?thanks!
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
428
Feb ’18
Unable to load a subscription product in the app
Hi, I am building a new app in the App Store - the app is not live yet. I have setup an annual subscription product in AppStore Connect. Our problem is that we are unable to retrieve the product from our app - we've made sure that there are no missing metadata (e.g. price, availability). Has anyone encountered before? Appreciate any help provided. Thanks
7
0
179
Jan ’26