Since upgrading to Unity4.3 I am unable to install on device pre IOS6 (5.0, 5.1) despite player settings and Xcode telling me its set correctly.
The error I am getting from the crash logs is:
dyld: Symbol not found: _UICollectionElementKindSectionFooter
According to this thread iphone - Getting dyld: Symbol not found: _UICollectionElementKindSectionFooter when trying to run my app in ipod touch? - Stack Overflow it would seems its due to a library that is only available from IOS6 onwards.
Does this mean that Unity doesn’t really support pre IOS6 now?
Yeah that fixed it. http://cl.ly/SM5u Hey prime, can you can make 'UIKit.framework' weak liked from you post-processor?
– jorjdboss