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
target 'chatAppTests' do
inherit! :search_paths
end
end
target 'chatApp-tvOS' do
target 'chatApp-tvOSTests' do
inherit! :search_paths
end
end
I got this error
error: bundling failed: ambiguous resolution: module /Users/franciscocabrera/Development/Chatapp/index.android.js tries to require react-native, but there are several files providing this module. You can delete or fix them:
After installing Pods using this file:
target 'chatApp' do
use_frameworks!
pod 'XMPPFramework', :git => 'https://github.com/robbiehanson/XMPPFramework.git', :branch => '3.7.0'
pod 'KissXML', :git => "https://github.com/aksonov/KissXML.git", :branch => '5.2.0'
pod 'RNXMPP', :path => '../node_modules/react-native-xmpp'
target 'chatAppTests' do
inherit! :search_paths
end
end
target 'chatApp-tvOS' do
target 'chatApp-tvOSTests' do
inherit! :search_paths
end
end
I got this error
error: bundling failed: ambiguous resolution: module
/Users/franciscocabrera/Development/Chatapp/index.android.js
tries to requirereact-native
, but there are several files providing this module. You can delete or fix them:/Users/xxx/Development/Chatapp/ios/Pods/React/package.json
/Users/xxx/Development/Chatapp/node_modules/react-native/package.json
The text was updated successfully, but these errors were encountered: