I have tried to install swift package in react native The steps were as follow:
- cd ios
- vim Podfile
and added the line:
pod JZCalendarWeekView
- pod install
And then I have tried to import the package in the customView.swift file. But I faced the terrible error:
I have tried to fix as this solution but couldn't solve it. Who can help me?