Search results for

“Visual Studio Maui IOS”

109,088 results found

Post

Replies

Boosts

Views

Activity

MAUI app unable to launch due to a failure in UIKitCore
I'm very new to deployment on an iOS device, but I have a MAUI app I'm trying to test in a simulator. Unfortunately, every time I try to launch I get a black screen and the console just shows a ton of warnings in UIKitCore for my process that say: Rendering a view (0x7fb5f6a76f0, UIWindow) that is not in a visible window is not supported (no context) I was able to get a completely fresh project deploying and running on my simulator, so it has to be something in my app, but I have no idea where to start. Any thoughts would be great!
Topic: UI Frameworks SubTopic: UIKit Tags:
3
0
1.1k
Dec ’22
Reply to Will my 8gb macbook pro able to run xcode.
8GB is probably cutting is tight depending on what simulations you are running and what else is running on the Mac. Though even if you run out of ram I doubt you will see any massive impact beyond it taking more time to complete tasks. I run xcode on my 2019 i5 MBP13 with those specs without issue, but I mainly just script in xcode and visual studio code. My main issue is xcode has gotten stupidly massive in size. As far as Visual Studio and the rest of them it will be fairly similar, limited multi tasking and storage will probably become an issue pretty fast less you use external storage. CPU could be an issue depending on which year model you have, those dual core i5's were not the fastest things in the pre 2019 models.
Sep ’21
Reply to software
However, if you're interested in programming software, there are many options available depending on what you want to program. Some popular programming languages include Python, Java, C++, and JavaScript. There are also many different Integrated Development Environments (IDEs) available for programming, such as Visual Studio Code, Eclipse, and IntelliJ IDEA.
Topic: App & System Services SubTopic: Hardware Tags:
May ’23
Reply to How Can I Start Developement IOS App?
You can not run Xcode on Windows. You can not install an OS X update onto Windows. If you want to use Xcode to develop in Swift or Objective-C, purchase a Mac (a used one not more than a few years old is fine if price is an issue). There are some other ways to develop iOS apps that don't use Swift or Objective-C (you already mentioned Xamarin and Visual Studio). Google mobile app cross platform for links to more info.
Jan ’16
Visual artifacts in LazyVStack
Some strange visual artifacts appeared in my app after updating Xcode to 16.0. The old version of the app was built with Xcode 15.x and working fine without any visual artifacts, but for the latest release I've used Xcode 16.0 and some strange visual artifacts appeared in LazyVStack on iOS 18.x. https://www.veed.io/view/828ed62c-a8ee-4102-846c-55b28a7f4b74?panel=share Anyone can help me with a fix or workaround ?
Topic: UI Frameworks SubTopic: SwiftUI
2
0
293
Nov ’24
Reply to Testflight Build missing
I have the same problem today. Uploaded an app 3 times today with different Bundle versions. The build appears on TestFlight and then on the next refresh of the browser, it disappears. Earlier today, I have installed a new version of XCode and I use Visual Studio for Mac and updated the Xamarin.Swift package.. How can this be fixed?
Jun ’22
Visual voice mail
Hi everyone, I am currently building a visual voice mail server to integrate with iOS. Unfortunately based on some testing, I noticed Apple uses some custom SMS messages and IMAP commands. I was wondering if anyone here might have experience building a visual voice mail server, or would know how I could obtain the specifications to the messages and commands Apple uses.My sincerest apologies if I posted this in the wrong place. I could not find a matching section to post this to but I kinda felt this was the most relevant, but do feel free to redirect me if I am mistaken.Thanks in advance everyone!
3
0
1.3k
Aug ’15
Reply to ld: symbol(s) not found for architecture x86_64
I installed vs code, and installed c/c++ extension and code runner. Then I installed clang into my terminal. I created a c++ file in visual studio code, then proceeded to write a basic code and run it. My MacBook has a 1.1 GHz Quad-Core Intel Core i5 Ventura 13.4.
Replies
Boosts
Views
Activity
May ’23
MAUI app unable to launch due to a failure in UIKitCore
I'm very new to deployment on an iOS device, but I have a MAUI app I'm trying to test in a simulator. Unfortunately, every time I try to launch I get a black screen and the console just shows a ton of warnings in UIKitCore for my process that say: Rendering a view (0x7fb5f6a76f0, UIWindow) that is not in a visible window is not supported (no context) I was able to get a completely fresh project deploying and running on my simulator, so it has to be something in my app, but I have no idea where to start. Any thoughts would be great!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
3
Boosts
0
Views
1.1k
Activity
Dec ’22
Reply to how to running C program in Xcode
You have to create a command-line tool project in Xcode in order to run a C program. For small C programs, you are better off using a text editor like TextMate, BBEdit, or Visual Studio Code. I know TextMate has a bundle that lets you run C programs from the editor.
Replies
Boosts
Views
Activity
Oct ’20
Reply to Error while uploading .ipa file
The error seems clear in that is asks for something not listed in your plist, and presumably missing from your bundle. Unless you move to Xcode, you may need to ask your tool vendors for support, vs. here in the devForums, which are Apple IDE-centric.Note: Not an offer to troubleshoot cordova/visual studio
Replies
Boosts
Views
Activity
Jan ’18
Reply to Icon errors delivering app through Application Loader
Has there been an update or solution to this issue? I am receiving all of the missing images errors as well on the most up-to-date version of the relevant software (Xamarin, Visual Studio, etc) and have provided all of the image files for the App Icons in the Asset Catalog. Please advise on things to do to fix these image errors.
Replies
Boosts
Views
Activity
May ’21
Reply to Will my 8gb macbook pro able to run xcode.
8GB is probably cutting is tight depending on what simulations you are running and what else is running on the Mac. Though even if you run out of ram I doubt you will see any massive impact beyond it taking more time to complete tasks. I run xcode on my 2019 i5 MBP13 with those specs without issue, but I mainly just script in xcode and visual studio code. My main issue is xcode has gotten stupidly massive in size. As far as Visual Studio and the rest of them it will be fairly similar, limited multi tasking and storage will probably become an issue pretty fast less you use external storage. CPU could be an issue depending on which year model you have, those dual core i5's were not the fastest things in the pre 2019 models.
Replies
Boosts
Views
Activity
Sep ’21
Reply to How to parse a string for "." and get its index position?
How are you doing it in Visual Studio? It probably is very close to the code in Swift. Here is a crude example: let i = floor(value) let f = value - i let s = (Int(i)) (Int(rint(f*8)))/8Did you also want the other question answered: How to parse a string for . and get its index position??
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’16
Reply to Photos framework error when compiled in Xcode 11.1
Hi,I have got the same issue with Visual Studio 2017 and xCode 11.1, however using C# platform, there seems no Build Options as mentioned above. Where could i change C++ Language Dialect to GNU++11 [-std=gnu++11].Appreciate any quick assistance...RegardsBobby
Replies
Boosts
Views
Activity
Oct ’19
Reply to software
However, if you're interested in programming software, there are many options available depending on what you want to program. Some popular programming languages include Python, Java, C++, and JavaScript. There are also many different Integrated Development Environments (IDEs) available for programming, such as Visual Studio Code, Eclipse, and IntelliJ IDEA.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to electron mac build crashing on startup (signed and notarized)
Hi,Can you please share how did you get the code-sign and notarization done for your application ?I've also created an application using electron.js in visual studio code, electron-packager and facing issues while code-signing. I'm getting error as Unnotarized developer IDPlease hare your inputs to it.Thanks in advance.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’19
Reply to How Can I Start Developement IOS App?
You can not run Xcode on Windows. You can not install an OS X update onto Windows. If you want to use Xcode to develop in Swift or Objective-C, purchase a Mac (a used one not more than a few years old is fine if price is an issue). There are some other ways to develop iOS apps that don't use Swift or Objective-C (you already mentioned Xamarin and Visual Studio). Google mobile app cross platform for links to more info.
Replies
Boosts
Views
Activity
Jan ’16
Visual artifacts in LazyVStack
Some strange visual artifacts appeared in my app after updating Xcode to 16.0. The old version of the app was built with Xcode 15.x and working fine without any visual artifacts, but for the latest release I've used Xcode 16.0 and some strange visual artifacts appeared in LazyVStack on iOS 18.x. https://www.veed.io/view/828ed62c-a8ee-4102-846c-55b28a7f4b74?panel=share Anyone can help me with a fix or workaround ?
Topic: UI Frameworks SubTopic: SwiftUI
Replies
2
Boosts
0
Views
293
Activity
Nov ’24
Reply to Testflight Build missing
I have the same problem today. Uploaded an app 3 times today with different Bundle versions. The build appears on TestFlight and then on the next refresh of the browser, it disappears. Earlier today, I have installed a new version of XCode and I use Visual Studio for Mac and updated the Xamarin.Swift package.. How can this be fixed?
Replies
Boosts
Views
Activity
Jun ’22
Visual voice mail
Hi everyone, I am currently building a visual voice mail server to integrate with iOS. Unfortunately based on some testing, I noticed Apple uses some custom SMS messages and IMAP commands. I was wondering if anyone here might have experience building a visual voice mail server, or would know how I could obtain the specifications to the messages and commands Apple uses.My sincerest apologies if I posted this in the wrong place. I could not find a matching section to post this to but I kinda felt this was the most relevant, but do feel free to redirect me if I am mistaken.Thanks in advance everyone!
Replies
3
Boosts
0
Views
1.3k
Activity
Aug ’15
Reply to iOS Crash on startup on iOS 15.1
Hi @jcookVF , Wondering if you are able to find the reason behind this crash. I am facing similar crash but on iOS 16.5.1 while developing app using MAUI. Thanks in advance.
Replies
Boosts
Views
Activity
Jul ’23