Reputation: 1295
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:)
Upvotes: 0
Views: 257
Reputation: 3366
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)
Upvotes: 1