Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Archive fails: Issues with prepare_framework.sh #22

Closed
pulkitsinghal opened this issue Jul 7, 2012 · 2 comments
Closed

Archive fails: Issues with prepare_framework.sh #22

pulkitsinghal opened this issue Jul 7, 2012 · 2 comments

Comments

@pulkitsinghal
Copy link

Hello,

I was able to framework~ize my project thanks to the instructions in this github project!

I broke up my ElasticSearchClient into:
https://github.com/pulkitsinghal/ESClient
https://github.com/pulkitsinghal/ESClientDemo

iPhone and Simulator builds don't give me any trouble but when I try to archive a project which has been setup according to "Developing the Framework as a Dependent Project" instructions, I run into some issues with the last copy statement of prepare_framework.sh:

Cp: /Users/pulkitsinghal/dev/myapp/DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/ESClient/Headers/: No such file or directory

I don't know why this pops up as a problem for only the Archive process. Can someone help?

I'm not saying that there is something wrong with iOS-Framework, I'm simply asking for some help to do more with it :)

@pulkitsinghal
Copy link
Author

@snej I have hit the same wall ... so did you have to settle for soft linking the framework? Or was there a workaround?

@jverkoey
Copy link
Owner

jverkoey commented Jul 9, 2012

Developing frameworks in this fashion does not allow you to use the Archive utility sadly. You will need to explicitly copy the .framework out of the build directory when you want to distribute it.

@jverkoey jverkoey closed this as completed Jul 9, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants