venmo / synx

A command-line tool that reorganizes your Xcode project folder to match your Xcode groups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removing bridging header file from project

gitshastri opened this issue · comments

Thanks for the efforts!

I have tried using it, the command runs fine but its also removing bridging header file. I followed the first command on git page 'synx path/to/xcodeproj'

Related to #112 / #94?

As mentioned in the above linked PRs, I was able to fix it manually by going to the app target's Build Settings, doing a search for Bridging Headers and manually fixing it to point to the right file.