Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Missing FBTweakStore in FBTweakViewController.h #7

Closed
szotyi opened this issue Mar 27, 2014 · 2 comments
Closed

Missing FBTweakStore in FBTweakViewController.h #7

szotyi opened this issue Mar 27, 2014 · 2 comments

Comments

@szotyi
Copy link

szotyi commented Mar 27, 2014

The definition for FBTweakStore is missing in the controller's header file. Adding the

@class FBTweakStore;

to the top of the file helped.

@iceydee
Copy link

iceydee commented Mar 27, 2014

Importing FBTweakStore.h before FBTweakViewController.h makes it compile using LLVM, but I agree, the forward reference is a better solution.

@grp grp closed this as completed in fe3ade6 Mar 27, 2014
@grp
Copy link
Contributor

grp commented Mar 27, 2014

Thanks, good catch. Should be fixed now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants