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
'Mac&iOS' 카테고리의 다른 글
Objective-C 자주 찾게 되는 형변환 (0) | 2017.11.14 |
---|---|
개발관련 아이폰 화면 사이즈(3GS~6+) (0) | 2017.11.03 |
iOS Privacy관련 This app has crashed because it attempted to access privacy-sensitive data without a usage description (0) | 2017.10.26 |
큰 NSData를 Base64로 인코딩된 스트링으로 만들었는데 서버에서 복호화를 못한다면? (0) | 2017.10.09 |
iOS에서 RSA암호화(5) (0) | 2017.09.19 |