CollectionViewWithSearchBar
CollectionViewWithSearchBar copied to clipboard
Compile time error in Xcode 6.2 beta
The following error is thrown when compiling the project in Xcode 6.2 beta 1.
File not found: /Users/isurunanayakkara/Library/Developer/Xcode/DerivedData/collectionViewWithSearchBar-ezbqomhknvfmabfqijftqeddhhcd/Build/Products/Debug-iphonesimulator/collevtionViewWithSearchBar.app/collevtionViewWithSearchBar
Deleting the DerivedData folder, cleaning and building the Xcode project didn't work.
+1
clang: error: linker command failed with exit code 1 (use -v to see invocation)
File not found: /Users/KyleTrammell/Library/Developer/Xcode/DerivedData/collectionViewWithSearchBar-ezbqomhknvfmabfqijftqeddhhcd/Build/Products/Debug-iphonesimulator/collevtionViewWithSearchBar.app/collevtionViewWithSearchBar
+1
Deleting the test target and building again works for me.
Will try that
I can second that, it does build & run fully for me when I deleted the test target.
just updated the project, hope this issue is gone now
I just downloaded this project and compile problem is still there. Though deleting the test project did the trick but still it need to be fixed