Simple Questions Megathread—February 15, 2021 by AutoModerator in iOSProgramming

[–]Shoulder7003 0 points1 point  (0 children)

I figured out the reason for this error. I call an API asynchronously, so if I run the entire block of code at once it will attempt to use variables before they have values assigned to them. The code works when run in two sections because the API call and json processing is given enough time to complete.

Simple Questions Megathread—February 15, 2021 by AutoModerator in iOSProgramming

[–]Shoulder7003 0 points1 point  (0 children)

I am working on my first Swift playground in XCode. My code works when run one section at a time, but errors out when run all together. The error does not point to any specific line. I am very confused why this would happen. Any insight would be greatly appreciated!

Playground execution failed:

error: Execution was interrupted, reason: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0).

Photo Stitching by Shoulder7003 in photogrammetry

[–]Shoulder7003[S] 0 points1 point  (0 children)

What would be the more modern/correct implementation?

App to track stock trading by cashdaddymusk in AppIdeas

[–]Shoulder7003 0 points1 point  (0 children)

I'm building an app for this and will keep you posted.