Skip to content

Hang risk detected in Mixpanel Library #641

Open
@Anteloper

Description

@Anteloper

XCode 15.3 reports a hang risk on line 471 of MixpanelInstance.swift

    static func isiOSAppExtension() -> Bool {
        return Bundle.main.bundlePath.hasSuffix(".appex")
    }

message: {"message":"This code path does I/O on the main thread underneath that can lead to UI responsiveness issues. Consider ways to optimize this code path","antipattern trigger":"-[NSBundle bundlePath]","message type":"suppressable","show in console":"0"}

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