Android is building well, iOS fails to build both with cordova build ios and firing the project up in xcode and trying to build there. If I remove the pushwoosh plugin it builds fine.
iOS version is 3.8.0
Not sure what you need to debug, but here is a screenshot:
So what worked for me was adding the libz.dylib to the "link binary with libraries" section under Build Phases, and then I also added -lstdc++ flag to Build Settings > Linking > Other Linker Flags
Hi All,
Android is building well, iOS fails to build both with
cordova build ios
and firing the project up in xcode and trying to build there. If I remove the pushwoosh plugin it builds fine.iOS version is 3.8.0
Not sure what you need to debug, but here is a screenshot:
Any help is much appreciated!