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.
Closed
Description
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 extern
s 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
Labels
No labels