Do ostatniej aktualizacji mogłem debugować na urządzeniu. Teraz dostaję następujące błędy:Xamarin - nie można już debugować na urządzeniu -error MT5211
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_ZipArchiveDelegate", referenced from:
objc-class-ref in registrar.armv7.o
_OBJC_CLASS_$_MiniZip_ZipArchive_ZipArchive__ZipArchiveDelegate in registrar.armv7.o
"_OBJC_METACLASS_$_ZipArchiveDelegate", referenced from:
_OBJC_METACLASS_$_MiniZip_ZipArchive_ZipArchive__ZipArchiveDelegate in registrar.armv7.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error MT5211: Native linking failed, undefined Objective-C class: _OBJC_CLASS_$_ZipArchiveDelegate. If '_OBJC_CLASS_$_ZipArchiveDelegate' 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.
error MT5210: Native linking failed, undefined symbol: _OBJC_METACLASS_$_ZipArchiveDelegate. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
error MT5202: Native linking failed. Please review the build log.
Oczyściłem i przebudowałem, ale bez skutku. Jakieś pomysły?
Czy otrzymałeś wsparcie od Xamarin? Nawet moja aplikacja działa poprawnie na symulatorze, ale ulega awarii na urządzeniu. – Sushant
Musiałem przenieść się do komponentu innego producenta, który był utrzymywany dla Unified API, nazywa się IPWorks, jeśli pamięć służy – Chad