I'm working on a .NET MAUI application. The project is ready and it works fine on Android. It even works fine on my iPhone - both the Debug and Release version. However when I publish the application to App Store, it is rejected because it is crashing. I received several crashlog-9850E490-EC2E-4278-A4EE-8EB08D14C815.txt like files. I'm not sure how to decode them so I can see the call-stack where the crash happens. For Windows project I always have a *.dmp file what I can open using Visual Studio and see the call-stack. However I'm not sure how to open such iOS crash report using Visual Studio for Mac. Any help is appreciated. Thanks!
Search results for
Visual Studio Maui IOS
105,617 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I am experiencing an issue when publishing my .NET MAUI application for iOS using Visual Studio Code. During the publishing process, I encountered a codesign error. Hope someone can help me. This is the error: Warning: unable to build chain to self-signed root for signer Apple Distribution: SOFTBUILDER SDN. BHD. (********) /Users/frankongthuanhong/Desktop/App/MLBusinessCafe_Maui/MLBusinessCafe_Maui/bin/Release/net8.0-ios/ios-arm64/MLBusinessCafe_Maui.app: errSecInternalComponent /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8316/tools/msbuild/iOS/Xamarin.Shared.targets(2335,3): error : /usr/bin/codesign exited with code 1: [/Users/frankongthuanhong/Desktop/App/MLBusinessCafe_Maui/MLBusinessCafe_Maui/MLBusinessCafe_Maui.csproj::TargetFramework=net8.0-ios] /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8316/tools/msbuild/iOS/Xamarin.Shared.targets(2335,3): error : Warning: unable to build chain
I am trying to download a sample MAUI project provided by visual studio 2022 version 17.7.3 and xcode version 15_6. The program runs on the android emulator and maccatalyst but does not compile and run on actual device because NewsstandKit is missing from the new Xcode release. I am not using NewsstandKit and not really sure what even does. I think there is something wrong with Xcode version 15_6 as it does not allow a build to go to the iPhone. Version 15 doesn't work either. I tried version 14.3, 15, 15.6 upgraded my iPhone and mac versions and so forth. I have been trying to do one simple task for over a month. Has anybody had this problem? The release notes say that NewsstandKit was removed from 15_6 so why is it still trying to link in?
i have upgraded my app from Xamarin to .NET Maui and i am using MacinCloud to build apps. i have successfully published app earleir for Xamarin. but for Maui build i am not able to build app for iPhone as platform. i use to have the iPhone as an option but now i only see generic devices and ios simulators only. if i build for generic devices the app crashed after login. how do i add iPhone as platform instead of Any CPU. please help. best regards
Hi there I have built a MAUI application in .NET but can't get it to launch on an iPhone. It builds fine and creates the IPA file fine, but it doesn't work on an iPhone, each time I try it gives an error, This app could not be installed. The integrity could not be verified. Has anyone come across this error and how did you manage to solve it? Thanks
Topic:
Developer Tools & Services
SubTopic:
General
Would be nice to have iOS 16.3 Simulators as there may be an issue in 16.2 related to apps made with Microsoft Visual Studio .NET Maui Blazor. When we test such apps using simulators from Xcode 14.2 (iOS 16.2 simulators), we get a blank screen for the app UI. But when we test on actual device which has iOS 16.3, the app works fine. Here is the issue reported in a Maui github thread: https://github.com/dotnet/maui/issues/12124
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I registered as a developer with Apple. Since I work alone, I have an individual developer account. Unfortunately, I am unable to create an iOS distribution certificate from Visual Studio (for Windows). The option is grayed out even though my role in App Store Connect is Admin. Visual Studio also shows me that my user is an admin - yet I don't seem to have rights to create iOS distribution certificates. I can create iOS development certificates without any problems.
Hi, I am trying to debug a .NET MAUI App on an iPhone in Visual Studio 2022 on Windows. But to do this I need to add my Apple Developer Account to Visual Studio 2022. When I try to do this, I get an error message saying: Error adding account There was an error while trying to log in: Authentication service is unavailable. When I give it a different user ID that is part of the same Apple Developer Account it gives the same error. When I give an incorrect password, the same error appears.
Visual Studio 2022 is attempting to use port 11000 instead of 62078, but the port on iOS 18.5 is not listening for VS's Hot Reloading. Is this allowable? If so, how?
Hello, I’m trying to test a Xamarin.iOS application using the iOS 26 simulators in Mac Visual Studio, but I’m encountering an issue where the simulators are not appearing or accessible from Visual Studio. Details: macOS version: 15.6 (24G84) Xcode version: 26 Beta 5 Visual Studio version: 17.6.0.80 Xamarin.iOS version: Xamarin.Forms (Version: 4.6.0.1180) using XAML for cross-platform support (iOS/Android) The problem started after updating to iOS 26 SDK. I am unable to select or run the app on any iOS 26 simulator from Visual Studio. Has anyone faced a similar issue? Is there any configuration or workaround to enable iOS 26 simulators for Xamarin projects? Thanks in advance for your help.
Topic:
Developer Tools & Services
SubTopic:
General
Hi everyone, usually i used to work on my xamarin application from a windows OS using Visual Studio application. When testing IOS apps i used to connect to macbook that my boss has to my windows pc. Nowdays i have a big problem while i try to publish an app. I select Release configuration, rebuild the project and in this case it asks me to login in with my Apple developer account but i always get an errore: 'There is an error while trying to access the auth service is not available' Does anyone know a different way to publish an IOS app? I really do not know what to do. This is my first time trying to publish an IOS app..
Topic:
Developer Tools & Services
SubTopic:
General
Tags:
App Store
iOS
Xcode Cloud
Developer Program
Trying to publish my .NET MAUI app via the transporter after migrating it from Xamarin (using the App Store Connect feature directly within visual studio 2022 has never worked for me) and getting this error. You need to discuss this with support provided by .Net Maui or Xamarin, as it sounds like their tools are producing an incorrect set of icons for you, so you should work with them to correct the root cause of this issue in your project.
Topic:
Developer Tools & Services
SubTopic:
General
Tags:
Are you able to demonstrate the issue in a test project created from one of Xcode's templates, and using only Apple APIs? If not, you should check with the support resources provided by the makers of Visual Studio and MAUI to get assistance with their software. You can find tips on creating and sharing a test project in Creating a Test Project.
Topic:
Developer Tools & Services
SubTopic:
General
I have been scouring forums for a couple of hours and have not been abe to figure this one out. I am using xamarin in visual studio on windows. The process I was trying to follow was building the iOS application for an AdHoc network then use the application loader to upload the zipped app bundle to connect. However, when I build I get an error that no installed provisioning profiles match the installed iOS signing identities. I have created a few provisioning profiles but am not sure what I need to change to get it uploaded.
Hello, I am not exactly sure this is the right place to ask this since it involves Microsoft's Visual Studio, but because the problem I am having involves iOS I figured I would anyway. Info: I am trying to develop a cross-platform application using .NET Maui in Visual Studio. I am on a Windows machine pairing to a mac with Xcode installed, so I can build for iOS. My local device is an iPhone 13 running on iOS Version 17.5.1. The simulators I am using in Visual Studio are all iOS Version 17+. I am using the .NET NuGet package Zeroconf which should work for both iOS and Android (Repo:https://github.com/novotnyllc/Zeroconf). I also believe I have given the correct permissions for iOS in my Info.plist. Problem: The problem I am coming across is that when I build and run my application in one of the installed iOS Simulators and I go to scan for local devices it is able to come back with 80-