Looking for ?

Translate

Using bridging headers with module interfaces is unsupported in xcode, flutter

Solution to - Using bridging headers with module interfaces is unsupported in xcode, flutter

Hello wakabianas, if you happen to be a developer of flutter or swift, you might someday come across the above error stated on the title of this post. 

If you are facing this issue and you feel like giving up, i tell you, just calm down because am about to direct you on how to get the issue resolved.



SOLUTION

Step 1: 


Add this code: target.build_configurations.each do |config| in your podfile.

 When done, your code will look like below

...

post_install do |installer|

  installer.pods_project.targets.each do |target|

    flutter_additional_ios_build_settings(target)

    target.build_configurations.each do |config|

      # Put it here (indent like this)

  ...

Step 2"

Read Also:  Solution to module awesom notification not found in GeneratedPluginRegistrant


*Select Runner on the left Panel


*Under Targets, select the target (usually "Runner")


*Select Build Settings from the top Menu


*Scroll down to Build Options and find the option "Build Libraries for Distribution"


* Set the value of "Build Libraries for Distribution" 

to NO (or set it for any particular build scheme)


*Clean Build Folder


*Delete flutter "build" folder, run flutter clean & flutter pub get


IN SUMMARY

We believe that our guild will go along way assisting you with your development. If you still haven't gotten what you want, feel free to contact me.

I Udoka Ezepue, the owner of Wakabia is a chief ICT consultant all over the world, 

I build Websites and Apps of any kind.  i have +9 year of experience in programming. 

If you want us to do business, 

Call/Whatsapp me +2347063076212




SHARE THIS POST

About Wakabia

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment