0

I'm really freaking out! I've a project with core plo library, I'm trying to build the ipa file but the library isn't included in the final package. I've an earlier version of the project (let's say about 2months ago) and it works perfectly. The only thing that has changed in the configuration is the PRODUCT_NAME. Any help would be really appreciated.

Thank you! 8:)

1 Answer 1

1

does your lib appear in the Binary libraries list for the running target ?? try removing it and re-adding it. (Select Project / Target / Build Phases / Link with binary Libraries -- remove it and re-add it) (Ran into same issue and this fixed my problem. Apparently the precompile headers section in the project settings did not get updated for some reason)

Sign up to request clarification or add additional context in comments.

1 Comment

I've found the problem. Shame on me, in the previous release of the project there was a precompiled copy of the static library added to the app bundle. There is a reason why static library is named "static", that's because the library is statically linked so it is part of the executable. You are absolutely right sometimes re-adding the library helps.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.