You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a known issue. Sadly, I don't know any workarounds for this. The simplest way is to go with 32-bit apps on simulators. Not the best solution, of course, but we have what we have.
Xamarin team is aware of the issue but seems they put it on hold due to the fact it's pretty heavy to fix. I believe the importance of this issue is underrated and it needs more votes on their issue tracker to catch their attention.
rubo
changed the title
SIGSEV while executing native code when initWithFormat:arguments: when building for 64 bit
SIGSEGV while executing native code when initWithFormat:arguments: when building for 64 bit
Aug 15, 2017
Made a small improvement in 9d699b1 to prevent crashing on 64-bit simulators. Instead, it now returns the key itself. Definitely, much better than crashing.
This code causes app crash on 'iPhone 7 Plus iOS 10.3' simulator with x64 build:
var testString = NSStringUtility.LocalizedFormat(NSBundle.MainBundle.LocalizedNSString("cb_reminders_detail_repeat_untiloccurrences"), 110, 1.508, 10);
It seems, it relates to this bug
Stacktrace:
The text was updated successfully, but these errors were encountered: