You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build the package in ios, but it throws this error.
[!] Failed to load 'flurry_analytics' podspec:
[!] Invalid `flurry_analytics.podspec` file: [!] Unsupported version requirements. [{:modular_headers=>true}] is not valid..
What is wrong about this ?
The text was updated successfully, but these errors were encountered:
You can download this git, then put it in to the project folder
create plugin folder in the project folder
Next ,In pubspec.yaml:
add this
flurry_analytics:
path: ./plugin/flurry_analytics/
go to this git project folder,
Remove ",:modular_headers => true" in flurry_analytics.podspec
I build the package in ios, but it throws this error.
What is wrong about this ?
The text was updated successfully, but these errors were encountered: