Running pod install in /Examples-IOS/ or pod_setup.sh fails to install the pods:
Nanaimo::Reader::ParseError - [!] Array missing ',' in between objects
# -------------------------------------------
# 2942FF911D9F39E00015D24B /* LabelSectionController.swift in Sources */,
# 295D8A9D1E92ECDE001F7C06 /* Post.m in Sources */
830> 29F7E2AD1E92843A00197586 /* IncrementAnnouncer.swift in Sources */,
^
# 2981BA391DB874BB00A987F9 /* WorkingRangeViewController.swift in Sources */,
# 29C629831DCFDB57004A5BB1 /* UserHeaderView.swift in Sources */,
# -------------------------------------------
README and documentationIGListKit version: 2.1.0Same issue.
@runmad
there's is a missing coma after
295D8A9D1E92ECDE001F7C06 /* Post.m in Sources */
So open IGListKitExamples.xcodeproj via any text editor and add missing coma (line 829) and save it.
Try again and it should work
I know, I've opened a PR.
Most helpful comment
I know, I've opened a PR.