rxhanson / Rectangle

Move and resize windows on macOS with keyboard shortcuts and snap areas
https://rectangleapp.com
Other
25.19k stars 748 forks source link

Framework not found Pods_RectangleLauncher when building with Xcode 14.2 (on macOS 13.1 Ventura) #1072

Open nulcow opened 1 year ago

nulcow commented 1 year ago

macOS version: 13.1 Ventura (Xcode 14.2) Rectangle version: 0.65 (Build 71) according to Xcode project data Logs if applicable (In Rectangle menu, hold option, "View Logging..."): Framework not found Pods_RectangleLauncher (From Xcode, not rectangle)

I get the error Framework not found Pods_RectangleLauncher when attempting to build it using Xcode. I followed the CocoaPods instructions in the README file, but I do not know how to fix this error. I would like to contribute to the project, but I cannot build the Xcode project to test it.

rxhanson commented 1 year ago

I’m currently away from my mac but will revisit the instructions I have. In an upcoming release, my plan is to migrate away from Cocoapods to Swift Package Manager.

albadam000 commented 1 year ago

I'm having the same issue on Ventura 13.2.1 (22D68).

sdurham commented 1 year ago

@rxhanson how close are you on switching from pods? I see you have a branch you are working on. Or can we get the current one fixed so that it at least builds?

rxhanson commented 1 year ago

@sdurham I went ahead and rolled in the switch from pods to SPM

sdurham commented 1 year ago

Sweet! thanks!