Closed
Description
I am trying follow your example.
- First I try following the doc but I got this error:
Use of undeclared identifier 'LineLogin'
- I follow your example then I import
#import "RNLine-Swift.h"
inAppDelegate.m
- Try to
pod install
but failed
After google searching:
replaceplatform :ios, '9.0'
toplatform :ios, '10.0'
and addENV['SWIFT_VERSION'] = '5'
on top of my podfile
--> pod success
But I still get the error:
'RNLine-Swift.h' file not found
Tks for your lib, pls help