Skip to content

Crash is happening while unwrapping optional value in HTTPHeaderParser while using Embassy through Swift Package Manager #90

@AyaAkl25

Description

@AyaAkl25

Crash is happening while unwrapping optional value in HTTPHeaderParser

We are using the Swift Package ( and this happened only after we started using the swift Package)
Happened in this:

@objc private func runEventLoop() {
        eventLoop.runForever()
        eventLoopThreadCondition.lock()
        eventLoopThreadCondition.signal()
        eventLoopThreadCondition.unlock()
    }

Date/Time: 2020-04-26 04:00:00.058 +0200
OS Version: Mac OS X 10.15.4 (19E287)
Application Specific Information:
CoreSimulator 704.12.1 - Device: iPhone 8 (EA3A1275-294C-4D4C-B9DB-D0568281514A) - Runtime: iOS 13.3 (17C45) - DeviceType: iPhone 8

Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /SourcePackages/checkouts/Embassy/Sources/HTTPHeaderParser.swift, line 62

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions