File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 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
5959``` ruby 
6060pod ' instabug-reactnative' :path  => ' ../node_modules/instabug-reactnative' 
6161pod ' React' :path  => ' ../node_modules/react-native' :subspecs  => [
62- ' Core' 
63- ' CxxBridge' 
64- ' DevSupport' 
62+    ' Core' 
63+    ' CxxBridge' 
64+    ' DevSupport' 
6565]
66+ 
67+ #  Required React native dependencies
6668pod ' yoga' :path  => ' ../node_modules/react-native/ReactCommon/yoga' 
6769pod ' DoubleConversion' :podspec  => ' ../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec' 
6870pod ' glog' :podspec  => ' ../node_modules/react-native/third-party-podspecs/GLog.podspec' 
6971pod ' Folly' :podspec  => ' ../node_modules/react-native/third-party-podspecs/Folly.podspec' 
70- ``` 
7172
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.
7575post_install do  |installer |
7676   installer.pods_project.targets.each do  |target |
7777      if  target.name ==  " React" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments