Search results for

“Visual Studio Maui IOS”

109,096 results found

Post

Replies

Boosts

Views

Activity

Studio Midi & NetworkMidi Problem
I just upgrade to Sierra and Xcode 8.I develop midi application for iOS/OSX but now using the iOS simulator there is e new big problemUsing Studio Midi to stat a midi connecntion betweent iOS Simulator and and Hardware Midiport:the virtual midi_driver named : Session 1 is sti present , but not working.Also becaus is not availalbe any devices like iOS simulator avilable in the list.Di someone find any kind of solution?
0
0
328
Nov ’16
Reply to Unrecoverable Outlets and Actions in Xcode 8/Swift 3?
Claude, I know this is true, but when I pasted it and it showed, I thought maybe the apple forum was finally coming of age. Compared to Microsoft, this forum *****, but I don't want to work with Windows/Visual Studio any more.How can I send y'all a snapshot, because a picture is worth a thousand words. The message in the alert is: Could not insert new outlet connection: Could not find any information for the class named JobViewController
Feb ’17
Reply to Get text from an object of NSTextField ?
Claude, thanks! Without even testing this, I'm sure it answers my questions. I keep forgetting about @IBOutlets/Actions. About a year ago, I switched from Microsoft to Apple, because I think Apple is the best product out there. However, I will give Microsoft credit for a much better programming environment: Visual Studio versus xCode. It is just as flexible and function loaded, but much simpler and direct in anything you want to accomplish!
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’17
Reply to External Accessory Bluetooth iPad app does not work on Silicon Mac
Sorry that I did not explain it more clear. It is an iOS app (for iPhone and iPad) and it is not a new one. It is working without issues for many years. We develop it on Visual Studio for Mac and use the Xamarin framework. Recently (with the release of M1 MacBooks) apple added possibility to run the iOS apps directly on these M1/M2 Silicon MacBooks without any modification. We test the released app by downloading from app store on our test MacBooks. I know it is not the best approach, but unlike Xcode, Visual Studio does not have an option to test on M1/M2 MacBook simulator while developing. Fortunately, the app works perfectly fine on Mac except for this issue with the MFI devices. Our app is a vehicle tool that uses these hardware OBD devices to communicate with the vehicle systems. The app can work with different OBD devices. We support various WiFi, BLE and MFI Bluetooth devices and all of them work perfect when running the app on an iPhone or iPad. On
Aug ’24
Reply to How to Fix Cracking and Popping Sound ?
Hey there, just posting my experience too. I've had my 16-inch 2019 MacBook Pro since February of 2020. Today, for the first time ever, I've experienced this awful crackling, distorted audio while following along to a Udemy React Native tutorial. I'm currently on v11.1 of macOS Big Sur and these are my specs: 2.6 GHz 6-Core Intel Core i7 16 GB 2667 MHz DDR4 AMD Radeon Pro 5300M 4 GB The following applications were open: Visual Studio Code v1.52.1 XCode's iPhone 12 Pro Max iOS 14.4 Simulator v12.4 (940.20) SimulatorKit 597.13.0.1 CoreSimulator 732.18.6 Brave v1.19.88 Chromium: 88.0.4324.96 (Official Build) (x86_64) One tab running my React Native expo browser dev tools on http://localhost:19002/ A second tab running the Udemy course I tried to kill the coreaudio process as suggested in https://developer.apple.com/forums/thread/132423?answerId=656040022#656040022 but that did not resolve this concerning issue. I didn't seem to have this issue on my former 15-inch MacBook Pro which was
Topic: Community SubTopic: Apple Developers Tags:
Jan ’21
WKInterfaceButton visual effect?
Good afternoon,Is it possible to achieve visual effect (blur/vibrancy) to the WatchOS3 UI elements such as the Start button background in the new native Breathe app?Screenshot: http://i-cdn.phonearena.com/images/article/82129-image/New-Apple-Watch-app-Breathe-turns-your-wearable-into-a-deep-breathing-coach.jpgThank you
0
0
346
Aug ’16
Xcode and Gamemaker Studio 2
Hi There, I am working in Xcode for weeks. Trying to get through the difficulties and issues. Maybe somebody could help me here!?' I created a platform game over Gamemaker Studio 2. I created and programmed it on my PC (Windows 10). Then I recently bought a MacBook Pro and installed Gamemaker Studio 2 thereon. I saved the .yyp-project (GMS2) with all links on a stick and put it on my macBook Pro. I opened the project with GMS2 (mac version) and tested it - worked fine! Then... I´ve got the apple developer certificates, currently using a wildcard-ID with de.domain.* for testing needs. I´ve chosen an iPad 7th gen. for simulating device, even my macBook Pro. OK! And I made an executable data from GMS2 and Xcode automaticaly opened its screen. There came a lot of issue reports. Many of `em could be easily solved. But there are some further problems I cannot solve... I am an absolute Xcode-novice... but I´d like to learn. Can somebody tell me understandable, how could I fix following issues? An a
1
0
2.3k
Sep ’20
Issue with iOS 18.2 Beta - "Ask" Button Not Working in Visual Intelligence
Hey everyone, I recently installed the iOS 18.2 developer beta and connected my ChatGPT Premium account to use it within the Visual Intelligence feature. After taking a photo, I tried pressing the Ask button, but it’s completely unresponsive. I've tried troubleshooting by doing a hard reset and a regular restart, but no luck so far. Has anyone else encountered this issue? If so, do you know of any workaround or fix that might help? Thanks in advance!
2
0
1.9k
Oct ’24
Reply to Create ML does not recognise activity training data
My solution:I opened the csv file with visual studio code to have a look at the raw csv and then I found the issue: the values were separated with semicolons and not commas... This was caused by opening the csv with Numbers and exporting the csv. Replacing the semicolons with commas, the feature are now recognised.This documentation helped me to understand what's going on under the hood of the Create ML App: https://developer.apple.com/documentation/createml/mldatatable/3022551-init#topics
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Feb ’20
XCode Visual Inheritance
Hello everybody,Just a quick question. Does XCode support visual inheritance? For example if i have an NSWindow which I need to subclass (as it is a common window in the app i need to build), will it's conrols appear on the subclassed one?I've tried several stuff on this, but i could not manage to get it working. Maybe I am missing something. Does anybody have an idea or came across the same case? Any help would be appreciated!
1
0
219
Aug ’16
Reply to .NET MAUI, how to load the iOS crash report to Visual Studio
I'm not sure how to open such iOS crash report using Visual Studio for Mac. That specific question is one you should ask your IDE’s vendor. Taking a step back, is the crash report in human-readable or JSON format? If it’s the latter, you can convert it to the former by changing the extension to .ips and then using Quick Look in the Finder. Once you have it in human-readable format, you should be able to see some basic info. You may need to symbolicate the backtraces to make progress. My standard reference for that is Adding Identifiable Symbol Names to a Crash Report. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Jun ’23
Reply to Issue with App Crashing After Download from App Store
Thank you very much for your feedback and suggestions. As an additional note, my development environment is Visual Studio 2022, and the app was developed as a multi-platform application for iOS and Android. I am not entirely sure how I resolved the issue, but with the latest update it no longer occurs. The app now starts in the App Store environment just as it does in the TestFlight environment and no longer crashes. I made two changes during the process: re-downloaded all certificates (Distribution, Developer, Provisioning Profile) and added them again on my Mac. re-integrated all additional packages. After these steps, I uploaded the updated version to the TestFlight environment and subsequently submitted it for review in the App Store.
Sep ’25
Studio Midi & NetworkMidi Problem
I just upgrade to Sierra and Xcode 8.I develop midi application for iOS/OSX but now using the iOS simulator there is e new big problemUsing Studio Midi to stat a midi connecntion betweent iOS Simulator and and Hardware Midiport:the virtual midi_driver named : Session 1 is sti present , but not working.Also becaus is not availalbe any devices like iOS simulator avilable in the list.Di someone find any kind of solution?
Replies
0
Boosts
0
Views
328
Activity
Nov ’16
Reply to Unrecoverable Outlets and Actions in Xcode 8/Swift 3?
Claude, I know this is true, but when I pasted it and it showed, I thought maybe the apple forum was finally coming of age. Compared to Microsoft, this forum *****, but I don't want to work with Windows/Visual Studio any more.How can I send y'all a snapshot, because a picture is worth a thousand words. The message in the alert is: Could not insert new outlet connection: Could not find any information for the class named JobViewController
Replies
Boosts
Views
Activity
Feb ’17
Beta 3 - Visual Voicemail
I no longer have visual voicemail in Beta 3. I did not see that on the change log
Replies
37
Boosts
0
Views
26k
Activity
Jul ’17
Reply to Get text from an object of NSTextField ?
Claude, thanks! Without even testing this, I'm sure it answers my questions. I keep forgetting about @IBOutlets/Actions. About a year ago, I switched from Microsoft to Apple, because I think Apple is the best product out there. However, I will give Microsoft credit for a much better programming environment: Visual Studio versus xCode. It is just as flexible and function loaded, but much simpler and direct in anything you want to accomplish!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’17
Reply to External Accessory Bluetooth iPad app does not work on Silicon Mac
Sorry that I did not explain it more clear. It is an iOS app (for iPhone and iPad) and it is not a new one. It is working without issues for many years. We develop it on Visual Studio for Mac and use the Xamarin framework. Recently (with the release of M1 MacBooks) apple added possibility to run the iOS apps directly on these M1/M2 Silicon MacBooks without any modification. We test the released app by downloading from app store on our test MacBooks. I know it is not the best approach, but unlike Xcode, Visual Studio does not have an option to test on M1/M2 MacBook simulator while developing. Fortunately, the app works perfectly fine on Mac except for this issue with the MFI devices. Our app is a vehicle tool that uses these hardware OBD devices to communicate with the vehicle systems. The app can work with different OBD devices. We support various WiFi, BLE and MFI Bluetooth devices and all of them work perfect when running the app on an iPhone or iPad. On
Replies
Boosts
Views
Activity
Aug ’24
Reply to How to Fix Cracking and Popping Sound ?
Hey there, just posting my experience too. I've had my 16-inch 2019 MacBook Pro since February of 2020. Today, for the first time ever, I've experienced this awful crackling, distorted audio while following along to a Udemy React Native tutorial. I'm currently on v11.1 of macOS Big Sur and these are my specs: 2.6 GHz 6-Core Intel Core i7 16 GB 2667 MHz DDR4 AMD Radeon Pro 5300M 4 GB The following applications were open: Visual Studio Code v1.52.1 XCode's iPhone 12 Pro Max iOS 14.4 Simulator v12.4 (940.20) SimulatorKit 597.13.0.1 CoreSimulator 732.18.6 Brave v1.19.88 Chromium: 88.0.4324.96 (Official Build) (x86_64) One tab running my React Native expo browser dev tools on http://localhost:19002/ A second tab running the Udemy course I tried to kill the coreaudio process as suggested in https://developer.apple.com/forums/thread/132423?answerId=656040022#656040022 but that did not resolve this concerning issue. I didn't seem to have this issue on my former 15-inch MacBook Pro which was
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jan ’21
WKInterfaceButton visual effect?
Good afternoon,Is it possible to achieve visual effect (blur/vibrancy) to the WatchOS3 UI elements such as the Start button background in the new native Breathe app?Screenshot: http://i-cdn.phonearena.com/images/article/82129-image/New-Apple-Watch-app-Breathe-turns-your-wearable-into-a-deep-breathing-coach.jpgThank you
Replies
0
Boosts
0
Views
346
Activity
Aug ’16
Visualizer extension for Music.app on Catalina?
Is it possible to create Visualizer modules to function within the Music App on Catalina ?Any suggestions on where to find some sample code ?
Replies
0
Boosts
0
Views
277
Activity
May ’20
Xcode and Gamemaker Studio 2
Hi There, I am working in Xcode for weeks. Trying to get through the difficulties and issues. Maybe somebody could help me here!?' I created a platform game over Gamemaker Studio 2. I created and programmed it on my PC (Windows 10). Then I recently bought a MacBook Pro and installed Gamemaker Studio 2 thereon. I saved the .yyp-project (GMS2) with all links on a stick and put it on my macBook Pro. I opened the project with GMS2 (mac version) and tested it - worked fine! Then... I´ve got the apple developer certificates, currently using a wildcard-ID with de.domain.* for testing needs. I´ve chosen an iPad 7th gen. for simulating device, even my macBook Pro. OK! And I made an executable data from GMS2 and Xcode automaticaly opened its screen. There came a lot of issue reports. Many of `em could be easily solved. But there are some further problems I cannot solve... I am an absolute Xcode-novice... but I´d like to learn. Can somebody tell me understandable, how could I fix following issues? An a
Replies
1
Boosts
0
Views
2.3k
Activity
Sep ’20
Issue with iOS 18.2 Beta - "Ask" Button Not Working in Visual Intelligence
Hey everyone, I recently installed the iOS 18.2 developer beta and connected my ChatGPT Premium account to use it within the Visual Intelligence feature. After taking a photo, I tried pressing the Ask button, but it’s completely unresponsive. I've tried troubleshooting by doing a hard reset and a regular restart, but no luck so far. Has anyone else encountered this issue? If so, do you know of any workaround or fix that might help? Thanks in advance!
Replies
2
Boosts
0
Views
1.9k
Activity
Oct ’24
Reply to Create ML does not recognise activity training data
My solution:I opened the csv file with visual studio code to have a look at the raw csv and then I found the issue: the values were separated with semicolons and not commas... This was caused by opening the csv with Numbers and exporting the csv. Replacing the semicolons with commas, the feature are now recognised.This documentation helped me to understand what's going on under the hood of the Create ML App: https://developer.apple.com/documentation/createml/mldatatable/3022551-init#topics
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Feb ’20
XCode Visual Inheritance
Hello everybody,Just a quick question. Does XCode support visual inheritance? For example if i have an NSWindow which I need to subclass (as it is a common window in the app i need to build), will it's conrols appear on the subclassed one?I've tried several stuff on this, but i could not manage to get it working. Maybe I am missing something. Does anybody have an idea or came across the same case? Any help would be appreciated!
Replies
1
Boosts
0
Views
219
Activity
Aug ’16
android studio and VT -x virtualization
i can not display a virtual device with android studio its displaying an error saying that i must enable vt -x virtualization in bios ! how can i do this ?
Replies
1
Boosts
0
Views
484
Activity
Dec ’17
Reply to .NET MAUI, how to load the iOS crash report to Visual Studio
I'm not sure how to open such iOS crash report using Visual Studio for Mac. That specific question is one you should ask your IDE’s vendor. Taking a step back, is the crash report in human-readable or JSON format? If it’s the latter, you can convert it to the former by changing the extension to .ips and then using Quick Look in the Finder. Once you have it in human-readable format, you should be able to see some basic info. You may need to symbolicate the backtraces to make progress. My standard reference for that is Adding Identifiable Symbol Names to a Crash Report. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
Jun ’23
Reply to Issue with App Crashing After Download from App Store
Thank you very much for your feedback and suggestions. As an additional note, my development environment is Visual Studio 2022, and the app was developed as a multi-platform application for iOS and Android. I am not entirely sure how I resolved the issue, but with the latest update it no longer occurs. The app now starts in the App Store environment just as it does in the TestFlight environment and no longer crashes. I made two changes during the process: re-downloaded all certificates (Distribution, Developer, Provisioning Profile) and added them again on my Mac. re-integrated all additional packages. After these steps, I uploaded the updated version to the TestFlight environment and subsequently submitted it for review in the App Store.
Replies
Boosts
Views
Activity
Sep ’25