andrea-prearo / SwiftExamples

Swift Examples Repository
MIT License
274 stars 122 forks source link

SmoothScrolling #34

Open jinthislife opened 5 years ago

jinthislife commented 5 years ago

When I tried to build SmoothScrolling project I got errors below.

Screen Shot 2019-10-28 at 4 56 39 pm Screen Shot 2019-10-28 at 4 58 27 pm

The actual file names in Target Suport Files folder are different from the names Xcode is looking for.

Screen Shot 2019-10-28 at 4 57 10 pm

I managed to build this project by changing filenames in Target Suport Files folder from info.plist to WatchdogInspector-Info.plist and Pods-TableView-Info.plist, but I'm reporting this because I wasn't sure it was right approach to resolve this issue this way and it would be nice it could be fixed.

Thank you very much for this helpful project and post!

andrea-prearo commented 5 years ago

WatchdogInspector is not strictly required to run the sample. I pushed a new branch that doesn't use any pods and should solve your issue. Feel free to checkout the smooth-scrolling-no-pods branch to verify if you can build and run the app.