mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-28 10:00:40 +00:00
e3f7eb31e4
The crash will happen when you type something unexpected instance URL.
Example
```swift
let server = "mstdn.jp/"
var components = URLComponents()
components.scheme = "https"
components.host = server
components.path = "/api/v1/instance"
components.url! // 💥 error: Execution was interrupted, reason: EXC_BREAKPOINT (code=1, subcode=0x18c986650).
```
|
||
---|---|---|
.. | ||
Env |