Open
Description
XCodeGen version: 1.4.0 from homebrew tap.
Here is what my dependency section looks like:
dependencies:
- framework: Vendor/Realm/Realm_iOS.framework
- framework: Vendor/Realm/RealmSwift_iOS.framework
In XCode under the Frameworks folder they show up with the relative path as the name. And when I try and compile I get this error:
ld: framework not found Realm_iOS
clang: error: linker command failed with exit code 1 (use -v to see invocation)
If I manually remove and readd the frameworks in XCode it compiles fine.