CocoaPods / CocoaPods/Xcodeproj
xcconfig doesn't support spaces in file path
Open
- Dominant language
- Ruby
- Stars
- 2.4k
- Forks
- 488
- PR merge metrics
- No merged PRs in 30d
Description
e.g.
My xcconfig file:
```
OTHER_LDFLAGS = $(inherited) -ObjC -filelist "xxx/abc def/yyy"
```
I use xcodeproj/config to read this file, the result is:
```
xcconfig.other_linker_flags[:simple] = #
```
The path of `-filelist` will be separated by a blank space.
[Related issues No.770](https://github.com/CocoaPods/Xcodeproj/issues/770)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.