8000 Cocoapods Link Error: __FBTweakIdentifier (with custom build configuration) · Issue #4 · facebookarchive/Tweaks · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.
This repository was archived by the owner on Nov 2, 2020. It is now read-only.
Cocoapods Link Error: __FBTweakIdentifier (with custom build configuration) #4
Closed
@LeffelMania

Description

@LeffelMania

Trying to get set up with Tweaks, added the pod to my podfile:

pod 'Tweaks'

Got the FBTweakShakeWindow integrated and displaying 0 items (as expected), went to add my first tweak as such:

self.alpha = FBTweakValue(@"Category", @"Thing", @"Alpha", .6, 0.1, 1.0);

When I went to build I got a Linker Error:

Undefined symbols for architecture i386: "__FBTweakIdentifier"

I see the externs defined in FBTweakInline.m and FBTweakinlineInternal.h, but I can't get this resolved.

Any suggestions on what I might have missed or what the problem might be?

Many thanks.

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

      0