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

Can not be integated into swift project #11

Open
xuanyuelin opened this issue Dec 27, 2022 · 1 comment
Open

Can not be integated into swift project #11

xuanyuelin opened this issue Dec 27, 2022 · 1 comment

Comments

@xuanyuelin
Copy link

You can only find a debug and a release configure file under support files after pod install, where should contain a modulemap file for swift project using!

@hawflakes
Copy link

I fixed this by adding a module map:

VerifyCode/Release/VerifyCode_iOS_3.2.3/VerifyCode.framework/Modules/module.modulemap

framework module VerifyCode {
  header "../Headers/NTESVerifyCodeManager.h"
  export *
}

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

2 participants