Steps to reproduce
- Add to package.json “react-native-share”: “git+https://git@github.com/react-native-community/react-native-share.git” or “react-native-share”: “^3.1.1”, or “react-native-share”: “^3.1.0”
- Build project on xCode Version 10.2.1
Expected behaviour
Application building correctly
Actual behaviour
Build failed with error ‘linkpresentation/linkpresentation.h’ file not found react-native’
Environment
- React Native version: “^0.61.5”
- React Native platform + platform version: iOS 11.3, physical device
react-native-share
Version: “git+https://git@github.com/react-native-community/react-native-share.git” or “react-native-share”: “^3.1.1”, or “react-native-share”: “^3.1.0”
I will check it during weekend.
The solution is compile the app with
iOS SDK 13
or higher. I’ve compiled the app and installed in one iPhone with iOS 12.1 and the app works successfully. Thanks for the time @miyabi @MateusAndrade. I will close this issue if any another problem related of this issue is happening feel free to reopen.Of course! I’ll make an pull request updating the readme with this information
Thank you for adding requirements and troubleshooting to readme. If you need to use Xcode 10 or earlier, I can fix it.
+1, I am stuck on Xcode 10.2.1 and would love to get the latest updates
@MateusAndrade Thank you for quick release!