Search results for

missing package product

51,808 results found

Post

Replies

Boosts

Views

Activity

Price Locale not available in Product
In the latest Product object we are unable to get the price locale of the current product. Even though the display price string available with currency symbol, we need to display discount price of current product by comparing with other products. Earlier in SKProduct we had price locale property to achieve this.But in latest Product object we are missing this. Is there a way to get the price locale of the current storefront?. There is a countryCode property in Storefront enum. But there is no option to create locale using country code.
3
0
4.5k
Aug ’21
Product suggestion
Hi, since I can't seem to find a place on the Apple website to suggest a product, I thought this forum area would be a good place to try.I'm wondering if Apple has ever considered creating a key fob accessory that would allow people to Find My Fob? Not sure how technically feasible that would be but it would sure be handy.Further, I wonder if Apple has ever considered including a place on their website that would allow consumers to offer product suggestions (a cyber suggestion box) rather than having to go through the Developer site. . . just a thought.Thanks.
1
0
268
Dec ’16
$99 developer package
All I want to do is re-write programs that I wrote in Realbasic years ago, so that I can get them to 64 bit code. I do not want to sell anything that I write on the App Store. They are for my personal use only. Can I do this with the $99 developer package? Or should I just go with Xojo? Thank You Dennis Edwards (edwardsx@mac.com)
2
0
442
Sep ’19
Swift Package Manager failed
I'm building a swiftUI project for ios and trying to connect a Firebase/FireStore DB to the project using Swift Package Manager and importing; firebase-ios-sdk. In doing so, I get a Package Resolution Failed message with a box and list of all the firebase-ios-sdk that could not be resolved. I tried deleting the derived data folder content, resetting package caches, resolving the package version, restart Xcode. Nothing worked. Last night I uninstalled Xcode and re-installing Xcode overnight. Did not work, still the same issue today. When I import Firebase to the .swiftui file, I get a code error message - No such module 'FirebaseCore'
0
0
920
May ’22
Distributing Binary via Cocoapods & Swift Packages
I maintain a library that has thus far used Cocoapods to manage dependencies and also distribute an xcframework of the library. I'd now like to also distribute the same library through Swift Packages but am running into issues. I'm using the same xcframework in a local Swift Package and have added all the necessary dependencies to Package.swift, but when I attempt to add this Swift Package to a test app, the app will build correctly but fail at runtime due to a missing .framework file for a dependency I'll just call THE_DEPENDENCY: dyld[61483]: Library not loaded: @rpath/THE_DEPENDENCY.framework/THE_DEPENDENCY Referenced from: <75074516-C1CD-3251-8807-94A7502176A7> /Users/ME/Library/Developer/Xcode/DerivedData/MY_TEST_APP-bwfsfwjjnagdurdnjrhhdppgitvr/Build/Products/Debug-appletvsimulator/MY_LIBRARY.framework/MY_LIBRARY Reason: tried: '/Users/ME/Library/Developer/Xcode/DerivedData/MY_TEST_APP-bwfsfwjjnagdurdnjrhhdppgitvr/Build/Products/Debug-appletvsi
0
0
508
Jun ’24
Creating Swift Package with binaryTarget that has dependencies
How can you distribute an XCFramework via Swift Package Manager when it has dependencies on other Swift packages? We accomplished this with CocoaPods in order to distribute our closed source SDK that has dependencies, but need to migrate to SPM. Note none of the types from the dependencies are used as part of our module’s public interface - usage is purely internal. I’ve made a lot of progress following these steps for a simple example: Create Framework Project Create a new iOS Framework project in Xcode and name it WallpaperKit In the project settings select the target and verify in Build Settings that Build Libraries for Distribution is Yes then set Skip Install to No Create a new UIViewController subclass, name it WallpaperPreviewViewController, make it public, and add some functionality to it to show a UIImageView Add a new Package Dependency in the project settings, for this example we’ll use https://github.com/onevcat/Kingfisher, and specify exact version 8.5.0 Add internal im
4
0
463
Sep ’25
Creating .pkg files for in-app purchases
Hello,How do you create/convert files to .pkg (package) file format for in-app purchases in the Application Loader??? Apple used to support an application available as an additional tool in Xcode called Package Maker. From what I see, they no longer include the app. So how do you create the .pkg files that Application Loader/Apple requires? HELP!!! <please>
0
0
692
Mar ’17
Creating Swift Wrapper over XCFramework in Swift Package
I'm trying to use libgit2 in an iOS application. I've packaged up libgit2, libssh2, libssl, and libcrypto in XCFrameworks. The XCFrameworks support iOS arm64, simulator, and Catalyst. I want to build a Swift wrapper over the frameworks and deploy them using a Swift Package. When I link against the XCFrameworks directly in my application, I can consume libgit2 by creating a bridging header and #import from libgit2.xcframework. When I move the code into a Swift Package, it fails to build or find libgit2 even though it's part of the package. I can't find any indication of whether I need a bridging header or how to add the bridging header to my Swift package. Here's my Package.swift file: // swift-tools-version:5.3 import PackageDescription let package = Package( name: Git, platforms: [.iOS(.v13)], products: [ .library( name: Git, targets: [ SwiftGit ] ), ], targets: [ .target( name: SwiftGit, dependencies: [ .target(name: libcrypto), .targe
0
0
758
Sep ’20
Reply to Invalid 'minimum platform version' error persists in XCode 13.4 UI only
Oy! Just as I was giving up, I solved it. In case it helps others... The problem was an intermediate library targeting iOS 13. The XCode error was confusing. Scenario: MyCoreLib swift package targeted iOS 14 MyUILib swift package targeted iOS 13 (and used MyCoreLib) MyApp targeted iOS 14, and used both MyCoreLib and MyUILib When building MyApp, the error said: The package product 'MyCoreLib' requires minimum platform version 14.0 for the iOS platform, but this target supports 13.0 I could not find iOS-13 referenced anywhere in MyApp or MyCoreLib. So I guess I should make a feedback assistant feature request to clarify that error message. It should indicate the target triplet/SDK and how it was derived. (In this case it took the minimum of the imported packages).
Oct ’22
Invalid product id
We have one application called Hydra with products already created. But one of them is always returning us an invalid product id when we request the information about products. The current status for this product is Ready to submit and the price is 0. The other products are always ok. Can someone help me?
2
0
540
Jun ’21