venmo / synx

A command-line tool that reorganizes your Xcode project folder to match your Xcode groups
MIT License
6.08k stars 274 forks source link

Removing bridging header file from project #141

Open gitshastri opened 6 years ago

gitshastri commented 6 years ago

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'

dtesta commented 6 years ago

Related to #112 / #94?

micnguyen commented 5 years ago

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.