Skip to content

Segmentation faults when using SwiftyJSON as a subproject #67

@Noobish1

Description

@Noobish1

If you add SwiftyJSON by dragging in the SwiftyJSON.xcodeproj then linking the framework and add a class like the following:

import SwiftyJSON

class Object {
func method(json: JSON) {
}
}

You'll get a segmentation fault

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions