I’m confused. You wrote this: [quote='805779021, Kim Ju Young, /thread/805779, /profile/Kim+Ju+Young'] Both the project and target are set to iOS 14 or higher. [/quote] also this: [quote='805779021, Kim Ju Young, /thread/805779, /profile/Kim+Ju+Young'] I'm using Xcode 26.0.1. [/quote] The minimum deployment target for Xcode 26 is iOS 15. See the table in Developer > Support > Xcode. So, given that reality, I did the following: I used Xcode 26.0.1 to create a new project from the iOS > App template. I set the deployment target to iOS 15. I added the Apple App Store Server Swift Library package to my project. I tried to build it. That fails with various availability problems. They are all in the Apple App Store Server Swift Library package itself. Its deployment target is set to iOS 13: let package = Package( name: AppStoreServerLibrary, platforms: [ … .iOS(.v13), … ], … } but it’s using APIs that were introduced in iOS 14. To inve
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags: