missing package product

42,922 results found

Post

Replies

Boosts

Views

Activity

Xcode 15.3 broke agvtool version management
The new version of Xcode 15.3 broke the behavior of incrementing build numbers with agvtool which I used to automate to update the build number after each build. The observation is that after running this in my project directory: agvtool bump Xcode removed the section Package Dependencies in the project navigation pane which results in failing a subsequent build with this error message: Missing package product 'mypackage' To solve this I have to reset package caches under File>Packages. This will restore the Package Dependencies section in the navigation pane of Xcode. It seems to be a bug of the new Xcode version 15.3 as this was working without any issues in the previous versions. Any idea?
4
0
952
Mar ’24
Passbook product ID or package name?
Hi,I'm looking to integrate apples passbook app with another app but I require the product ID or package name for the passbook app? I've tried looking for it in configurator and I have read the developers documentation but I'm still unable to locate this. Would anyone be able to help? Thank you for your assistance.
0
0
305
Jun ’15
Exporting IAP installer package: missing files
I am trying to create an installer package to upload as Hosted Content. One of the files is an sqlite3 database. It is not included in the installer package and I can't determine why not.Here is what I do:1. In Xcode, Product->Archive2. Window->Organizer3. Select the IAP archive4. Click Export...5. Select Export as an Installer Package6. Click Next7. Choose location to save file8. Click ExportWhen I check the size of the exported Installer Package it is only 9k. The sqlite3 database is 5MB. I have a couple of other files that are also part of the content: one plist and one html file.In Xcode the files for the IAP are:data.sqliteCopyright.htmlmanifest.plistContentInfo.plistI used Application Loader to upload the Installer Package to iTunes Connect. The IAP transitioned to Ready to Submit. I used a sandbox account to test the IAP and I discovered that the database was missing from the Installer Package, but both Copyright.html and manifest.pli
0
0
735
Sep ’16
CoreML Converter Missing Tensorflow Package
I am trying to convert my Tensorflow 2.0 model to a CoreML model so I can deploy it to a mobile app. However, I continually get the error: ValueError: Converter was called with source=tensorflow, but missing tensorflow package I am working in a virtual environment with Python 3.7, Tensorflow 2.11, and Coremltools 5.3.1. I had saved the Tensorflow model by using tensorflow.saved_model.save and was attempting to convert the model with the following: import coremltools as ct image_input = ct.ImageType(shape=(1, 250, 250, 3,), bias=[-1,-1,-1], scale=1/255) classifier_config = ct.ClassifierConfig(['Billy','Not_Billy']) core_model = ct.convert( , convert_to='mlprogram', inputs=[image_input], classifier_config=classifier_config, source='tensorflow' ) I keep receiving this error: --------------------------------------------------------------------------- ValueError Traceback (most recent call last) /var/folders/7n/vj_bf6q122bg43h_xm957hp80000gn/T/ipykernel_11024/1565729572.py in 6 inputs=[image_inpu
1
0
582
Jul ’23
Reply to macOS High Sierra Beta 2 won’t install
>> … /System/Installation/Packages/OSInstall.mpkg appears to be missing or damaged. …If I understand correctly, that particular message does not necessarily indicate a problem with OSInstall.mpkgGitHub – munki – createOSXinstallPkg – README.md:> … If there are additional packages that the OS X installer does not like, …In my case – producing an .iso to install 17A264c to a VirtualBox guest – I used ditto(8) in lieu of a cp command within the production. The end product did not report that OSInstall.mpkg appears to be missing or damaged.
Jun ’17
Missing all-product-headers.yaml
Hi everyone,I was wondering if anyone had any pointers as to why we're running into this error on our build machine. 2019-02-01T00:02:44.6181670Z fatal error: virtual filesystem overlay file '[WorkspaceBuildPath]/all-product-headers.yaml' not found I have a github repository that includes an xcode workspace. Building the workspace on my mac machine doesn't generate errors. Building that same workspace on the build machine results in that error. I've seen cases where that file needs to be edited, but for it be completely missing is something new to me. Any tips as to what the common causes/solutions are for this?Thanks
0
0
2k
Feb ’19
ENABLE_BITCODE missing for Swift Packages on Xcode 14
None of my iOS projects build any more on Xcode 14 as it complains about missing bit-code for local swift packages. The solution is to create .lproj project files for the swift packages and create xcframeworks with ENABLE_BITCODE enabled but that's no solution at all. Project builds fine on Xcode 13 / 12./ XXXXXXX.framework/XXXXXXX' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.
2
0
4.9k
Jun ’22
Product is missing when trying to get list of product using StoreKit 2
Hi all, Currently, we are trying to integrate StoreKit 2 in our app to get the list of products. we already follow what documentation do to implement it here: let products = try await Product.products(for: identifiers) return await products.map { ... // mapping to our type } But somehow, one of the SKU is missing and being filtered by the SDK. When we tried using StoreKit 1, the problematic SKU is being returned correctly. Does anyone knows about this issue and how to fix it?
1
0
289
Mar ’23
FairPlay Production Deployment Package Requirements
On the FairPlay main page it states: The FPS Deployment Package is not available to third parties acting on behalf of licensed content owners. Could someone please provide more details around this statement? If I were to build a subscription based platform where users can upload & monetize their videos, and used FairPlay to prevent unauthorized access to the creator's content, what would Apple's response be?
0
0
407
Sep ’23