Skip to content

lldb startup super-slow unless ios-deploy.c is edited to match exact xcode version #20

Closed
@fischman

Description

@fischman

I ran into Issue #8 even though it's marked fixed, because ios-deploy.c hard-codes "7.0.4\ (11B554a)" even though on my MBP that should be "7.0.6\ (11B651)". Making that change lets the app start in ~5s instead of 30-90s.

https://github.com/phonegap/ios-deploy/blob/master/ios-deploy.c#L30

I guess a proper fix would be for ios-deploy to figure out the correct sysroot and/or die on startup if it can't.

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