Search results for

missing package product

50,237 results found

Post

Replies

Boosts

Views

Activity

Simulator package issues
Hi! My simulator will not build because there is essentially a package conflict. I am adding Firebase to a Flutter application. Simulator built before trying to add firebase but now I'm getting errors telling me a package can't be found even though it's installed Output Package Loading (Xcode): Missing package product 'FirebaseCore' .../ios/Runner.xcodeproj I added target 'Runner' do use_frameworks! use_modular_headers! pod 'FirebaseDatabase' pod 'FirebaseAnalytics' pod 'FirebaseMessaging' pod 'FirebaseCore' pod 'FirebaseFunctions' pod 'FirebaseAppCheck' pod 'FirebaseFirestore' pod 'FirebaseStorage' pod 'FirebaseDynamicLinks' pod 'FirebaseAuth' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) target 'RunnerTests' do inherit! :search_paths end end and ran pod install with no errors. Opening the runnner.xcworkspace shows all of the named packages under Frameworks, Libraries, and Embedded Content' I've tried manually adding through Xcode tho
2
0
517
Nov ’24
MacOS 13.4 Causing project folder rename issues
I keep several different versions of my App under development. After upgrade MacOS to 13.4, I no log can load project with SDK errors. Example, If my project folder(where I keep my project files) name was ABC v2.12, I change the name to ABC v2.13 it causing error: /Volumes/MicroSDXC256/Programming/ABC v2.13/ABC.xcodeproj Missing package product 'FirebaseDatabaseSwift'
2
0
761
May ’23
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
2.0k
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
362
Jun ’15
React-Native app XCode build on IOS
First time user here. Trying to build my React-Native app on xcode. I keep getting Could not build Module and missing package product and tried many combination for my Podfile. I am on macbook pro M2, XCode version 16.2, building on iphone 16 v18.3.1. Pod version 1.16.2, react-native-cli:2.0.1, Here is my Podfile. I tried to assign modular_headers to individual Firebase packages but then I cant pod install. require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' use_modular_headers! platform :ios, '18.0' prepare_react_native_project! target 'plana' do config = use_native_modules! use_react_native!( :path => config[:reactNativePath], :fabric_enabled => false, :app_path => #{Pod::Config.instance.installation_root}/.. ) post_install do |installer| react_native_post_install( installer, config[:reactNativePath], :mac_catalyst_enabled => false, ) end end
0
0
103
May ’25
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
901
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
3
0
767
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.
Topic: App & System Services SubTopic: Core OS Tags:
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
2.1k
Feb ’19
Installing Dependencies Package is MISSING checkbox
I'm using Xcode 15 and installing Firebase for the first time. I'm now installing the Firebase dependency but when I get to the option to pick what packages I want, there's NO CHECKBOX to pick what package I want specifically (Theres normally a checkbox to the left of each package). I see in videos that its normally there, is there a way to still pick separate packages?
12
0
2.8k
Sep ’23