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
503
503
return path . join ( this . platformData . projectRoot , this . $projectData . projectName + IOSProjectService . XCODE_PROJECT_EXT_NAME ) ;
504
504
}
505
505
506
- private get cocoaPodsXcodeprojPath ( ) : string {
507
- return path . join ( this . platformData . projectRoot , "Pods" , "Pods" + IOSProjectService . XCODE_PROJECT_EXT_NAME ) ;
508
- }
509
-
510
506
private get projectPodFilePath ( ) : string {
511
507
return path . join ( this . platformData . projectRoot , "Podfile" ) ;
512
508
}
@@ -682,7 +678,6 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
682
678
683
679
if ( this . $xcprojService . getXcprojInfo ( ) . wait ( ) . shouldUseXcproj ) {
684
680
this . $childProcess . exec ( `xcproj --project ${ this . xcodeprojPath } touch` ) . wait ( ) ;
685
- this . $childProcess . exec ( `xcproj --project ${ this . cocoaPodsXcodeprojPath } touch` ) . wait ( ) ;
686
681
}
687
682
688
683
return childProcess ;
You can’t perform that action at this time.
0 commit comments