rostopira / flutter_nearby_messages

Flutter Nearby Messages plugin
Do What The F*ck You Want To Public License
10 stars 8 forks source link

[Question] Have had problems with include of non-modular header inside framework? #4

Open amadeu01 opened 4 years ago

amadeu01 commented 4 years ago

I saw your question https://stackoverflow.com/questions/52932436/how-to-add-bridging-header-to-flutter-plugin

And, I'm currently having problem to make the iOS cocoapods work with this project https://github.com/solid-software/flutter_vlc_player

It seems that you faced some similar issues. Have you had the problem with non-modular headers?

rostopira commented 4 years ago

file that solved my problem is here: https://github.com/rostopira/flutter_nearby_messages/blob/master/ios/Classes/NearbyMessages/module.modulemap

amadeu01 commented 4 years ago

It seems to only work for the exemple project, because you use the path relative to the exemple project. Am I right ?