File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -59,19 +59,19 @@ npm install instabug-reactnative
59
59
``` ruby
60
60
pod ' instabug-reactnative' , :path => ' ../node_modules/instabug-reactnative'
61
61
pod ' React' , :path => ' ../node_modules/react-native' , :subspecs => [
62
- ' Core' ,
63
- ' CxxBridge' ,
64
- ' DevSupport'
62
+ ' Core' ,
63
+ ' CxxBridge' ,
64
+ ' DevSupport'
65
65
]
66
+
67
+ # Required React native dependencies
66
68
pod ' yoga' , :path => ' ../node_modules/react-native/ReactCommon/yoga'
67
69
pod ' DoubleConversion' , :podspec => ' ../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
68
70
pod ' glog' , :podspec => ' ../node_modules/react-native/third-party-podspecs/GLog.podspec'
69
71
pod ' Folly' , :podspec => ' ../node_modules/react-native/third-party-podspecs/Folly.podspec'
70
- ```
71
72
72
- 3 . Add the following post install script at the end of your ` Podfile ` :
73
-
74
- ``` ruby
73
+ # To make sure that archiving works correctly in Xcode, React has to be
74
+ # removed from the Pods project as it's already included in the main project.
75
75
post_install do |installer |
76
76
installer.pods_project.targets.each do |target |
77
77
if target.name == " React"
You can’t perform that action at this time.
0 commit comments