Open theLastCc opened 4 years ago
I met the same problem.How to solve it?
Need to look into it. I have not tried it with RN62. Will share update ASAP.
me too
Need to look into it. I have not tried it with RN62. Will share update ASAP.
FileBrowser/FileBrowser-Swift.h is a dynamic file ?
Based on my initial search. With RN62 onwards, one of the major feature we have is a deep integration with Flipper. As per Example Podfile it looks like if we use use_frameworks!
in Podfile then we can't enable Flipper at the moment.
# Enables Flipper.
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
add_flipper_pods!
post_install do |installer|
flipper_post_install(installer)
end
We need to add use_frameworks!
because FileBrowser
is a Swift library and as per my understanding in order to use Swift library using Github path then we need to add use_frameworks!
to Podfile.
I will be a detailed study on how we can enable both Flipper and this library but for the moment we need to do a trade between both the libraries.
If we enable above mentioned snippet and also comment it from AppDelegate then this library works fine.
Would be very helpful and you find and share some solution around it.
Thanks </ Pranav >
Is there any update on this? It's a blocker for running my app on iOS running React Native 0.61.5
How to solve?
@prscX , maybe ref to https://github.com/react-native-community/react-native-permissions#workaround-for-use_frameworks-issues ? I have not test it, just think maybe it's an solution.
0.63.2 same issue
@theLastCc had resolved?
same problem, anyone had resolved?
Facing the same problem, Had anyone got any solution?
Same
same 0.63.3
我也遇到了 但是把FileBrowser源码单拖出来编译之后的framework拖进工程是可以成功编的,单独编译的会生成FileBrowser-Swift.h 这个headers文件 不知道为什么pod装进去的没有
我也遇到了 但是把FileBrowser源码单拖出来编译之后的framework拖进工程是可以成功编的,单独编译的会生成FileBrowser-Swift.h 这个headers文件 不知道为什么pod装进去的没有
use react-native-document-picker
instead of this
the version RN0.61.5 no such problem,RN0.61.5 upgrade to the 0.62.0 。 Running project prompt 'FileBrowser/FileBrowser-Swift.h'