본문 바로가기

Mac&iOS

framework not found IOSurface for architecture armv7

ld: framework not found IOSurface for architecture armv7

clang: error: linker command failed with exit code 1 (use -v to see invocation)


ld: framework not found FileProvider for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see invocation)


간혹가다가 다른 xcode에서 잘 동작하던 프로그램이 빌드가 안되는 경우가 있다. 프레임워크를 추가하려고 해도 해당 프레임워크도 없고.


이경우 잘 동작하는 Xcode에서 해당 프레임워크를 복사해서 넣으면 된다.


 프레임 워크 경로는 다음과 같다.


Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/



도움 받은 출처 : https://stackoverflow.com/questions/44450673/framework-not-found-iosurface-for-architecture-arm64