Hi,
I know this post is old but hopefully it will help somebody having a similar issue.
The #pragma region directive doesn’t play nice when trying to build for IOS. If you still want to benefit from code folding you can do something like;
#ifndef MyRegoin
//CODE
#endif