Problem building my Xamarin Forms iOS application - xamarin

The error I'm getting is
/Users/paulwroe/Projects/Project/iOS/MTOUCH: Error MT2023: Binding Optimizer failed processing System.Void AVFoundation.AVAssetImageGenerator::GenerateCGImagesAsynchronously(Foundation.NSValue[],AVFoundation.AVAssetImageGeneratorCompletionHandler). (MT2023) (Project.iOS)

Related

AppCenter shows me a error when i make a build of my branch (xamarin forms proj)

Im working with xamarin forms, I am trying to generate a build for ios in app center, the code in vs for mac does not throw errors, which compiles and runs perfectly, but when I try to generate the build in app center (I linked my branch from bitbucket to app center) is showing me the following:
[error]Xamarin.iOS task failed with error Error: /Library/Frameworks/Mono.framework/Versions/6_4_2/bin/msbuild failed with return code: 1. For guidance on setting up the build definition, see https://go.microsoft.com/fwlink/?LinkId=760847.
[section]Finishing: Build Xamarin.iOS solution
What is going on?

Cannot debug UWP app on Simulator: foreground can not be acquired

With Visual Studio for Windows, if I debug my Xamarin.Forms UWP app in "Local Machine" it works fine, but if I choose "Simulator", I get the following error when launching the debug session:
Unable to activate Windows Store app '10509MyNameAndSurname.myappname_6k78edmmrpdam!App'. The activation request failed with error 'Activate Application failed as foreground can not be acquired in Windows Simulator'. See help for advice on troubleshooting the issue.
If I click Help, it sends me to this page, which doesn't really mention my problem above. Any way to fix this? The main reason I want to know if it runs this way is because I'm getting a lot of "Cannot launch App" errors from the Windows App Certification Kit.
I restarted the OS and tried with a Blank App (C#, UWP): and got a different error:
Then I retried debugging my app, and got yet a new error:
Error DEP0700: Registration of the app failed. [0x80073CF6] An
internal error occurred with error 0x80073D05. See
http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
deployment issues.

Xcode still cause apps using UITextView to crash even after installing "Xcode Version 11.2.1 (11B500)"

Xcode still cause apps using UITextView to crash even after installing "Xcode Version 11.2.1 (11B500)" from app store.
Actually I faced this issue when I run the app on device after installing "Xcode 11.2.1 (11B500)". I got below error response.
Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named _UITextLayoutView because no class named _UITextLayoutView was found; the class needs to be defined in source code or linked in from a library (ensure the class is part of the correct target)'
To fix the above problem:
I had to clear the derived data folder, go to path:
~/Library/Developer/Xcode/DerivedData.
And I did clean build folder using menu: Product -> Clean Build Folder(Shift + Command + K).
Now the app won't be crashed due to UITextView issue.

An exception of type 'SQLite.SQLiteException' occurred in SQLite-net.DLL but was not handled in user code

ScreenShotPlease help me resolve this error...
I am developing an application using Xamarin Forms. When i run Android Project, the application runs without problems but when i set Windows 8.1 project as the start project, i am gettin the exception:
An exception of type 'SQLite.SQLiteException' occurred in SQLite-net.DLL but was not handled in user code

iPhone iOS 6 BonjourWeb Xcode 4.5 "Cancel Button Error

I'm working with the source code for BonjourWeb using iOS 6 and Xcode 4.5.
BonjourWeb Source code for Xcode
In BonjourWebAppDelegate.m, the setting for showCancelButton:YES in the "applicationDidFinishLaunching: application:" method causes the program to crash when the Cancel button is clicked in the app's browser with the error: 2012-10-27 13:07:45.309 BonjourWeb[1762:c07] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* +[NSNetService dictionaryFromTXTRecordData:]: cannot convert nil to a dictionary.'
How can I rectify this to work properly?
Thank you.
Don
Resolved. The call to the method causing the problem is not needed.

Resources