-
-
Notifications
You must be signed in to change notification settings - Fork 331
fatal error: 'BridgeAPI/FBSDKBridgeAPIProtocol.h' file not found #20
Comments
Thanks for reporting. Could you:
I couldn't debug this on a fresh project on the latest Flutter beta since the |
Thanks for your answer. The
And the
|
Hmm. I'll look into resolving this when I have the time, can't promise anything currently. Hopefully, you can develop on Android for a while. |
One thing: are you sure that you're adding this in your |
Yes the dependency is in the |
After digging a little bit, if I use the Podfile from the example/ios folder, the app will compile again. |
That's really useful information, thanks a lot! I'll try to:
Still no ETA when I'm able to fix it, hopefully soon. |
Having the same issue. I tried looking into the Podfile but I couldn't do anything because of my lack of knowledge about it. So, it would be really helpful if you could look into this sooner, @roughike? Thank you for the amazing plugin. |
Not able to reproduce on a fresh project created with Flutter |
Having the same issue :'( |
@Ajit121 |
Created one day ago and used swift. Its working fine for android (Kotlin) but unable to build in ios because of this error. |
Oh! this issue is happening for flutter project for using swift only.. Working fine for the project using Objective C. Please fix this issue ASAP. |
This has been an issue with Swift projects before, and IIRC, it's not particularly related to this plugin, but more of a Flutter issue. I can help you debug once I get home. Meanwhile, could you run "flutter --version" and paste the output here? |
I had the same issue, so I thought I would detail the steps that worked for me in case someone else lands on this issue too. Background: My project is a Swift project created quite a few months ago, with a change added to Podfile to deal with Swift plugin issue (so firebase plugin could work). Flutter on dev channel, v0.5.4 Steps that worked for me:
It worked! I have no idea why step 9 worked when step 6 didn't, except maybe for step 8 (building for iOS is a bit of a mystery to me, I'm an Android developer) |
I can confirm the above works, at least with y setup and xCode 9.3. + Pod 1.5.3. Basically, just do 'pod clean' followed by changing your Podfile to match https://github.com/flutter/flutter/blob/master/packages/flutter_tools/templates/cocoapods/Podfile-swift and then re-build using xCode. No need to make any manual changes to Podfile |
Hello,
I have a strange problem with the library and the iOS build.
Every time I try to build the Flutter app, I have this error:
How to reproduce the bug:
flutter_facebook_login: "^1.1.1"
I have tried to change the Podfile, but the error is still the same:
The text was updated successfully, but these errors were encountered: