-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xamarin.Forms iOS error during build MT5211: Native linking failed, undefined Objective-C class #17
Comments
I am getting the same.
If I try the Android target then I do not get any errors. |
Same here as well |
I downgraded to v1.20.15 this one does build and the problems appeared under 1.20.17. |
@nissaba Any luck on updating the firmware on more than one device ? I have to restart the app every time I update the firmware because it says the controller is already set when I try and update a second time |
No, can't get it to work. it compiles. but I get a crash saying that the init method is not found... I am working off a M1-pro system. and I saw this in the logs. |
I had to downgrade to 0.7.0 |
La cible est ignorée "_WriteAppManifest", car tous les fichiers de sortie sont à jour par rapport aux fichiers d'entrée.
Génération de la cible "_CompileToNative" terminée dans le projet "MyProject.iOS.csproj" -- ÉCHEC. Génération du projet "MyProject.iOS.csproj" terminée -- ÉCHEC. ÉCHEC de la build. /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3276: Des conflits entre différentes versions du même assembly dépendant ont été détectés. Définissez la propriété "AutoGenerateBindingRedirects" sur true dans le fichier projet. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkId=294190. |
I started to move my project to Flutter as the DFU does work on it and from the little experience I have so far with flutter it is a much more smother ride then using Xamarin or RN. But I guess its just a question of time before I hit a bricked wall at some point. Maybe in the end Native still is the better solution. |
maybe this can help. https://stackoverflow.com/questions/75063143/xamarin-forms-ble-laerdal-dfu-ota-compilation-problems?noredirect=1#comment132482611_75063143 See the comments. |
Describe the bug
I use the version
1.25.2
in my Xamarin.Forms projectThe Android version works fine, but the iOS can't build
To Reproduce
Steps to reproduce the behavior:
1.25.2
.net type of projectError text
.
Question
Do I need to install something on my macbook?
Do I need to add something to the my iOS-project?
The text was updated successfully, but these errors were encountered: