Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: relative path on embedded binaries

I need to include a framework on

General -> Embedded Libraries

to make my application works. There are two ways (known by me) to do this: drag and drop or clicking button "+" and choosing the framework. In both cases, Xcode put an absolute path.

There is a way to put a relative path?

I'm thinking to do from terminal with nano editing:

ProjectName.xcodeproj/project.pbxproj
like image 653
Luca Davanzo Avatar asked Oct 01 '15 14:10

Luca Davanzo


1 Answers

I think this answer should work. I've also looked into hacking the pbxproj file. It seems doable, if somewhat cryptic. if the above answer doesn't work for you, leave a comment and I'll look into it. And of course, don't forget to reward Daniel Tull.

like image 105
Roy Falk Avatar answered Sep 30 '22 17:09

Roy Falk