Open hjJunior opened 6 years ago
How do you integrate with react-native-fcm? manual linking (the result is you have a project in main project -> Library folder) react-native link (the result is you have a project under Pod project)
Using react-native link
and pod install, and so after I've checked the files if has changed
And I've so followed the tutor
can you provide an example project with the issue?
Yep, do want that I create a repository here in GitHub or maybe a private repository in Bitbucket, I mean what's the best way ?
public git repo
Hi! I have the same problem
I even tried to clone the example repository, but I'm getting the same error
Any update?
looking
tried the repo and build without issue. I did
Hi! I have the same problem
react-native: 0.54.0
react-native-fcm: ^14.1.3
I'm getting error on build saying that library not found, this have done just after I use pod install
My PodFile
I've tried to uncomment the following lines and remove and installing again running pod install
Update I
I also tried to specify a platform in Podfile (
platform :ios, '9.0'
), and for each update on Podfile I'm running this command above instead ofpod update
Here following logs about the error on xcode