Search results for

“Visual Studio Maui IOS”

109,080 results found

Post

Replies

Boosts

Views

Activity

Reply to Using IBM Watson
I tried the visual-recognition-coreml example projects of watson-developer-cloud on Github, but didn't see any way to create a custom model and train it in Watson Studio, after uploading the image files in zip. My project in Watson Studio shows no associated service. It seems there should be a visual recognition service associated. I wonder what's wrong.
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Mar ’18
Reply to Xamarin.iOS app crashing with error DYLD Library not loaded, mapped file has no cdhash, Code has to be at least ad-hoc signed
I opened a technical support ticket with my Visual Studio account. In working with them they found a bug in Visual Studio. They found that the issue is entirely around the incremental build option. This seems to be broken in Visual Studio 2019 on Windows when deploying to a iPhone connected to the Mac. They could reproduce the exact error in a template project just by enabling incremental builds. Apparently incremental builds work by creating that lib.exe.dylib dynamic library to allow building and loading just the changes so the bug seems to be that the generated incremental library is not being signed correctly. When I disable incremental builds I am able to deploy my app to the iPhone and debug it and a bug report has been submited to fix the issue.
Jul ’21
Reply to Xcode 15 - 'DYLD 1 Library missing' error when running simulator with iOS 17 beta
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?
Sep ’23
Reply to "Unnotarized Developer ID" - Facing issue while code signing my electron application using the apple developer certificates
Hi,Thanks for the reply.Can you help me in how to notarize my application built in visual studio code using electron.js ? I've found many solutions for application built in Xcode over internet but, I couldn't find any solution for application built in Visual studio code using electron.jsIs there any issue with my developer ID due to which I'm getting error as Unnotarized developer ID or the issue is something related to the code ?
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’19
Reply to How would I Activate a window using its Window index on applescript?
It looks like Visual Studio Code doesn't have an AppleScript dictionary, so perhaps use System Events? tell application System Events tell process Code -- selecting window to raise by its title, modify as needed set w to item 1 of (windows whose title is Untitled-1) perform action AXRaise of item 1 of w end tell activate application Visual Studio Code end tell
Jan ’23
App Clips using .NET MAUI
We have an iOS App built in .NET MAUI (Multi-platform App UI). This is a web view App. We wish to integrate APP Clips into this App. But we are unable to do it, due to less available resources online on such implementation. We do not wish to share code between .NET MAUI App and App clips We understand it is not possible to add APP Clips without a parent swift/Xcode app. As an alternative solution we were thinking to Create a new APP in APP Store Connect using XCode/swift and integrate app clips to it. This parent app when downloaded by users will only redirect users to our MAIN .NET MAUI app to app store connect. We need to know if such apps will be approved by APPSTORE Connect? Please guide us on this Also please do let us know if you have any other solution to integrate App clips to a .NET MAUI App
1
0
165
Jun ’25
How to correctly regenerate expired provisioning profiles and use them in .NET MAUI iOS apps?
I have a .NET MAUI iOS app where its provisioning profiles at first expired a few days ago. So I created new Apple Development and Apple Distribution certificates using an existing certificate signing request created on 19 October 2023 at 11:46 AM, included the new certificates in the expired provisioning profiles, regenerated and downloaded the provisioning profiles. In the bundle signing section of the project properties window of Visual Studio for Mac version 17.6.14 (build 413), I have made the following settings: Configuration: release Platform: any CPU Signing identity is not set to automatic I have selected the correct provisioning profile, but when deploying the app in release mode, the following error message is thrown so the app cannot be deployed to the device: ERROR: Failed to install the app on the device. (com.apple.dt.CoreDeviceError error 3002.) NSURL = file:///Users/intelligenthosting/Desktop/IMA-Attendance-App/maui/maui/bin/Release/net7.0
1
0
1k
Oct ’24
Reply to Using IBM Watson
I tried the visual-recognition-coreml example projects of watson-developer-cloud on Github, but didn't see any way to create a custom model and train it in Watson Studio, after uploading the image files in zip. My project in Watson Studio shows no associated service. It seems there should be a visual recognition service associated. I wonder what's wrong.
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Mar ’18
Reply to app cannot be installed because it's integrity could not be verified
Any updates here? I can't debug an iPad app from Visual Studio. It's giving me the same error.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Apple iOS and Xamarin Release
Xamarin for iOS is still supported. https://github.com/xamarin/ios-samples/releases Xamarin-FORMS (x-plat UI) has been retired and replaced with Maui. https://learn.microsoft.com/en-us/dotnet/maui/whats-new/dotnet-10?view=net-maui-9.0
Replies
Boosts
Views
Activity
Sep ’25
Reply to Xamarin.iOS app crashing with error DYLD Library not loaded, mapped file has no cdhash, Code has to be at least ad-hoc signed
I opened a technical support ticket with my Visual Studio account. In working with them they found a bug in Visual Studio. They found that the issue is entirely around the incremental build option. This seems to be broken in Visual Studio 2019 on Windows when deploying to a iPhone connected to the Mac. They could reproduce the exact error in a template project just by enabling incremental builds. Apparently incremental builds work by creating that lib.exe.dylib dynamic library to allow building and loading just the changes so the bug seems to be that the generated incremental library is not being signed correctly. When I disable incremental builds I am able to deploy my app to the iPhone and debug it and a bug report has been submited to fix the issue.
Replies
Boosts
Views
Activity
Jul ’21
Reply to Xmarin
Hello @Hans_1944. Visual Studio is a Microsoft product. I suggest asking your questions on their support site. —Jason.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to how do you get xcode 32 bit for windows?
Visual Studio - They do some kind of RDP thing to the mac which launches the sim via the VS IDE.
Replies
Boosts
Views
Activity
Sep ’17
Reply to Xcode 15 - 'DYLD 1 Library missing' error when running simulator with iOS 17 beta
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?
Replies
Boosts
Views
Activity
Sep ’23
Reply to Encrypted Content Key doesn't match with the ContentKey on FairPlay Programming Guide documentation?
unfortunately i didn't, i thought the problem is visual studio so i implemented the ksm in xcode, got the same results exactly
Topic: Media Technologies SubTopic: Streaming Tags:
Replies
Boosts
Views
Activity
Sep ’16
Reply to "Unnotarized Developer ID" - Facing issue while code signing my electron application using the apple developer certificates
Hi,Thanks for the reply.Can you help me in how to notarize my application built in visual studio code using electron.js ? I've found many solutions for application built in Xcode over internet but, I couldn't find any solution for application built in Visual studio code using electron.jsIs there any issue with my developer ID due to which I'm getting error as Unnotarized developer ID or the issue is something related to the code ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’19
Reply to How would I Activate a window using its Window index on applescript?
It looks like Visual Studio Code doesn't have an AppleScript dictionary, so perhaps use System Events? tell application System Events tell process Code -- selecting window to raise by its title, modify as needed set w to item 1 of (windows whose title is Untitled-1) perform action AXRaise of item 1 of w end tell activate application Visual Studio Code end tell
Replies
Boosts
Views
Activity
Jan ’23
App Clips using .NET MAUI
We have an iOS App built in .NET MAUI (Multi-platform App UI). This is a web view App. We wish to integrate APP Clips into this App. But we are unable to do it, due to less available resources online on such implementation. We do not wish to share code between .NET MAUI App and App clips We understand it is not possible to add APP Clips without a parent swift/Xcode app. As an alternative solution we were thinking to Create a new APP in APP Store Connect using XCode/swift and integrate app clips to it. This parent app when downloaded by users will only redirect users to our MAIN .NET MAUI app to app store connect. We need to know if such apps will be approved by APPSTORE Connect? Please guide us on this Also please do let us know if you have any other solution to integrate App clips to a .NET MAUI App
Replies
1
Boosts
0
Views
165
Activity
Jun ’25
Reply to 'NTLM' authentication is not supported (-1) Xcode 13.3
Disabling NTLM will break logging in to TFS in browser, visual studio source control. apple has to get this fixed, report it in feedbackassi
Replies
Boosts
Views
Activity
Jun ’22
Reply to Application could not be uploaded to the device.
Just after posting this question got it working after restarting Visual studio , did clean build and rebuild. Thank you!
Replies
Boosts
Views
Activity
Jan ’22
Reply to iOS 10 simulators keychain error -34018
Is there a way to add the Share keychain entitlement using Visual Studio (xamarin)? I'm not using XCode
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’16
How to correctly regenerate expired provisioning profiles and use them in .NET MAUI iOS apps?
I have a .NET MAUI iOS app where its provisioning profiles at first expired a few days ago. So I created new Apple Development and Apple Distribution certificates using an existing certificate signing request created on 19 October 2023 at 11:46 AM, included the new certificates in the expired provisioning profiles, regenerated and downloaded the provisioning profiles. In the bundle signing section of the project properties window of Visual Studio for Mac version 17.6.14 (build 413), I have made the following settings: Configuration: release Platform: any CPU Signing identity is not set to automatic I have selected the correct provisioning profile, but when deploying the app in release mode, the following error message is thrown so the app cannot be deployed to the device: ERROR: Failed to install the app on the device. (com.apple.dt.CoreDeviceError error 3002.) NSURL = file:///Users/intelligenthosting/Desktop/IMA-Attendance-App/maui/maui/bin/Release/net7.0
Replies
1
Boosts
0
Views
1k
Activity
Oct ’24