micahpearlman / MonkSVG

SVG parsing framework in C++
BSD 3-Clause "New" or "Revised" License
79 stars 19 forks source link

Can't Archive and Distribute a test project #11

Closed gerchicov closed 11 years ago

gerchicov commented 11 years ago

I downloaded a project but it is not compiled. I added MonkSVG and MonkVG .a static libraries manually. So now I can run this project on a device or simulator.

But I can't perform Archive action. I see a lot of errors for such strings as:

include <MonkVG/openvg.h>

How to solve this problem?

micahpearlman commented 11 years ago

Sorry, I cannot reproduce the issue.

On Aug 5, 2013, at 11:54 PM, gerchicov notifications@github.com wrote:

I downloaded a project but it is not compiled. I added MonkSVG and MonkVG .a static libraries manually. So now I can run this project on a device or simulator.

But I can't perform Archive action. I see a lot of errors for such strings as:

include

How to solve this problem?

— Reply to this email directly or view it on GitHub.

gerchicov commented 11 years ago

I have found a solution using this article: http://www.kihongames.com/blog/labs/2011/06/labs-xcode-static-library-pitfalls/ I think it should be included in ReadMe instead of "Hello"