Chris Sheffield <cmsheffield@...> writes: > > I have an iOS app that’s crashing unexpectedly when run on a device (iPad Air). The error in the console is > “Segmentation fault: 11”. Anybody know what this means or how I might go about fixing it?
Wow... congratulations. I've never even heard of anyone getting a segfault on an iOS device before. It's probably nothing you can do at a script level - a segmentation fault is an attempt by the cpu to access memory in a prohibited manner. -- Mark Wieder [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
