Since i upgraded to Xamarin Studio 4.2.4 from 4.2.2 and iOS 7.2.2 from 7.0.6.168 i can no longer debug on a device.
No code changes at all just an update to the latest Studio and iOS platforms. Any ideas?
This is the build output:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Wl,-pie -miphoneos-version-min=5.0 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/MyProject.exe.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/monotouch.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/mscorlib.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/System.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/System.Core.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/System.Xml.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/System.Data.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/System.Transactions.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/BTProgressHUD.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/System.Web.Services.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/System.Json.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/Mono.Data.Sqlite.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/ZipArchive.dll.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/registrar.armv7.o /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/main.armv7.o -force_load /Users/jamesheaney73/Projects/MyProject/MyProject/obj/iPhone/Release/mtouch-cache/libziparchive.a -o /Users/jamesheaney73/Projects/MyProject/MyProject/bin/iPhone/Release/MyProject.app/MyProject -framework CFNetwork -framework AudioToolbox -framework QuartzCore -framework Foundation -framework SystemConfiguration -framework CoreGraphics -framework MessageUI -framework UIKit -lz -liconv -u _monotouch_log -u _monotouch_release_managed_ref -u _monotouch_create_managed_ref -u _xamarin_get_block_descriptor -u _CreateZStream -u _CloseZStream -u _Flush -u _ReadZStream -u _WriteZStream -u _monotouch_start_wwan /Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonoboehm-2.0.a /Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonotouch.a
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.