Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 786 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 786 Bytes

BaseUtils

Problem:

Property queryParams is NOT available in Swift on URL types but only on NSURL types. This looks odd to me because when declaring the same category in an App and using the bridging header file, then queryParams is also usable from URL type too.

Try it:

Open Package.swift in Xcode and run tests.

Stackoverflow Question

SPM library with Objective-C NSURL category not imported into Swift URL?

Reproducing problem: