Error Loading extension
Each time I start an app in the iOS debugger, after the FinishedLaunching delegate occur, I see errors that are not coming from my app. it happen only on the debugger. I am running the last alpha...
View ArticleMT.Dialog and iOS7 Popover Problems
Is any one else having problems with the iOS7 release when using a MT.Dialog in a Popover? 1) UIViewElements have default cell height not height of "contained" UIView. 2) Problems with background...
View ArticleWhere are MKMapPointMake, MKMapRectGetMidX and MKMapRectGetMidY
I cant find these MKMapkit methods MKMapPointMake, MKMapRectGetMidX and MKMapRectGetMidY Maybe they are named something else?
View ArticleTinyIoC, Xamarin.iOS, Linker
Hey all. I'm trying to get TinyIoC working on Xamarin.iOS, but I'm not having a lot of luck. My project linker settings are set to "Link SDK assemblies only". I'm literally doing something this simple:...
View ArticleHow to update a Button Text using a timer
Hi, I need help as mentioned in the title. I have a timer routine that will update the text of button. But it doesn't seem to update then the timer routine is executed. private void...
View ArticleCould not AOT the assembly since upgrading Xamarin
After just installing the latest version of Xamarin (for iOS 7 support), I now can't compile my project for a device. It works in the simulator, but when I try and push it to device I get an error that...
View ArticleiOS-7 - Major trouble with anonymous methods
This is with iOS-7. Device updated over the air with the final iOS 7, not the GM. My app, built with the iOS-6 Xamarin stack works nicely in 7. Updated XCode through AppStore to version 5 Updated...
View ArticleIs there a way to fixup namespaces (as per Resharper)?
Hi, Is there a way to get studio to fix up namespaces to reflect folders as per the resharper fix namespaces refactor? Dan
View ArticleIssue [OpenGLRenderer] Enabling debug mode 0
I have problems to debug my app. And when began this situation on the output appears this message: [OpenGLRenderer] Enabling debug mode 0 Any Knows how can I do to debug my app with breakpoints again?
View ArticleIOS7 upgrade problems
This is a word of warning, I have about 2,000 users with one of my apps, about 5-6 of them have lost all their data after the upgrade to IOS7, the database that the app uses has gone, it is not in the...
View ArticleStuck on Step 0: how to install nuget so I can get system.net.http?
Hello - new around these parts, but likin it so far. Running Xamarin Studio 4.0.12 Build 3 on Windows 8.1 Pro, learning about the Xamarin Android world. I am trying to install nuget so I can include...
View ArticleMy UIAlertView no longer works in iOS7
The Alert is shown however the clicked event never fires. The OK or Cancel buttons remain lit and nothing happens. public override void RowSelected (UITableView tableView, NSIndexPath indexPath) { var...
View ArticleLastest releases (Alpha + stable) have become a real pain for my projects,...
I now run into so much trouble, I have spent more hours on fighting Xamarin than coding the past two weeks :( This is a list of problems I encountered past two weeks, after months of running smooth...
View ArticleAnyone having issues with Push Notifications?
Code that has been working for years now doesn't appear to work. I've stepped through, and the payload looks correct, I've verified the device token is correct for that device, and it successfully...
View ArticleAndroid design
Hi, Can you please suggest me how to design android apps using Xamarin studio. I am very new here. Any tool is available for that so that a C# developer can design a good UI for android apps.
View ArticleBinding MapsForge - Problem with System.Collections.Generic.ICollection
Hello. I am trying to bind mapsforge JAR. In Overlay class of this library there are many generic collections. Interface Java.Util.IList want realization like this...
View Articlemdtool not respecting configuration option
I've been running into problems with mdtool since I upgraded to the newer Xamarin tools. Here is how I'm using mdtool via the terminal /Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool -v build...
View ArticleBug Report: Opening a Layout (axml) empty source unless you open directly in...
Whenever I open a layout / axml file when working on the Android app the default layout wysiwyg editor opens. When I hit source I see a empty 1 line file. BUT if I right click on the axml file and...
View ArticleCompiling for iOS6 & iOS7
Forgive my ignorance if this is a simple question. I'm working on my first app. I updated XCode and Xamarin to the latest for support of iOS7. I'm using TestFlightApp to distribute the app to a beta...
View ArticleWhat are the architectural differences between Xamarin.Android and iOS?
We've all heard the story about how Xamarin for Android came to be. The XobotOS project and the Sharpen Java to C# conversion tool etc. But I've not heard much about how the Xamarin.iOS architecture...
View Article