Search results for

“Visual Studio Maui IOS”

109,072 results found

Post

Replies

Boosts

Views

Activity

Reply to Spotlight keeps crashing after last update (iOS 14)
This started happening for me after I updated to Xcode 12 (using Xamarin and Visual Studio for Mac) and the latest Xamarin and After I changed the application icon via Assets.xcassets. I do see this in my screen dump farther down: 11 dyld_sim 0x00000001071ea14c ImageLoader::recursiveLoadLibraries(ImageLoader::LinkContext const&, bool, ImageLoader::RPathChain const&, char const*) + 346 I wonder if it has something to do with the spotlight icon for my app? Edit: I just went to spotlight on the simulator - I see blank icons for my app (underneath the spotlight entry box). I clicked on one of them and my app opened. Then I closed all the running apps and went to spotlight again and I now see my apps icon. I then started my app in the debugger again and so far (about 10 minutes) no spotlight error.
Sep ’20
LiveCommunicationKit on watchOS: Displaying visual content during active call?
Our watchOS app is exploring adding audio VOIP calling capability using our in-home platform. We are using LiveCommunicationKit for this and have that all hooked up nicely in a proof of concept implementation. Our use case is primarily based around supporting end-users through various tasks with assistance from a remotely based expert. We would like for our platform to be able to display visual content on the watch's screen during the call – in other words, we would like to be able to treat this as a video call. LiveCommunicationKit fully supports all video-related flags on watchOS and doesn't appear to have any different symbol availability versus its iOS version. This high-quality thread (https://developer.apple.com/forums/thread/798090) from a DTS engineer suggests that our use case should be valid (i.e. whiteboarding apps) and that the system's response to an accepted income video call is to dismiss the LCK's incoming call screen and bring the target app to the foreground, allowing it to
2
0
85
3w
Excel Visual Basic Editor does not open in Monterey
I have an Excel worksheet with several macros that I wrote a couple of years ago. They work but I want to add features. Opened the worksheet with macros enabled, selected a macro, and tried to edit it. The Window name shown in the Mac menu bar changed by appending - Module 1 (Code) but the Visual Basic Editor did not appear. I have tried various keystroke combinations suggested online without success. Mac OS Monterey 12.0.1, Excel 16.57 (Office 365 subscription). New MacBook Pro M1Max. The macros were created on my old MacBook Pro 2012 which currently is running the latest OS it supports - Catalina. I think that is what it was running when I created the macros. I will also be visiting Microsoft's Office forums, but I suspect that this may be an issue related to M1 chip or Monterey security features.
4
0
2.1k
Jan ’22
Reply to Notarization error
The script can't handle your path: /Users/Das's/Desktop/Deploying/Jyotish Studio 5/Jyotish Studio 6.zip Copy it to /tmp or somewhere else. Never assume that any other programmer's script can successfully handle spaces or single quotes.
Topic: Code Signing SubTopic: Notarization Tags:
Nov ’20
strange gradle files from 2017 and lack of gradle in android studio
There were no flutter folder structure in my dart projects. I realized i dont have gradle when i go to preferences to search its path in android studio. I ran the terminal to be sure and there was no gradle. Then i searched it in finder. First I found gradle folders inside flutter. I scrolled down and see the last one dates back to 30th november 2017 which is strange because I bought mac in 2020 and installed flutter on 15th February 2022. My mac is MacBook Air 2017 and the version is monterey 12.2.1 2017. I scrolled down a little bit more and saw there is gradlew and gradle wrapper created at 2017. strange gradle files and their path were gradlew: /Users/kocel/tools/flutter/bin/cache/artifacts/gradle_wrapper/gradlew gradle-wrapper.jar: /Users/kocel/tools/flutter/bin/cache/artifacts/gradle_wrapper/gradle/wrapper I had too much struggle during installation which i mentioned in here:https://stackoverflow.com/questions/71209535/flutter-xcode-installation-is-incomplete-missing-cocoapods-installation and
0
0
450
Feb ’22
Microsoft Visual Basic excel error
Hello, I have been searching for any related issues with the problem I am encountering. When I try to view macros and run it on my excel, it states License information for this component not found. You do not have an appropriate license to use this functionality in the design environment. Currently working on Excel office home & student 2021 Any recommendations on how it can be fixed? Tried already changing the setting to enable all macros and trust access to VBA but still not working. Thanks!
0
0
695
Jul ’22
Starting to programm for iOS or iPadOS devices.
For many years, I programmed for Windows desktops (Visual Basic and C# on Microsoft Visual Studio). What is a good way to start progrmming for an iOS or iPadOS device. What programming apps can you recommend and what books or courses can I get (online or otherwise) to start with? Can I make code with Microsoft Visual Studio or do I need specific programming tools for writing code? Thank you for your help. Michel
1
0
810
Jun ’24
Not able to perform read and write operations in iCloud in .Net MAUI Mac
I have set up the app identifier in Apple developer with the document URL set up for iCloud and also updated the info.plist file and entitlements according to this. info.plist iCloud.com.abc.MyApp NSUbiquitousContainerIsDocumentScopePublic NSUbiquitousContainerName MyApp NSUbiquitousContainerSupportedFolderLevels Any UIFileSharingEnabled LSSupportsOpeningDocumentsInPlace UIBackgroundModes fetch remote-notification NSUbiquitousContainersUsageDescription This app uses iCloud containers to store and sync documents. Entitlement.plist iCloud.com.abc.MyApp com.apple.developer.icloud-services CloudDocuments com.apple.developer.ubiquity-container-identifiers iCloud.com.abc.MyApp // Then I am using iCloud for CRUD operation in the app // Code snippet { try { var iCloudDocumentsURL = NSFileManager.DefaultManager.GetUrlForUbiquityContainer(null); if (iCloudDocumentsURL != null) { var path = iCloudDocumentsURL.ToString().Replace(%C3%97, x); var filepath = path.Replace(file://, string.Empty).Replace(%20, )
0
0
714
May ’24
Reply to Xcode: how to see matching brace?
Double-clicking on the curly brace not only highlights the block but also jumps to the start (or end) of the block. So it is like the keyboard short cuts most IDEs provide except that it is a mouse double-click not a key press. I don't see any reason why they couldn't add a keyboard shortcut for it as well though.Another case of XCode doing things differently to most other IDEs is getting to the start or end of the file. It took me ages to find out how to do this in XCode without needing to drag the scroll bar with the mouse. The XCode short-cuts are Command-up, and Command-down. (Ctrl-PageUp and Ctrl-PageDown would make more sense to me).It would be really nice if Apple at least tried to make life a bit easier for developers who also use popular IDEs like Visual Studio and Intelli J.
Jun ’19
Reply to Java Runtime not found
I just update my android studio to solve this problem.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Spotlight keeps crashing after last update (iOS 14)
This started happening for me after I updated to Xcode 12 (using Xamarin and Visual Studio for Mac) and the latest Xamarin and After I changed the application icon via Assets.xcassets. I do see this in my screen dump farther down: 11 dyld_sim 0x00000001071ea14c ImageLoader::recursiveLoadLibraries(ImageLoader::LinkContext const&, bool, ImageLoader::RPathChain const&, char const*) + 346 I wonder if it has something to do with the spotlight icon for my app? Edit: I just went to spotlight on the simulator - I see blank icons for my app (underneath the spotlight entry box). I clicked on one of them and my app opened. Then I closed all the running apps and went to spotlight again and I now see my apps icon. I then started my app in the debugger again and so far (about 10 minutes) no spotlight error.
Replies
Boosts
Views
Activity
Sep ’20
LiveCommunicationKit on watchOS: Displaying visual content during active call?
Our watchOS app is exploring adding audio VOIP calling capability using our in-home platform. We are using LiveCommunicationKit for this and have that all hooked up nicely in a proof of concept implementation. Our use case is primarily based around supporting end-users through various tasks with assistance from a remotely based expert. We would like for our platform to be able to display visual content on the watch's screen during the call – in other words, we would like to be able to treat this as a video call. LiveCommunicationKit fully supports all video-related flags on watchOS and doesn't appear to have any different symbol availability versus its iOS version. This high-quality thread (https://developer.apple.com/forums/thread/798090) from a DTS engineer suggests that our use case should be valid (i.e. whiteboarding apps) and that the system's response to an accepted income video call is to dismiss the LCK's incoming call screen and bring the target app to the foreground, allowing it to
Replies
2
Boosts
0
Views
85
Activity
3w
Excel Visual Basic Editor does not open in Monterey
I have an Excel worksheet with several macros that I wrote a couple of years ago. They work but I want to add features. Opened the worksheet with macros enabled, selected a macro, and tried to edit it. The Window name shown in the Mac menu bar changed by appending - Module 1 (Code) but the Visual Basic Editor did not appear. I have tried various keystroke combinations suggested online without success. Mac OS Monterey 12.0.1, Excel 16.57 (Office 365 subscription). New MacBook Pro M1Max. The macros were created on my old MacBook Pro 2012 which currently is running the latest OS it supports - Catalina. I think that is what it was running when I created the macros. I will also be visiting Microsoft's Office forums, but I suspect that this may be an issue related to M1 chip or Monterey security features.
Replies
4
Boosts
0
Views
2.1k
Activity
Jan ’22
Reply to Notarization error
The script can't handle your path: /Users/Das's/Desktop/Deploying/Jyotish Studio 5/Jyotish Studio 6.zip Copy it to /tmp or somewhere else. Never assume that any other programmer's script can successfully handle spaces or single quotes.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Nov ’20
Reply to Is it possible to access system audio
You might find the following resources helpful. The first visualizes audio from the microphone and the second visualizes audio from a file. Visualizing sound as an audio spectrogram Applying biquadratic filters to a music loop
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Sep ’24
strange gradle files from 2017 and lack of gradle in android studio
There were no flutter folder structure in my dart projects. I realized i dont have gradle when i go to preferences to search its path in android studio. I ran the terminal to be sure and there was no gradle. Then i searched it in finder. First I found gradle folders inside flutter. I scrolled down and see the last one dates back to 30th november 2017 which is strange because I bought mac in 2020 and installed flutter on 15th February 2022. My mac is MacBook Air 2017 and the version is monterey 12.2.1 2017. I scrolled down a little bit more and saw there is gradlew and gradle wrapper created at 2017. strange gradle files and their path were gradlew: /Users/kocel/tools/flutter/bin/cache/artifacts/gradle_wrapper/gradlew gradle-wrapper.jar: /Users/kocel/tools/flutter/bin/cache/artifacts/gradle_wrapper/gradle/wrapper I had too much struggle during installation which i mentioned in here:https://stackoverflow.com/questions/71209535/flutter-xcode-installation-is-incomplete-missing-cocoapods-installation and
Replies
0
Boosts
0
Views
450
Activity
Feb ’22
Microsoft Visual Basic excel error
Hello, I have been searching for any related issues with the problem I am encountering. When I try to view macros and run it on my excel, it states License information for this component not found. You do not have an appropriate license to use this functionality in the design environment. Currently working on Excel office home & student 2021 Any recommendations on how it can be fixed? Tried already changing the setting to enable all macros and trust access to VBA but still not working. Thanks!
Replies
0
Boosts
0
Views
695
Activity
Jul ’22
Reply to Processing / tapping an HLS audio stream (or global app output)
I am attempting to do visualizations (audio volume, visualized pitch and the like) in real time, and could use this ability.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Mar ’21
Starting to programm for iOS or iPadOS devices.
For many years, I programmed for Windows desktops (Visual Basic and C# on Microsoft Visual Studio). What is a good way to start progrmming for an iOS or iPadOS device. What programming apps can you recommend and what books or courses can I get (online or otherwise) to start with? Can I make code with Microsoft Visual Studio or do I need specific programming tools for writing code? Thank you for your help. Michel
Replies
1
Boosts
0
Views
810
Activity
Jun ’24
Not able to perform read and write operations in iCloud in .Net MAUI Mac
I have set up the app identifier in Apple developer with the document URL set up for iCloud and also updated the info.plist file and entitlements according to this. info.plist iCloud.com.abc.MyApp NSUbiquitousContainerIsDocumentScopePublic NSUbiquitousContainerName MyApp NSUbiquitousContainerSupportedFolderLevels Any UIFileSharingEnabled LSSupportsOpeningDocumentsInPlace UIBackgroundModes fetch remote-notification NSUbiquitousContainersUsageDescription This app uses iCloud containers to store and sync documents. Entitlement.plist iCloud.com.abc.MyApp com.apple.developer.icloud-services CloudDocuments com.apple.developer.ubiquity-container-identifiers iCloud.com.abc.MyApp // Then I am using iCloud for CRUD operation in the app // Code snippet { try { var iCloudDocumentsURL = NSFileManager.DefaultManager.GetUrlForUbiquityContainer(null); if (iCloudDocumentsURL != null) { var path = iCloudDocumentsURL.ToString().Replace(%C3%97, x); var filepath = path.Replace(file://, string.Empty).Replace(%20, )
Replies
0
Boosts
0
Views
714
Activity
May ’24
Reply to Android Emulator on Silicon
Android Studio Emulator is now working with m1
Replies
Boosts
Views
Activity
Jun ’23
Reply to Xcode: how to see matching brace?
Double-clicking on the curly brace not only highlights the block but also jumps to the start (or end) of the block. So it is like the keyboard short cuts most IDEs provide except that it is a mouse double-click not a key press. I don't see any reason why they couldn't add a keyboard shortcut for it as well though.Another case of XCode doing things differently to most other IDEs is getting to the start or end of the file. It took me ages to find out how to do this in XCode without needing to drag the scroll bar with the mouse. The XCode short-cuts are Command-up, and Command-down. (Ctrl-PageUp and Ctrl-PageDown would make more sense to me).It would be really nice if Apple at least tried to make life a bit easier for developers who also use popular IDEs like Visual Studio and Intelli J.
Replies
Boosts
Views
Activity
Jun ’19
Macbook Air M3 with Android Studio
For those Android developers who use MacBook Air for their day-to-day work. Will 24GB worth of RAM be sufficient enough?
Replies
0
Boosts
0
Views
828
Activity
Jul ’24
Reply to How to Fix Cracking and Popping Sound ?
In my case, increasing Bitwig Studio's Block size from the Automatic setting of 256 samples to 512 samples almost entirely fixes the issue. Oddly, the same instruments with Bitwig studio on my 2010 Mac pro don't have any crackling issues even with block size set to 32 samples.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Mar ’23