79489532

Date: 2025-03-06 13:36:25
Score: 0.5
Natty:
Report link

On my case adding the following line in the iOS .podspec fix the problem (in the podspec from your iOS Swift library, not from the React Native library):

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

Then re-run pod install in your react native example app and Clean the Build folder

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: La Gregance