Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Hi,
After investigation more on code, got the solution for this:
Just just change the Architectures to "$(ARCHS_STANDARD_32_BIT)" in info plist
build setting, it work for me.
Original comment by sunil.verma@mobiloitte.com
on 10 Jun 2015 at 8:42
this not a long-term solution,Apple requires a 64-bit can upload appstore,What
do you think about it
Original comment by shaojian...@gmail.com
on 13 Jul 2015 at 4:18
i have fixed it
just replace "PLVertex" CGFloat to GLfloat
struct PLVertex
{
GLfloat x, y, z;
};
my blog
http://www.skyfox.org/ios-panoramagl-360-arm64-hotspot.html
Original comment by shaojian...@gmail.com
on 13 Aug 2015 at 8:32
Original issue reported on code.google.com by
sunil.verma@mobiloitte.com
on 2 Jun 2015 at 12:10