Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

one file missing #1

Open
KrupaNilu-512 opened this issue Aug 4, 2020 · 2 comments · May be fixed by #2
Open

one file missing #1

KrupaNilu-512 opened this issue Aug 4, 2020 · 2 comments · May be fixed by #2

Comments

@KrupaNilu-512
Copy link

add file

@pniteshnoble
Copy link

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:

  1. Open Xcode:
    Launch Xcode and open your project.

  2. Select Project File:
    In the Project Navigator, locate and select your project file (usually with a .xcodeproj extension).

  3. Select Target:
    Choose the target Effect. Targets are listed under the "Targets" section.

  4. Go to Build Settings:
    Navigate to the "Build Settings" tab.

  5. Search for Bridging Header:
    In the search bar, type "bridging header" to quickly locate the relevant build setting.

  6. 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.

  7. Clean and Rebuild:
    "Command + Swift + K" & "Command + R"

@kagnitesh
Copy link

This bug has been solved in new PR

@kagnitesh kagnitesh linked a pull request Apr 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants