File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -503,10 +503,6 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
503503 return path . join ( this . platformData . projectRoot , this . $projectData . projectName + IOSProjectService . XCODE_PROJECT_EXT_NAME ) ;
504504 }
505505
506- private get cocoaPodsXcodeprojPath ( ) : string {
507- return path . join ( this . platformData . projectRoot , "Pods" , "Pods" + IOSProjectService . XCODE_PROJECT_EXT_NAME ) ;
508- }
509-
510506 private get projectPodFilePath ( ) : string {
511507 return path . join ( this . platformData . projectRoot , "Podfile" ) ;
512508 }
@@ -682,7 +678,6 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
682678
683679 if ( this . $xcprojService . getXcprojInfo ( ) . wait ( ) . shouldUseXcproj ) {
684680 this . $childProcess . exec ( `xcproj --project ${ this . xcodeprojPath } touch` ) . wait ( ) ;
685- this . $childProcess . exec ( `xcproj --project ${ this . cocoaPodsXcodeprojPath } touch` ) . wait ( ) ;
686681 }
687682
688683 return childProcess ;
You can’t perform that action at this time.
0 commit comments