Skip to content

Remove :modular_headers => true (cause crash :/)#3

Open
Pyozer wants to merge 5 commits intodevansh-ramen:masterfrom
Pyozer:master
Open

Remove :modular_headers => true (cause crash :/)#3
Pyozer wants to merge 5 commits intodevansh-ramen:masterfrom
Pyozer:master

Conversation

@Pyozer
Copy link
Contributor

@Pyozer Pyozer commented Jul 17, 2019

Hi ;)
On the 0.1.2, you add this :modular_headers => true on iOS .podspec file.
But now when I want to build on iOS, it's fail :/

@blackredscarf
Copy link

blackredscarf commented Aug 26, 2019

@Pyozer Hello. After removing the :modular_headers => true, I cannot build it, still.

[!] The following Swift pods cannot yet be integrated as static libraries:

The Swift pod `flurry_analytics` depends upon `Flurry-iOS-SDK`, which does not define modules. 
To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), 
you may set `use_modular_headers!` globally in your Podfile, or specify `:modular_headers => true` for particular dependencies.

@abouquet42
Copy link

Hello,

I have a crash too when there is :modular_headers => true .
Is it possible to remove it please?

@whitmanlui
Copy link

Hello ,

I got this problem too, may i know how to solve it? Thanks

@abouquet42
Copy link

Hello ,

I got this problem too, may i know how to solve it? Thanks

I used this solution :

dependencies:
  flutter:
    sdk: flutter

  flurry_analytics:
    git:
      url: https://github.com/Pyozer/flutter_flurry_analytics
      ref: master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants