Skip to content

Commit bd767a3

Browse files
committed
fix compatability with newer xcode
1 parent a6d3f88 commit bd767a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/bevy_ios_iap/BevyIosIAP.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ public func convert_storekit_error(_ error: (StoreKitError)) -> IosIapStoreKitEr
214214
case .systemError(let e): IosIapStoreKitError.system_error(e.localizedDescription)
215215
case .notAvailableInStorefront: IosIapStoreKitError.not_available_in_storefront()
216216
case .notEntitled: IosIapStoreKitError.not_entitled()
217+
218+
@unknown default:
219+
IosIapStoreKitError.unknown()
217220
}
218221
}
219222

0 commit comments

Comments
 (0)