Skip to main content
3 votes
2 answers
2k views

I'm trying to download an iOS Simulator runtime in Xcode 26.2 on macOS 26.1, but the download keeps failing with the following error: Download failed. Domain: DVTDownloadableErrorDomain Code: 41 User ...
Hela slimen's user avatar
0 votes
0 answers
78 views

After updating my Mac to macOS Tahoe 26.0.1 and Xcode 26, the XAML Hot Reload in my .NET 10 MAUI projects stopped working. When I make any XAML change, the app stays unchanged and the output shows: ...
Matan Yamin's user avatar
3 votes
0 answers
151 views

Xcode preview is not working but running the simulator works totally fine... When I try to render a preview of a simple view, the preview canvas fails with a SimulatorShutdownUnexpectedlyError. == ...
Wahab Khan Jadon's user avatar
0 votes
0 answers
73 views

I have a Flutter project that I’m trying to run on the iOS Simulator, but the app closes immediately after launching. What I did: Created a new Flutter project and it runs fine on the iOS Simulator. ...
Snehil Tejani's user avatar
1 vote
0 answers
111 views

I'm building a high-performance tick simulator in C++ that generates market-like ticks (up to 65,536 per second). Now, I want to send these ticks to another local process on the same Linux machine in ...
Vishwesh Kandukuri's user avatar
6 votes
1 answer
274 views

I have created a 2D physics simulation in rust that works for the most part. It involves creating balls which collide with each other and their container. I have looked at a lot of resources and found ...
FreddieLumsden's user avatar
-1 votes
1 answer
46 views

Hey I need help with "my" code. I generated it with chat GPT based on the data for the arduino pro micro I have and data on the sensors/switches i use. I want my simulator peripheral to ...
hetot he's user avatar
1 vote
1 answer
195 views

In order to stay under the 30 MB memory limit for widgets I'd like to profile the widget in the Simulator in Instruments. However, Instruments doesn’t start the profiling session with the error ...
Ortwin Gentz's user avatar
  • 54.3k
1 vote
0 answers
63 views

I have a simple circuit (with PIC16F628) which repeatedly measures the frequency of a signal connected to Timer1. I use Timer2 as a timing gate. To simulate the 'system', I used GPSIM, but I'm having ...
jcoppens's user avatar
  • 5,470
0 votes
1 answer
57 views

I've setup Timer0 to work with an external clock on pin T0: TCCR0A=0x02 // CTC Mode TCCR0B=0x07 // Start timer on external T0 clock (rising edge) OCR0A=90 // Compare after 90 clock ticks TIMSK0=0x03 //...
Buzz's user avatar
  • 1,482
0 votes
2 answers
487 views

Not able to figure out what can be done, as everything is update to date and the app via Xcode but not through Android Studio MacOS 15.0.1 Flutter: 3.24.3 Android Studio Ladybug Xcode 16 iOS 18 ...
Hitesh Chaudhari's user avatar
0 votes
0 answers
102 views

I'm using ChampSim - an open-source trace based simulator and I have created my own implementations of lfu and fifo. ChampSim: https://github.com/ChampSim/ChampSim However, I was wondering if I could ...
Saffy's user avatar
  • 13
0 votes
0 answers
110 views

Im having troubles with the Webots simulator. Whenever I run the code, it always freezes at exactly 0.750 secs, and reports that the main bot controller crashed (there's a second controller for ...
user avatar
1 vote
0 answers
57 views

//pubspec.yaml permission_handler: ^11.3.1 import 'package:flutter/material.dart'; import 'package:permission_handler/permission_handler.dart'; void main() => runApp(MaterialApp(home: MyHome())); ...
Atakan ATASOY's user avatar
1 vote
1 answer
1k views

I am trying to solve the following Turing machine challenge: The number choice function The number choice function is defined as follows. INPUT: a sequence 𝑘, 𝑥1, 𝑥2,..., 𝑥𝑛 where 𝑘 is a ...
Gwin Lim's user avatar

15 30 50 per page
1
2 3 4 5
117