2014-05-19 2 views
1

Xamarin.ios 프로젝트에서 링크하는 Monotouch.AVFoundation Framework를 추가하는 방법 누구든지 상세하게 말해 줄 수 있습니까?이 Bcoz가 필요합니다. Emgu.CV.Monotouch를 사용하고 있습니다.프로젝트에서 오류를주는 Emgu.CV.monotouch를 사용하고 있습니다.

MT5210: Native linking failed, undefined symbol: _AVCaptureSessionPresetMedium. Please  verify that all the necessary frameworks have been referenced and native libraries are properly linked in. 


Error MT5211: Native linking failed, undefined Objective-C class: _OBJC_CLASS_$_AVAssetWriterInputPixelBufferAdaptor. If '_OBJC_CLASS_$_AVAssetWriterInputPixelBufferAdaptor' is a protocol from a third-party binding, please check that it has the [Protocol] attribute in its api definition file, otherwise verify that all the necessary frameworks have been referenced and native libraries are properly linked in. (MT5211) 

답변

0

오류 메시지로 오류를주고있다 .DLL 바인딩 (어셈블리) 최신 Xamarin.iOS 버전과 날짜가 있음을 말하고있다.

새로운 등록 (나중에) 7.2.1에서 사용할 수가 제대로 작동 (작은 문제를 많이 해결)하기 위해합니다 ([Protocol] 속성 같은) 좀 더 정보가 필요합니다. 바인딩 업데이트 방법에 대한 자세한 내용은 릴리스 정보 링크의 일부입니다 (이전 링크 참조).

해결 방법--registrar:legacy 옵션을 사용하여 바인딩을 수정하지 않고이 작업을 수행 할 수 있습니다. 이렇게하면 이전의 등록 기관을 효과적으로 사용할 수 있습니다 (신규 사용자의 혜택을받지 못함). 다시 릴리스 노트에 설명되어 있습니다.

관련 문제