You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
When connecting the library using cocoapods, a number of errors occur.
To solve them have to manually change the RNReactLogging.podspec, namely: s.homepage = "" => s.homepage = "https://github.com/LeoLucaNexsoft/react-native-file-log#readme" s.source_files = "RNReactLogging/**/*.{h,m}" => s.source_files ="*.{h,m}"
After making these changes, everything is installed and working normally.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello!
When connecting the library using cocoapods, a number of errors occur.
To solve them have to manually change the RNReactLogging.podspec, namely:
s.homepage = ""
=>s.homepage = "https://github.com/LeoLucaNexsoft/react-native-file-log#readme"
s.source_files = "RNReactLogging/**/*.{h,m}"
=>s.source_files ="*.{h,m}"
After making these changes, everything is installed and working normally.
Thank you.
The text was updated successfully, but these errors were encountered: