SpringyFlowLayoutExample icon indicating copy to clipboard operation
SpringyFlowLayoutExample copied to clipboard

Test Target with wrong Prefix Header

Open renatosc opened this issue 10 years ago • 0 comments

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.

renatosc avatar Mar 15 '15 05:03 renatosc