I've downloaded Fruta - https://developer.apple.com/documentation/swiftui/fruta_building_a_feature-rich_app_with_swiftui and set up the project to use a local StoreKit definition as it is presented in Introducing StoreKit Testing in Xcode - https://developer.apple.com/videos/play/wwdc2020/10659/). But when the app tries to fetch the product I get an error:
Error Domain=AMSErrorDomain Code=204 "Bag Value Missing" UserInfo={NSLocalizedDescription=Bag Value Missing, NSLocalizedFailureReason=The bag does not contain a value for p2-product-offers-batch-limit nor did anyone register a default value for it.}
What does it mean and what needs to be changed?