When using Cocoapods as a third-party library management project, if you modify the project path (rename or cut away) and compile the project again, you will be prompted with the following error:
Ld:library not found for-lpods-**
and a build directory is recreated under the original path. The reason for the error is probably that the project went to the original directory to find the library.
Attempts to clean up the project, set the path, and so on are not resolved. Finally, the new path (the project path after the move) to delete the build directory, in the recompile, incredibly good.
Solution :
Delete the build directory under the moved item and compile it.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Library not found solution after Cocoapods engineering path change