The library I want to link has the sources I want to compile in this folder https://github.com/charliesbox/react-native-google-cast/tree/master/ios/RNGoogleCast. They lack a tool for auto linking and it the README.md has not lead me to a working app. I also took a look on the official docs. They state that every dependency may have its own .xcodeproj file inside, however this is not the case.
Can I build such file from the linked source? How?
Thanks