SlowTree
SlowTree

Reputation: 1295

iOS static library .a file not included

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

Answers (1)

Vlad
Vlad

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

Related Questions