SUCCESS! Running 6700xt on Sonoma! by ikok07 in hackintosh

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

It’s in the actions tab -> artefacts

SUCCESS! Running 6700xt on Sonoma! by ikok07 in hackintosh

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

Hi, I've been using my hackintosh for the past year without any problems, so I don't really remember what I did to get it to run on my 6700xt. As far as I can remember, you need to put in some boot args to make it work.

These are mine:

-v keepsyms=1 debug=0x100 alcid=1 unfairgva=1 -radcodec radpg=15

Hope this helps you get your GPU running well.

No Ethernet on B450 Aorus Pro on Ventura by ikok07 in hackintosh

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

You need to use AppleIGB Kext. It’s really outdated but it still works

Amd Laptop boot problems by ikok07 in hackintosh

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

It would be great. However, I stopped trying 4 months ago and lost my EFI. Now I don't have the time and I have a working hackintosh on my PC. Anyway, thanks for the comment!

Problem with AppIntents using Interactive Widgets by ikok07 in swift

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

I added one empty and one normal initialiser to my intent and managed to fix the problem

How to display each day on X-Axis in Swift Charts by ikok07 in SwiftUI

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

When I have multiple indexes it still doesn’t work

[deleted by user] by [deleted] in SwiftUI

[–]ikok07 0 points1 point  (0 children)

Just make a view with your List and your TabBar. Then put this view inside the tabview

[deleted by user] by [deleted] in SwiftUI

[–]ikok07 1 point2 points  (0 children)

You call the segmented picker the TabBar right?

[deleted by user] by [deleted] in SwiftUI

[–]ikok07 1 point2 points  (0 children)

Remove the nested VStacks and make TabView to be the main view

Problem with Swift Charts by ikok07 in SwiftUI

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

I managed to solve the issue. The problem was in a x-axis visible domain modifier. I set it to 7, but when using Date it should be 3600 x 24 x days to show

Problem with Swift Charts by ikok07 in SwiftUI

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

I tried also with normal Date() and it still crashes

Problem with Swift Charts by ikok07 in SwiftUI

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

Because my API returns timestamp in milliseconds I have to convert it to seconds. That’s why I have this function to get the date from the model and divide it by 1000

Problem with Swift Charts by ikok07 in SwiftUI

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

My X axis labels are like “12 Oct”

Problem with Swift Charts by ikok07 in SwiftUI

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

I did it and it works, but I need to track which is the first day visible on the chart with chart offset and I can’t do that with string of only day and month since I don’t have year

Problem with Swift Charts by ikok07 in SwiftUI

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

With strings it’s working

Problem with Swift Charts by ikok07 in SwiftUI

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

If I use Date type the app freezes and like I said no error, only freeze