segment-integrations / analytics-ios-integration-amplitude

The Amplitude analytics-ios integration.
MIT License
11 stars 45 forks source link

Include of non-modular header inside framework module 'Segment_Amplitude.SEGAmplitudeIntegration #94

Open girishnair12345 opened 3 years ago

girishnair12345 commented 3 years ago

I am trying to upgrade segment in my existing project It works file till version 3.0.1 but after that, I always get this error

Include of non-modular header inside framework module 'Segment_Amplitude.SEGAmplitudeIntegration

amplitude

I tried to de-integrate the pod, cleared derived data but still, the issue persists

kalyanichaudhari03 commented 2 years ago

Hey Any solution on this..I am getting same error.

idemche commented 2 years ago

@kalyanichaudhari03 add -Xcc -Wno-error=non-modular-include-in-framework-module flag to Other Swift Flags in build settings, it should resolve the issue