readium / readium-sdk

A C++ ePub renderer SDK
BSD 3-Clause "New" or "Revised" License
385 stars 164 forks source link

【Xcode 8】Strip Linked Product as YES to want to archive successfully #267

Closed kirou closed 7 years ago

kirou commented 7 years ago

Archiving with Xcode 8 results in an error. I'm using 0.16.0 and 0.23.0.

error

Succeeded when setting 「Strip Linked Product」 to NO with reference to https://github.com/readium/readium-sdk/issues/261 If possible, I would like to know how to succeed with 「Strip Linked Product」 YES.

I tried https://github.com/readium/readium-sdk/pull/260/files and https://github.com/readium/readium-sdk/issues/261#issuecomment-262789566 , but it did not change and it was an error

Would you please tell me the way the archive passes though Strip Linked Product as YES?

danielweck commented 7 years ago

Closing, let's continue the discussion in the original thread: https://github.com/readium/readium-sdk/issues/261#issuecomment-264523749