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

Unable to find bridging-header after reorganize the project

NSQingchu opened this issue · comments

After reorganize my project using Venom/synx.(using synx on project without other command) An error occur that said cannot find the path of my objective-c bridging-header. I have to discard the change.

Hello,
You can fix this in the "Build Settings" of your target, and search for "Bridging Header" in the little search box. You just need to update the path to match the file on the filesystem.

Also happened to me, and it was a simple fix in the Build Settings, but would it also be a simple fix in synx to update the .xcodeproj file to know where the new bridging header path is?