With xcode 12 first time build fails for working project with previously installed cocoapods framework:
ld: framework not found Pods_CopticFind
clang: error: linker command failed with exit code 1 (use -v to see invocation)
So, what changed from xcode 11.7 to 12?
Tried running:
pod update
No change, still same error.
2. Change Framework Search path to 'recursive'.
No change, still same error.
ld: framework not found Pods_CopticFind
clang: error: linker command failed with exit code 1 (use -v to see invocation)
So, what changed from xcode 11.7 to 12?
Tried running:
pod update
No change, still same error.
2. Change Framework Search path to 'recursive'.
No change, still same error.