SpringyFlowLayoutExample
SpringyFlowLayoutExample copied to clipboard
Test Target with wrong Prefix Header
First, thanks for taking the time to create the code.
I Just downloaded your code and when trying to build it I got the following error:
clang: error: no such file or directory: '/Users/MyName/Documents/SpringyFlowLayoutExample-master/UIDynamics+UIScrollView/UIDynamics+UIScrollView-Prefix.pch' clang: error: no input files
Debuging it, I found that your Test Target Prefix Header is pointing to "UIDynamics+UIScrollView/UIDynamics+UIScrollView-Prefix.pch" which indeed does not exist.
For users having this problem, just delete the Test target and you will be fine.