'RNLine-Swift.h' file not found

See original GitHub issue

I am trying follow your example.

  1. First I try following the doc but I got this error: Use of undeclared identifier 'LineLogin'
  2. I follow your example then I import #import "RNLine-Swift.h" in AppDelegate.m
  3. Try to pod install but failed After google searching: replace platform :ios, '9.0' to platform :ios, '10.0' and add ENV['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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
PaperMonstercommented, Oct 18, 2020

@Duya3fithou You should do the next steps.

1 - platform :ios, ‘10.0’ en Podfile line:1 2 - add use_frameworks! en Podfile line:3 3 - comment everything related with flipper because it didnt work with use_frameworks! enabled

In my case after following these 3 steps, I had to clean Xcode project as well to make the error disappear.

1reaction
nicoache1commented, Jul 9, 2020

@Duya3fithou 2.1.0 new version with updates in README in order to help you. I will close the issue, feel free to reopen if that doesn’t solve your problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

Project-Swift.h file not found
Project-Swift.h is a file auto generated by Xcode on successful compilation of the project. Catch here is the word successful compilation If ...
Read more >
'RCTLog.h' file not found & Use of undeclared identifier ' ...
'RCTLog.h' file not found & Use of undeclared identifier 'RNBRANCH_VERSION' build-time error while creating an archive for iOS app.
Read more >
“.h: No such file or directory" - 2 Easy fixes to Arduino error ...
Trying to fix the dreaded "No such file error?" - This short video will show you 2 easy fixes to solving this error....
Read more >
'process.h' file not found on Mac : r/C_Programming
Hey guys! I've been getting an error that reads fatal error: 'process.h' file not found while compiling my code, on a mac.
Read more >
File not found Xcode - YouTube
Problem with using external framework? watch the video.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found