Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
44 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
2 votes
0 answers
99 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
1 vote
0 answers
97 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
246 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
0 votes
0 answers
29 views

I am trying to understand the way Castalia uses the temporal model file. I know that depending on the previous value of the signal and the time passed since then it chooses a value from the ...
Christos Giachoudis's user avatar
0 votes
1 answer
178 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
0 votes
0 answers
23 views

I am looking for some example code to simulate EDCA on ns-3. How do we use EdcaParameterSet edcaParams and "load" it to STAs on MAC layer? ns-3 documents has :: in functions which are ...
Ella's user avatar
  • 1
0 votes
0 answers
40 views

I successfully built libtorch and generated the binary for the following simple function (torch::rand({2, 3});) to simulate it with gem5 in SE mode. However, the simulation takes a very long time, so ...
Cliff Wu's user avatar
0 votes
2 answers
476 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
89 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
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
1 vote
1 answer
62 views

i have a problem with flutter i could not solve it i tried to clean flutter and restart computer everything but still i have this error. (https://i.sstatic.net/6Hg3g2EB.png) Future\<String\> ...
Atakan ATASOY's user avatar
-1 votes
1 answer
42 views

I'm working on sort of automaton where there is one red with "state = 2" square which checks neighboring squares in order up, left, down, right and if one of them is has "state = 0"...
Aaran's user avatar
  • 45
11 votes
0 answers
1k views

With iOS 18 beta the FaceID authentication is not working for us in simulator context. It's crashing the Simulator, see: However with a real device on iOS 18 beta the biometry prompt appears and ...
balazs630's user avatar
  • 3,735
1 vote
0 answers
109 views

I am running a simulator for my DJI drone so I can learn to use the drone before flying it in person. However, whenever I initialize the code the drone fails to enter GUIDED mode. This is my code: ...
kovi ressler's user avatar
0 votes
2 answers
248 views

I want to simulate how often you'd have to play the lottery for a win: import random lotterylist = [random.randint(1, 49) for x in range(6)] winning_numbers = [6, 26, 31, 32, 33, 49] counter = 0 ...
ajodho's user avatar
  • 9
0 votes
1 answer
306 views

When using url_launcher with following code, the token is not taken into account in iOS and Android simulators. It opens the url starting with login page, while with the 'Authorization' header and ...
F. F.'s user avatar
  • 55
1 vote
0 answers
90 views

I'm trying to build a TPM2.0 simulator on macOS Sonoma (14.2.1) using Official TPM 2.0 Reference Implementation (by Microsoft) and it seems to be failing at generating a make file for executing. This ...
scottstots's user avatar
2 votes
0 answers
220 views

I could not run the app build on Xcode. It keeps saying that I need to install iOS 17.4 but even when I installed it, it still doesn't work. Please screenshot below. I tried reset and clean build and ...
ngiang's user avatar
  • 21
2 votes
0 answers
377 views

I'm currently doing a project using gem5 to simulate some different system configurations to test the difference in their performance. I would like to run SPEC2017/2006 for benchmarking the ...
escanor's user avatar
  • 21
1 vote
0 answers
33 views

I have a Mac Book Pro and another Windows laptop and I have Android Studio installed and configured on both of them. What I need is to run my Android project on Mac but connect it to the simulator on ...
Mohsen Emami's user avatar
  • 3,192
0 votes
0 answers
143 views

Suppose , i have a apps called "GEM", to make it run in Operation system in personal computer i need userid and password to log in.Now whenever i login to "GEM" with a user id ...
Farabi Rashid's user avatar
-1 votes
1 answer
49 views

I'm making 32-bit MIPS simulator with cpp just for studying. But I can't understand how benchmark programs are run on simulator. Also, I don't know how code of benchmark programs are structured. Can ...
KIMKIMKIM's user avatar
1 vote
1 answer
1k views

When I try to run a Flutter app in an ios simulator, It shows this error. [!] The version of CocoaPods used to generate the lockfile (1.14.3) is higher than the version of the current executable (1.11....
Rashmi Rekha's user avatar
0 votes
0 answers
80 views

I am trying to build new project but Podfile always unable to created, so I do pod init to create it and when I run in simulator always getting Target debug_unpack_ios failed: Exception: Binary /mine/...
wahyu's user avatar
  • 2,545

1
2 3 4 5
36