-
Notifications
You must be signed in to change notification settings - Fork 2
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
Could you export a framework that has .modulemap file? #1
Comments
Can you provide some more details on the kind of project you are trying to integrate the SDK with? (i.e. is it swift-based, objective-c etc.) Can you also provide some more information on the error you are getting? |
yes, I am using a swift project, I cannot find the head file. I try to import your module, but it doesn't work without modulemap |
I tried following the instructions here: https://welcm.uk/blog/connecting-an-objective-c-framework-to-your-swift-app Then, I set the filename of the bridging header as the "Objective-C Bridging Header" in the "Swift Compiler - General" settings.
After that, I could run the app and receive events from the BPHeadset class. |
Many thanks, yes, indeed, it works with a bridge header file, but in my project, it is not recommended. We use the .modulemap instead. Code reviews may fail. So I seek your help. |
We can't directly add a modulemap file to your SDK, we need your help. This feature is very important to us, please. |
Hello Lu, I am going to email you directly. |
Thanks! |
Hello @lucifer717 did you get the email? Did you have a better email for us to contact you with? |
Yes, I got your email from [email protected]. I have answered your email, please check it. |
And what do you mean by a 'better' email? Official email from my organization? |
At present, it not contain a .modulemap file which cause a integrate issue from my side. Thanks
The text was updated successfully, but these errors were encountered: