Search code examples
webkitlinker-errorsios9.3

iOS 9 specific linker error with respect to WebKit.framework


I am receiving the following linker error on iOS 9 and above. I am stuck with this issue for quite sometime. Any help would be appreciable.

ld: file not found: /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Solution

  • I have fixed this issue my removing WebKit.framework from the project's file system and again adding it only thru Build phases.