Hello all, it's that time of year when i update the school scheduling app for our high school block scheduling.
I'm getting an error from the iOS app that I don't get from either the Android app, or from the Gideros Player that I built for iOS.
"libpng: error: bad parameters to zlib"
This happens during application start up while loading the file 'arial_36.png'
I'm using a freshly exported project from 2013.06.3
I went ahead and created an archive and ran the verification on it, and it come up "invalid binary"
Any ideas?
Comments
http://giderosmobile.com/forum/discussion/3706/crash-on-ipad-1-4-3-3#Item_3
Haven't seen myself btw.
I don't know what the "tt's" is or how to use it to try it. Here is the error
- download http://zlib.net/zlib-1.2.8.tar.gz
- extract (on iOS), and try to build:
./configure make
Hope that help !
You just need to remove libz.dylib from the exported project. You don't need to add any other zlib. (because zlib 1.2.8 is already included in libgideros.a)
http://www.nightspade.com
If you don't get this error then there are two possibilities:
1. Xcode decided to use the zlib inside libgideros.
2. Newer iOS has newer zlib (1.2.8).
I removed 'libz.dylib' from the list of libraries in "Build Phase" -> 'Link Binary with Libraries" and the app now works on the iPod and in the iTunes Connect.
Thanks for the quick reply !
http://www.nightspade.com