react-native-appodeal
react-native-appodeal copied to clipboard
CocoaPods could not find compatible versions for pod "StackModules"
Hi there! Trying to install pods but got this error. Any solutions?
I had the same issue using the Podfile example in the readme. I got it working by specifying the versions for each pod, shown here: https://docs.appodeal.com/ios/get-started#integration-code
So that Podfile fix got me closer, but I still couldn't get my app to build because of this error:
❌ Undefined symbols for architecture arm64
┌─ Symbol: __swift_FORCE_LOAD_$_swiftCompatibility56
└─ Referenced from: __swift_FORCE_LOAD_$_swiftCompatibility56_$_APDAppLovinAdapter in libAPDAppLovinAdapter.a(AppLovinNetwork.o)
I tried adding a swift file + bridging header to my project but no luck 🤔.