CocoaPods / Rome

Makes it easy to build a list of frameworks.
MIT License
696 stars 64 forks source link

Fix to enable to build with single target project. #25

Closed hayashi311 closed 9 years ago

hayashi311 commented 9 years ago

In my project. Build dir is like this.

image

Rome expect device_lib build/Release-iphoneos/TARGET_LABEL/AFNetworking.framework/AFNetworking. But it'sbuild/Release-iphoneos/AFNetworking.framework/AFNetworking in my project.

device_lib depends on something. But I'm not sure what it is.

neonichu commented 9 years ago

Hey, sorry that I overlooked your PR, but #29 should have fixed this issue.

hayashi311 commented 9 years ago

Thanks! :beers: