Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find interface declaration #74

Open
mkr-plse opened this issue Jun 29, 2020 · 1 comment
Open

Cannot find interface declaration #74

mkr-plse opened this issue Jun 29, 2020 · 1 comment
Labels
bug Something isn't working legacy-objc Issues/PR related to older PiranhaObjC implementation

Comments

@mkr-plse
Copy link
Contributor

From #65,

/Users/samhith/project/featuremanager/FeatureManager.h:101:29: error: cannot find
      interface declaration for 'NSObject', superclass of 'FeatureManager'
@interface FeatureManager : NSObject
~~~~~~~~~~~~~~~~~~~~~~~~~   
/Users/samhith/project/featuremanager/FeatureManager.h:103:3: error: expected a type
+(BOOL)isAppTypeNew;
  ^
/Users/samhith/project/featuremanager/FeatureManager.h:104:3: error: expected a type
+(BOOL)loadFile;

Is there anything I can do to overcome these errors? Let me know if you need more info on this. Thanks!

Originally posted by @Samhithgb in #65 (comment)

@mkr-plse mkr-plse added bug Something isn't working legacy-objc Issues/PR related to older PiranhaObjC implementation labels Jun 29, 2020
@mkr-plse
Copy link
Contributor Author

mkr-plse commented Jun 29, 2020

This should not error out as only the syntax is being processed. See here.

@Samhithgb, is it possible to provide a simple reproducer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working legacy-objc Issues/PR related to older PiranhaObjC implementation
Projects
None yet
Development

No branches or pull requests

1 participant