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
There is incorrect path to the bridging header has been added to the Xcode build settings, you'll need to remove it. Here are step-by-step instructions to fix this issue:
Open Xcode:
Launch Xcode and open your project.
Select Project File:
In the Project Navigator, locate and select your project file (usually with a .xcodeproj extension).
Select Target:
Choose the target Effect. Targets are listed under the "Targets" section.
Go to Build Settings:
Navigate to the "Build Settings" tab.
Search for Bridging Header:
In the search bar, type "bridging header" to quickly locate the relevant build setting.
Remove Incorrect Path:
Look for the setting called "Objective-C Bridging Header." You'll likely see the incorrect path ( blur/Effect-Bridging-Header.h ) in the right column. Click on it to edit the path.
Clean and Rebuild:
"Command + Swift + K" & "Command + R"
add file
The text was updated successfully, but these errors were encountered: