I just downloaded XCode 12.2 and created new empty project. Then I imported Parse SDK with pod. The problem is that the project doesn't build.
errors found:
framework not found Parse
ld: framework not found Parse clang: error: linker command failed with exit code 1 (use -v to see invocation)
How can I solve it?