horizontalsystems / unstoppable-wallet-ios

Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain and other emerging blockchains. Non-custodial storage, decentralized exchange, and extensive analytics for thousands of tokens and NFTs. Implemented on Swift.
https://unstoppable.money
MIT License
689 stars 244 forks source link

Type of expression is ambiguous without a type annotation #6013

Closed bagusrizky15 closed 2 days ago

bagusrizky15 commented 2 days ago

I got error "Type of expression is ambiguous without a type annotation" in BinanceChainKit.Swift/Sources/BinanceChainKit/Core/BinanceChainApiProvider.swift:186:20

line code 186 let path = String(format: "%@/?%@", Path.closedOrders.rawValue, parameters.query) return try await self.api(path: path, method: .get, parser: OrderListParser()).orderList

bagusrizky15 commented 2 days ago

its resolved by re-adding packages