Skip to content

'preferences' with lowercase in default private_frameworks #9

@pedromopi

Description

@pedromopi

"preferences": {"frameworks": ["Foundation", "CoreFoundation"], "private_frameworks": ["preferences"], "libraries": ["System"]},

Running the code without any modifications would trigger the error "ld: framework not found preferences." The issue was resolved by replacing the original code with the following:

"preferences": {"frameworks": ["Foundation", "CoreFoundation"], "private_frameworks": ["Preferences"], "libraries": ["System"]}

This modification effectively addressed and fixed the problem.

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