WhiteHouse / wh-app-ios

671 stars 260 forks source link

Project expects libUAirship-1.2.2.a, latest stable is 1.3.2.a #4

Closed mmorey closed 12 years ago

mmorey commented 12 years ago

Xcode project wants libUAirship-1.2.2.a but if you follow the README you will end up with the latest stable version which is 1.3.2.a. Project will not build as it can't find libUAirship-1.2.2.a.

krishnenc commented 12 years ago

You can build the project against the 1.3.2.a library, just make sure to remove the link to the push library library as it causes duplicate error messages during linking.

welschp commented 12 years ago

The pull request that we just merged in should address this; if the problem continues please let us know