Search results for

Visual Studio Maui IOS

105,644 results found

Post

Replies

Boosts

Views

Activity

Reply to Unhandled managed exception: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Expected dequeued view to be returned to the collection view in preparation for display.
Hi @NidhiSood9 I have found a solution to this problem. All I had to do to get this to work is to add a few packages to the main project csproj. These are the packages that I added: Once you’ve added these packages, do a clean, delete bin and obj, launch visual studio, build the project and run it. This resolved my Collectionview IsGrouped issue for iOS 18.0, I hope it resolves yours too.
Topic: UI Frameworks SubTopic: UIKit
Nov ’24
Apple SDK Location detection for Mcrosoft Visual Studio 2019 for mac
Hi People. Problem is simpel but i am not mac guy so thats the reason i cant solved anyhow. Problem is; The Microsoft VS 2019 for mac con not detect the Apple SDK. dont know is it installed with xcode or not , not sure so; what i have first of all MS VS 2019 for mac : Check Xcode 10.1 ( 10B61) : Check Xcode Command line Tool for Xcdoe 10.1 : Check Those are what i install but problem still occurs. so need you help guys. Thx btw.
0
0
475
Jan ’23
Reply to Git Workflow Suggestions
Xcode is like Visual Studio in that, when using git-based SCM, it expects you to have a local repository on your PC, linked to a remote repository on a server. It's not clear from your description if this is what you've been doing, or if you've been accessing the server repository directly via VPN from all of your PCs, and skipping the use of local repositories.I'd guess NOT the latter, but it's hard to tell. If the former, then it works the same in Xcode as in Visual Studio. You initially clone your remote repository locally, then make the remote link in the IDE settings. (The details vary in what particular order you do things.) Then you can pull and push changes to the remote repository. Xcode can also create and merge branches.It's also perfectly feasible to do your SCM outside Xcode, using any of several 3rd-party apps, or using the 'git' command in a terminal window.Since this is similar to what Visual Studio does, perhaps you can clarify what parts
Apr ’16
Reply to how do you get xcode 32 bit for windows?
Apple doesn't offer any dev tools for Windows. There are thirdy party tools, and I believe you can do iOS and Android development from Microsoft's Visual Studio now using C#. But these forums are for working with the official SDK, so it's probably not the place to be for support if you are using an SDK provided by a third party. If you want Xcode you are going to need to buy a Mac.
Sep ’17
Reply to ld: symbol(s) not found for architecture x86_64
Please list the steps in detail on what you did to create the code and compile it. The information you provided isn't enough for people to answer your question. Providing more details on what you did to create the code and compile it will give people here a chance to give you a helpful answer. You tagged your question as Xcode, but your screenshot looks like Visual Studio Code. Did you create a project in Xcode or create a C++ file in Visual Studio Code? Does you MacBook have an Intel processor or an Apple Silicon (M1 or M2 chip)? The linker error says it can't find a main function for the Intel architecture.
May ’23
Error when building Maui project for macCatalyst
I'm trying to build and run a Maui project but keep getting the following error: I'm using JetBrains Rider and I have it set not to build for iOS but I can't seem to get past this message. I'm using an Apple Silicon Mac, the project is cross platform, builds and runs fine on Windows. The problem seems to be with libSDL2.a. Has anyone encountered this error before? If so any suggestions on what to do about it?
1
0
442
Nov ’24