ARKillsZombies
ARKillsZombies
TSDThe Swift Den
Created by Francis on 5/3/2024 in #swift-development
Seeking Help with Mac App Crash Issue - $1000 Reward
put a breakpoint at a very start of your app, or run it in the simulator or comment out some of your starter views and go from there. once you figure out the view thats causing the issue, it will be eaiser to go from there
6 replies
TSDThe Swift Den
Created by Francis on 5/3/2024 in #swift-development
Seeking Help with Mac App Crash Issue - $1000 Reward
@Francis add debugging and halt the debugger at exception break points and see what the error message is
6 replies
TSDThe Swift Den
Created by πŸ‡¦πŸ‡ΊπŸ¦…βœπŸ”₯ π•°π–•π–Žπ–π–šπ–˜ πŸ”₯βœπŸ¦…πŸ‡¦πŸ‡ΊπŸ‘‘Β©β„’ on 10/30/2023 in #swift-development
I have exactly a week to make a game and I have no ideas, read message
We won’t help you come up with ideas especially for a competition or like entire. Your own ideas are the most valuable creations. ❀️
7 replies
TSDThe Swift Den
Created by iwontchill on 8/27/2023 in #swift-development
View Changing in Simulator not Preview
LOL here are a few suggestions. First of all, just know Xcode can be weird sometimes and it can 100% be not directly related to your code. Build and Refresh: Sometimes, the SwiftUI preview might not update automatically. Try stopping the preview and then re-building the project. You can also try clicking the "Resume" button in the preview canvas to refresh the preview manually. Clean Build Folder: Go to "Product" in the Xcode menu while holding the Option key, and you'll see the "Clean Build Folder" option. Then, rebuild the project and check if the preview updates. Restart Xcode: Check for Errors: Make sure there are no errors or warnings in your code that could be preventing the preview from updating. Check the console for any error messages that might provide clues about what's going wrong. Try Different Preview Devices Update Xcode Create a new project to see if the issue persists there with the same code It could be due to a bug in Xcode itself.
7 replies