On ios, with the 6.52 version update:
use_native_modules! pod 'PushIOManager', :path => './framework/'
When I try run pod install, I get this error:
[!] The 'Pods-dotzPayments' target has frameworks with conflicting names: pushiomanager.framework.
And when running with (old way):
pod 'PushIOManager', :path => '../node_modules/@oracle/react-native-pushiomanager/PushIOManager/'
All goes OK.
Can you help me?
On ios, with the 6.52 version update:
use_native_modules! pod 'PushIOManager', :path => './framework/'When I try run pod install, I get this error:
[!] The 'Pods-dotzPayments' target has frameworks with conflicting names: pushiomanager.framework.And when running with (old way):
pod 'PushIOManager', :path => '../node_modules/@oracle/react-native-pushiomanager/PushIOManager/'All goes OK.
Can you help me?