flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

IOS post Install actions in Podfile cause Firebase To not compile

Open ryanheitner opened this issue 3 years ago • 1 comments

If I have a project which includes firebase_core: 1.12.0 and permission_handler: 8.3.0

I cannot add the post install to the podfile without causing firebase to fail with
ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m:408:3: error: implicit declaration of function 'pb_release' is invalid in C99

post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| 'PERMISSION_MICROPHONE=1',

ryanheitner avatar Jan 30 '22 08:01 ryanheitner

@ryanheitner, https://stackoverflow.com/a/70912837/10684765.

fartem avatar May 05 '22 11:05 fartem

Hi @ryanheitner, thank you for reaching out!

Did the solution linked by @fartem help you resolve your issue?

JeroenWeener avatar Aug 30 '23 15:08 JeroenWeener

Without additional information, we are unfortunately not able to resolve this issue. Therefore, we reluctantly closed this issue for now. If you run into this issue later, feel free to file a new issue with a reference to this issue. Add a description of detailed steps to reproduce, expected and current behaviour, logs and the output of 'flutter doctor -v'. Thanks for your contribution.

github-actions[bot] avatar Sep 13 '23 16:09 github-actions[bot]