Search results for

missing package product

51,060 results found

Post

Replies

Boosts

Views

Activity

Reply to No such module 'FirebaseFirestore'
Interesting, I am just learning iOS, and during my courses I used Firebase but installed via CocoaPods, this time I added the package via add packages and when I want to use the Firestore DB to add in the app delegate also get this error, wonder what the issue could be. So the authentication features all work, but the Firestore seems to be missing for some reason. Will try and re install it later, but updating the package did not help. I am on Xcode 14.2 (14C18)
Apr ’23
Apple Product Images
Hi Apple Developer Forums,Apoliges if this is a silly question - but I can't seem to find all of the product images for both iOS, OSX, and watchOS.The following links have most of the product images, but for example the new MacBook is missing from the mac guidelines:App Store GuidelinesMac App Store Guidelines
1
0
4.4k
Feb ’16
Reply to Installer packages are failing to install on macOS26.1
Got it. Thanks. I took a look at your product and it seems that I completely misunderstood the issue here. I was expecting a single installer package (.pkg) but it’s actually a disk image that contains an app and many different installer packages. Looking again at your bug I believe your app is running the installer tool with the /Volumes/F____C______W__________/OSX/C___W______.pkg package (I’ve blanked out most of the path, but I figured you’d be able to recognise it). Is that right? I was curious if this was tied to the installer tool or your app’s use of that tool, so I opened that package with the Installer app and tried to install it. It failed in a similar fashion. Does that match your expectations? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Nov ’25
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
933
Mar ’23
How to depend on a non-macOS external package in macros
Hello everyone, I am trying to create a macro that depends on an external package to abstract some of the packages logic. The point is that the dependency does not support macOS which results in a build failure when trying to build the macro. Since macOS 10.15 is required for creating macros, any thing can be done to get it to work? Here is a sample to what I'm trying to do import PackageDescription import CompilerPluginSupport let package = Package( name: Stringify, platforms: [ .macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macCatalyst(.v13) ], products: [ .library( name: Stringify, targets: [Stringify] ), .executable( name: StringifyClient, targets: [StringifyClient] ), ], dependencies: [ .package(url: https://github.com/apple/swift-syntax.git, from: 509.0.0), .package(url: https://github.com/MyDependency, from: 1.0.0), ], targets: [ .target( name: Stringify, dependencies: [StringifyMacros] ), .executableTarget( name: StringifyClient
1
0
400
Jul ’24
Reply to Xcode 16 & Package load failure
I've started facing this issue when upgraded my system from macOS 14 (Sonoma) to macOS 15 (Sequoia) along with Xcode update from 16.1 to 16.2. I've tried all the above methods and nothing works me. What works for me was the following: Removed all Swift Package dependencies. Cleaned the build folder. Started building the project again. Added each package dependency one by one as the build process prompting the missing package error.
Jan ’25
Failed to sign PKG Installer
I created PKG installer in command line (see below, command's output is in italic). Installer is opening on my MBP, but after uploading on server and download by link, macOS shows TestApp.app.2.0(32).pkg” can’t be opened because Apple cannot check it for malicious software. TestApp.app is application signed by Developer ID Application certificate and notarised with Xcode. Check TestApp.app signing: codesign --verify --verbose TestApp.app TestApp.app: valid on disk TestApp.app: satisfies its Designated Requirement spctl --assess --verbose TestApp.app TestApp.app: accepted source=Notarized Developer ID Build package component pkgbuild --identifier --version '2.0(32)' --sign 'Developer ID Installer: ….’ --install-location /Applications --component TestApp.app component.pkg pkgbuild: Adding component at …../Create PKG/TestApp.app pkgbuild: Using timestamp authority for signature pkgbuild: Signing package with identity Developer ID Installer: …” from keychain …./Librar
1
0
1.5k
Oct ’21
Export Localizations vs Swift Packages
In regular projects, there is an Export Localizations option in the Product menu, but for Swift Packages, this is not available. Adding local Swift Packages as dependencies of a regular project and using Export Localizations on the regular project doesn't include the Localizable strings from the Packages' sources either. The command-line version (xcodebuild -exportLocalizations) has the same restrictions. Is there a way to export NSLocalizedString occurrences to an xliff for Swift Packages? Or are we supposed to do things manually for now?
4
0
3k
Jul ’21
Pkg installation package uploaded to macstore email prompt ITMS-90296
Hello! I encountered an issue while packaging and uploading the project to the Mac store. I received an email stating: ITMS-90296: App Sandbox not enabled - The following executors must include the 'com. apple. security. app sandbox' entitlement with a Boolean value of true in the entitlement property list: [[com. electron. iflyrecclient. pkg/Payload/iFlytek Listen. app/Contents/MacOS/iFlytek Listen]] Refer to App Sandbox page at https://developer.apple.com/documentation/security/app_sandbox for more information on sandboxing your app. Though you are not required to fix the following issues, we wanted to make you aware of them: ITMS-90886: 'Cannot be used with TestFlight because the signature for the bundle at' iFlytek hears. app 'is missing an application identifier but has an application identifier in the provisioning profile for the bundle.' Bundles with application identifiers in the provisioning profile are expected to have the same identifier signed into the bundle in order to
18
0
1.7k
Nov ’24
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
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