You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My qlstephen stopped working when I upgraded to Sequoia 15.0.1.
Some discussions said you have build it yourself, then it will work. It wouldn't build because the build process requires Xcode. I installed Xcode. But running make results in:
. . . qlstephen/QuickLookStephenProject/QuickLookStephen.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.6, but the range of supported deployment target versions is 10.13 to 15.0.99. (in target 'QuickLookStephen' from project 'QuickLookStephen') ** BUILD FAILED **
The text was updated successfully, but these errors were encountered:
QLStephen (installed via Homebrew on Apple Silicon) stopped working on Sequoia for me too. On Sonoma, the following way of installing worked, but it doesn't work on Sequoia (I tried this after uninstalling via brew uninstall --cask qlstephen):
Then add the appropriate text file UTI types to the LSItemContentTypes array of strings in ~/Library/QuickLook/QLStephen.qlgenerator/Contents/Info.plist and then:
qlmanage -r
killall Finder
Perhaps QLStephen doesn't work because it's using the Quick Look Generator API that has been deprecated in Sequoia.
My qlstephen stopped working when I upgraded to Sequoia 15.0.1.
Some discussions said you have build it yourself, then it will work. It wouldn't build because the build process requires Xcode. I installed Xcode. But running
make
results in:. . . qlstephen/QuickLookStephenProject/QuickLookStephen.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.6, but the range of supported deployment target versions is 10.13 to 15.0.99. (in target 'QuickLookStephen' from project 'QuickLookStephen') ** BUILD FAILED **
The text was updated successfully, but these errors were encountered: