Pathfinder sample project broken on case-sensitive filesystems

Originator:adam
Number:rdar://28044084 Date Originated:27-Aug-2016 08:49 PM
Status:Open Resolved:
Product:Sample Code Product Version:1.0
Classification:Other Bug Reproducible:Always
 
Summary:
The Pathfinder sample code zip file contains mixed use of "Pathfinder" and "PathFinder", resulting in a project that doesn't compile out of the box when on a case-sensitive filesystem.

Steps to Reproduce:
1. Create a DMG in Disk Utility, formatted as macOS Extended case sensitive.
2. Copy Pathfinder.zip to the volume and extract it.
3. Open Pathfinder.xcodeproj.
4. Build.

Expected Results:
Builds successfully.

Actual Results:
Build errors due to files that can’t be found.

Regression:
N/A

Notes:
The directory tree looks like the following:

./PathFinder
./PathFinder/Assets.xcassets
./PathFinder/MazeBuilder.swift
./Pathfinder
./Pathfinder/Assets.xcassets
./Pathfinder/<all other global files>
./Pathfinder (OS X)
./Pathfinder (iOS)
./Pathfinder (tvOS)
./Pathfinder.xcodeproj

The Pathfinder and Pathfinder (OS X) directories are referenced as PathFinder and PathFinder (OS X) in the Xcode project.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!