ospfranco / sol

MacOS launcher & command palette
MIT License
1.92k stars 89 forks source link

Filter refused/cancelled calendar items #69

Closed nicokosi closed 1 year ago

nicokosi commented 1 year ago

Hello, 👋

I tried to make a fix for #68, but I could not run it locally (Xcode issue 😭):

$ npm run macos

> sol@1.1.52 macos
> react-native run-macos --scheme macOS

info Found Xcode workspace "sol.xcworkspace"
info Building (using "xcodebuild -workspace sol.xcworkspace -configuration Debug -scheme macOS")
...................
error Failed to build macOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening sol.xcworkspace.
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace sol.xcworkspace -configuration Debug -scheme macOS

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Resolve Package Graph

Resolved source packages:
  LaunchAtLogin: git@github.com:sindresorhus/LaunchAtLogin.git @ main

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: 1e45296e23976af3656691dd91672b96
Build description path: /Users/nicolas/Library/Developer/Xcode/DerivedData/sol-exfqjirbmsfummfaemegyhuutrvp/Build/Intermediates.noindex/XCBuildData/1e45296e23976af3656691dd91672b96-desc.xcbuild

note: Build preparation complete
note: Building targets in dependency order
/Users/nicolas/work/sol/macos/Pods/Target Support Files/Pods-macOS/Pods-macOS.debug.xcconfig:1:1: error: unable to open file (in target "macOS" in project "sol")
/Users/nicolas/work/sol/macos/Pods/Target Support Files/Pods-macOS/Pods-macOS.debug.xcconfig:1:1: error: unable to open file (in target "macOS" in project "sol")
/Users/nicolas/work/sol/macos/Pods/Target Support Files/Pods-macOS/Pods-macOS.debug.xcconfig:1:1: error: unable to open file (in target "macOS" in project "sol")

--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:x86_64, id:267B938B-F49E-5AEF-B5AF-B385ADE26D54 }
{ platform:macOS, name:Any Mac }
** BUILD FAILED **

info Run CLI with --verbose flag for more details.
ospfranco commented 1 year ago

you need to do a pod install on the macos folder

ospfranco commented 1 year ago

but I think your changes are fine, just change the PR from draft and I'll test and merge