react-native-appodeal icon indicating copy to clipboard operation
react-native-appodeal copied to clipboard

CocoaPods could not find compatible versions for pod "StackModules"

Open trickyc0d3r opened this issue 1 year ago • 2 comments

Hi there! Trying to install pods but got this error. Any solutions?

trickyc0d3r avatar Jul 27 '23 15:07 trickyc0d3r

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

padge avatar Oct 11 '23 16:10 padge

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 🤔.

padge avatar Oct 11 '23 17:10 padge