-
Sorry for what is likely a mildly dreaded question (at-least), I went looking around and the most recent details I could find here are from the end of 2021. I wasn't sure if I should raise a dead thread, or start a new one. I would love to get involved in development here, but I'm running an M1 mac on Ventura. I'm unable to revert back down to Xcode 13.4, as is described in several places, as Ventura on M1 does not allow downgrading this far. I've installed node, swiftlint and carthage via homebrew, but during the bootstraping process I get the following error:
My hope is that this is an initialization or $PATH issue on my end preventing swift from working, but I didn't see anything int he documentation as a requirement here. This error throws me for a loop, as the documentation for PackageDescription doesnt seem to note or care about the version difference. I know I'm running It looks like this sub-package is primarily meant to provide a proxy to map the Lists directory to shavar-prod-lists, as part of a google plugin for detecting unsafe domains, but please correct me if im wrong here. So I went and After that, the main project builds and runs in the emulator! This is all a bit rambling at this point, but I didn't find anything showing that M1 was working at all, and wanted to walk through what got me up and running. However, if I try to load any page, I get the following immediately in my console, and I would like to know if this is normal, or an artifact from M1/Xcode14 that I should keep digging to resolve.
I cant navigate to any URL, and bookmarks just result in a pure black page. I can still interact with the UI surrounding what should be the web render, but nothing as far as actually rendering a page. Additionally, if this is all known, and I simply didn't find it, please show me where these types of discussion are. I spent a few hours to get to here, and would love to cut down cycles for next time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @K-Dandy, we have multiples devs on our team running on M1 macs successfully. Some of us (like me) are still on Intel, so we got a good mix of both. We are currently running the project on Xcode version 14.1. I see you mentionned Carthage, but we're not using it anymore since around a year. We're using SPM (swift package manager). Are you running the latest |
Beta Was this translation helpful? Give feedback.
Hey @K-Dandy, we have multiples devs on our team running on M1 macs successfully. Some of us (like me) are still on Intel, so we got a good mix of both. We are currently running the project on Xcode version 14.1. I see you mentionned Carthage, but we're not using it anymore since around a year. We're using SPM (swift package manager). Are you running the latest
main
branch?