Unity and Xcode Build crash after Splash Screen - ios

After updating to Unity 5.2.0f3, Xcode 6.4, and the Vuforia plugin, when I build my xcodeproj, my app just shows the Splash Screen and then crashes with the following error:
EXC_BADACCESS (Code=1,adress=0x94)
I fixed similar issues by adjusting the Player Settings in Unity several times, though it seems that there is a problem with IL2CPP / Universal Architecture.
Any master that can help?

We have one known bug related to Vuforia and packing of a managed structure that causes alignment problems for iOS builds. I'm not sure that this is the error you are seeing. You can work around the error by disabling optimizations in the Xcode project (although this is certainly not a fix).
We're working with the Vuforia developers now to have the problem corrected.

Related

Vuforia in AR view shows black screen in iOS device

i am trying to use Vuforia SDK to build an AR application using Unity. The application i build is working fine on the Android device. Whereas the same code is giving me a black screen in AR view when i build for iOS.
The version of Unity used for developing the code is 2017.4.1f1 and Xcode version is 10.1. Can some one help me to understand the reason for this;
I have also followed the steps provided in the below video link.
https://www.youtube.com/watch?v=3roMSonIG5c
If your application is not using ARkit, you can just downgrade the unity version to 5.6.6 and install the older version of vuforia, the camera black out problem can be solve. This issue is due to vuforia problem.
Finally i could resolve this issue after migrating it to Unity 2018.2.16. In addition to that pl. ensure that
a. Vuforia ticked in the XR settings in the player settings,
b. AR camera in the inspector is set as main camera

React Native's ScrollView Broken on iOS Physical Device

I have an issue on React Native's iOS ScrollView, it was broken after implementing GIF's while scrolling. It happened only on physical device, not on Simulator (works fine). Xcode log said it was caused by a memory issue problem.
React version: 16.0.0-alpha.12,
RN version: 0.48.3
There is a known issue in Github about using GIF images on iOS:
Terminated due to memory issue on ios
If you follow the comments you someone made a solution for this issue by providing a package for those Images:
react-native-flanimatedimage
Seems like the commend among the main question was the solution, so i set it available for all wich are interested in

Unity app crashes on iPhone 6 ONLY?

I have deployed a game made in Unity via TestFlight and do not know what to make of this issue - the game runs perfectly on all iPhone 6s and above. On iPhone 6 however and an iPad, it crashes right after the splash screen.
Crash report said initially it had to do with the Metal graphics settings - since (this is another problem) I haven't been able to get the crash reports from the last 2 builds, I am led to think it is still a graphics problem.
I've googled everything and found a few threads saying it was a Unity 5.5.0 problem and also that older devices do not support Metal. So today I updated to Unity 5.5.2f1 and removed Metal from the Graphics settings as
various links have said this has been an issue - https://forum.unity3d.com/threads/crash-on-startup-5-5-0f1-ios-10.446813/
https://issuetracker.unity3d.com/issues/ios-crash-on-presentrenderbuffer-gl-renderbuffer-in-presentgles-when-loading-a-scene-on-iphone-6s
but even with OpenGLES2 and 3 both in the options with Metal removed, it still crashes on just these older devices.
What is happening here? How can I fix this?
I am on the most updated Xcode, etc.

xcode 7 update causing hang at splash screen

I just updated to xcode 7.0 and now my app is hanging at the splash screen.
I'm using a Google Maps Pod.
At first a clean & build caused a build fail stating that the Enable bitcode needed to be switched off.
I did that. My app now builds, however when I install it to the simulator or iPad it hangs on the splash screen.
There are no issue flags being displayed and the app appears to just hang forever until forced closed.
Everything was working fine until this xcode 7.0 update. Any ideas?
A previous post xcode 7 issues
stated that there are some problems with content in the view controller when compiled with 7.0. The solution was to completely reassemble the views piece by piece until it starts working. This is not a practical response because of time constraints and financial aspects at work. I uninstalled xcode 7.0 and then went to the Apple developer archives and reinstalled xcode 6.4.
The app now runs correctly. Hopefully this will get sorted out by 7.1.

Display Issue on IOS device when build from unity to xcode

I was having problem when building my project for IPhone 6+. So I made a simple scene in unity which has a simple camera and a ball gameobject and exported it to XCode. but when I run it on ios device its upper half screen has some weird display issue. can somebody help?
reference images
Problem: https://www.gmonks.com/help/1.jpg
Camera setting: https://www.gmonks.com/help/2.png
Issue has been resolved. I have created a completely new project and imported all assets one by one, now project is building properly on IPhone. Although this issue still exist in the old project, creating new project seems the easiest fix to me. Few thing are different from my old project and new project, which are the setting of quality in project setting and Lighting in windows. I think I have messed up some value in there. If anyone wants to take look then please download the project file and if possible can explain why did this happened. anyways thank for your support.

Resources