Prequisites: I am able to integrate the react-native component inside the native iOS swift application. To achieve this I used following links
https://www.raywenderlich.com/945-react-native-tutorial-integrating-in-an-existing-app
https://github.com/react-native-community/react-native-webview/blob/master/docs/Getting-Started.md
https://medium.com/@bogdan.bolchis/integrating-react-native-with-an-existing-ios-app-ce6f68e55e13
Objective - I want to integrate the react-native component inside the native swift based custom framework. And then that framework is going to be used inside the native host application.
Following are some of the screen shots of the framework project which is compiling without error.
After the framework is compiled successfully. I added that framework inside the HostApp which is native iOS application coded in swift. As shown below.
That was giving compile time error as shown below.
Anyhow I wanted to at least compile the HostApp. I did add the dependencies mentioned in the error inside the project as shown in the following screenshot.
Then also it was giving the same error.
Please help me if anybody has any solution/suggestion on this. It will be really appreciated.