You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pod install, I get the following error:
The Swift pod MyFramework depends upon React, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set use_modular_headers! globally in your Podfile, or specify :modular_headers => true for particular dependencies.
How to handle this issue?
If I follow the instruction, seems that it doesn't work:
pod 'MyFramework',
:path => '../node_modules/react-native-yandex-payment/ios/MyFramework.podspec',
:modular_headers => true
Why the pod uses MyFramework as a title? It looks weird to users.
Is it possible to use the newer versions of Yandex SDK or this requires extra work on your end?
The text was updated successfully, but these errors were encountered:
Describe the bug
When running
pod install
, I get the following error:If I follow the instruction, seems that it doesn't work:
MyFramework
as a title? It looks weird to users.The text was updated successfully, but these errors were encountered: