Search results for

Visual Studio Maui IOS

105,642 results found

Post

Replies

Boosts

Views

Activity

Reply to 2nd ViewController
Thanks for your help. This is my first venture into iOS programming. I have used many IDEs for quite a few compilers and builders, from simple C code compilers to NetBeans and Microcrap's Visual Studio. Xcode and Swift are some strange critters. I built a really nice (and somewhat complex) second visualController, named ValuesView in Storyboard that shows everything I need to display my data. Since I can't find the code for that visual Controller, is there any way I can make is a subclass of the first visual Controller without losing the items and placement of what I had built? If that isn't possible, can I rebuild ValuesView with Storyboard? How would I do that?
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’19
Reply to Xcode New File
You have to create a new project in Xcode for each program you write. Creating a new project for each program is annoying when learning a language and writing small programs. I recommend using a text editor such as TextMate, BBEdit, or Visual Studio Code for learning C++. TextMate has a bundle that will let you run your programs from inside the editor. Visual Studio Code probably has an extension to run your programs inside the editor. I'm not sure if BBEdit has a way to run your programs from the editor.
Nov ’20
Reply to Not receiving ES notification for inflated files
Perfect! Exactly what we needed. I was searching through the telemetry as if it would be reported as /Downloads/$SOME_FILE but eslogger reports it as destination type and file name. This is going to make life a bit harder with what we're trying to do, but thanks Quinn! For those curious it looks something like this: { event: { rename: { destination: { new_path: { dir: { path: /Users/brandondalton/Downloads }, filename: Visual Studio Code.app } }, source: { path: /private/var/folders/8b/fg_9sj9j2_9c0ghl_knlpp1c0000gp/T/com.apple.desktopservices.ArchiveService/TemporaryItems/NSIRD_ArchiveService_oK7iOq/Visual Studio Code.app } } } }
Topic: Privacy & Security SubTopic: General Tags:
Feb ’23
Implementing App Clips with .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
0
0
93
Jun ’25
MAUI AppIcon not created
Hi folks, When trying to distribute my app with transporter, I'm stuck for 2 days on asset validation with the following error : Asset validation failed (90704) Missing app icon. Include a large app icon as a 1024 by 1024 pixel PNG in the asset catalog of apps built for iOS, iPadOS, or watchOS. Without this icon, apps can't be submitted for review.... I tried many workarounds, switching to svg, then png, then svg again, create an asset group with many file sizes, go back to simpliest implementation... I'm using Visual studio 17.9.2 (rollback from more recent version due to incompatibility with XCode), a macbook air with sonoma 14.4 and Xcode 15.3. Has anyone had the same problem and found a solution ?
0
0
502
Apr ’24
Reply to Interface Builder is bad and getting worse
If you've used a system that allows you create the UI using code such as Visual Studio on Windows you find that as a coder, you enjoy the transparency and control IB helps you get things up quickly but it hides too much i.e. they've taken the abstracting out of the details a bit too far making simple things easier to do but complicating any transgressions of the usual way of doings Visual Studio for example also enables you to go visual (hence the name) but it also lets you go pedal to the metal and generate your whole UI in code IB/Cocoa doesn't really let you do that at least not in a way evident to a beginner
Jan ’17
Maui not working anymore
Hello everyone, I am currently hitting my deadline for an alpha test. unfortunately the my dotnet maui application is no longer deploying on iOS devices. I am currently looking for a way to further debug this error. I get the following message but I cannot make anything of it: xcrun simctl launch --stdout=/dev/ttys001 --stderr=/dev/ttys002 --terminate-running-process D8EAC0E0-CC31-4E75-A40A-3B28D1AF4771 CollappMaui -monodevelop-port 10000 An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): Simulator device returned an error for the requested operation. No such process Underlying error (domain=NSPOSIXErrorDomain, code=3): Application launch for 'CollappMaui' did not return a valid pid nor a launch error. No such process error HE0042: Could not launch the app 'CollappMaui' on the device 'iOS 16.4 (20E247) - iPhone 14 Pro Max': simctl returned exit code 3
2
0
898
May ’23
Reply to Error in storyboard
Sorry, cannot tell about Visual Studio.But I sometimes experience blank view controller windows with nothing in them. Without Visual studio. Need to close and reopen the project to usually correct it.I would at least try a clean Build folder of the project (in fact option-clean).
Jun ’19