kronenthaler / mod-pbxproj

A python module to manipulate XCode projects
MIT License
1.2k stars 294 forks source link

Cannot create subfolders #351

Closed z592397933 closed 3 months ago

z592397933 commented 3 months ago

Describe the bug Cannot create subfolders

System information

  1. pbxproj version used: '4.1.0'
  2. python version used: 3.9.6
  3. Xcode version used:'15.1.0'

To Reproduce Steps to reproduce the behavior:

  1. Go to 'self._project. add_folder(newPath, excludes=self._get_excludes_file(), target_name =target_name, file_options=options)'

Expected behavior When I pass in /SDK/SDKRely/folders, folders and their subfiles can be created and displayed properly in Xcode

Screenshots image

Additional context newPath="/SDK/SDKRely/floaders" 'self._project. add_folder(newPath, excludes=self._get_excludes_file(), target_name =target_name, file_options=options)'

z592397933 commented 3 months ago

done

z592397933 commented 3 months ago

done