Michael Gubik
Michael Gubik
@luckman212 and others who need a workaround today: Download the [SF Symbols v1](https://developer.apple.com/design/downloads/SF-Symbols.dmg). During the installation, install to your home directory so the SF Symbols 2.1 in /Applications doesn't get...
It seems like this stopped working. The above example now yields an error (`The operation couldn’t be completed. (SourceKittenFramework.Request.Error error 2.)`) when run in the SourceKitten folder.
I get a bunch of failing tests, including `testIndex()`. Maybe I'm missing something - is this compatible to use in Xcode 11 beta?
This works for me ``` export default function SomePage() { window.dataLayer.push({ event: 'pageview', page: { url: document.location.origin + document.location.pathname + document.location.search, title: 'SomePage', }, }) return ( ... ) }...