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

Error with "MPExportPlugin" Interface - it hasn't been defined in the code. #3

Open
jsummerhill opened this issue Nov 27, 2019 · 4 comments

Comments

@jsummerhill
Copy link

jsummerhill commented Nov 27, 2019

Hello Sir,

I noticed that there is an error in your code:

/MacPass/MacPassCSV/MacPassCSV/MPCSVPlugin.h:14:52: error:
      cannot find protocol declaration for "MPExportPlugin"; did you mean
      MPImportPlugin?
@interface MPCSVPlugin : MPPlugin <MPImportPlugin, MPExportPlugin>
                                                   ^~~~~~~~~~~~~~
                                                   MPImportPlugin
In file included from /Users/user/Library/Application Support/MacPass/MacPassCSV/MacPassCSV/MPCSVPlugin.m:9:
In file included from /Users/user/Library/Application Support/MacPass/MacPassCSV/MacPassCSV/MPCSVPlugin.h:10:
../MacPass/MacPass/MPPlugin.h:114:11: note: "MPImportPlugin" declared here
@protocol MPImportPlugin <NSObject> 

in the Xcode IDE there is an error here:

@interface MPCSVPlugin : MPPlugin <MPImportPlugin, MPExportPlugin>

@end

Apparently, your interface MPExportPlugin is not defined anywhere in the code. That is why it's only looking for MPImportPlugin in the project.

@mstarke
Copy link
Member

mstarke commented Nov 27, 2019

The plugin isn't finished so this is to be expected. I do not have any timeline when the CSV plugin will work, although the export is currently quite stable so this might be doable in the near future.

@jsummerhill
Copy link
Author

Ok, thanks @mstarke, do you need help with this to speed up the process? I was hoping to get this export done this week, otherwise it will have to be done one-at-a-time manually.

@LatorreDev
Copy link

LatorreDev commented Dec 16, 2019

Same Issue here

@jsummerhill
Copy link
Author

jsummerhill commented Dec 16, 2019 via email

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

No branches or pull requests

3 participants