I recently made a switch to MacBook M1 and I decided to setup my project but got error while building the project
Failed to emit precompiled header '/path/Library/Developer/Xcode/DerivedData/ProjectName-fynqyqirahxbqmefkcrkvgaabddw/Build/Intermediates.noindex/PrecompiledHeaders/Project_Name-Bridging-Header-swift_1R4M1N58QJUXD-clang_34M9A5D58YO9X.pch' for bridging header '/path/Documents/Dev/Carth/navigator-ios/Project_Name-Bridging-Header.h'
I have some modules which are added via Carthage while others are added via SPM.
Also in one of my submodules which is written in Obj-c I get this import error
#import <SideMenu/SideMenu-Swift.h> despite having the package installed via Carthage.
Any help is appreciated.