- Home /
Xcode build crashes
I have been trying to get my build on iOS for the past 3 days to no avail. I have tried everything i have read with tonnes of research into this issue and still nothing so now i am asking you guys if you can help.
My developer who does everything iOS is on holiday in paris, so their is no internal support for this issue either.
The app will just crash upon building and putting on device. This is the error log.
2016-11-15 16:38:15.395 digital[639:115676] -> registered mono modules 0x1013cac00
-> applicationDidFinishLaunching()
-> applicationDidBecomeActive()
GfxDevice: creating device client; threaded=1
Init: screen size 2048x1536
Initializing Metal device caps: Apple A7 GPU
Initialize engine version: 5.4.2f2 (b7e030c65c9b)
OnLevelWasLoaded was found on DOTweenComponent
This message has been deprecated and will be removed in a later version of Unity.
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
(Filename: Line: 375)
The referenced script on this Behaviour (Game Object '1x4(Clone)') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'OneByThree') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehController') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'New PAParticleField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'New PAParticleField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehController') is missing!
(Filename: Line: 1656)
UnloadTime: 44.684330 ms
2016-11-15 16:38:25.911 digital[639:115676] -[NSTaggedPointerString al_containsSubstring:]: unrecognized selector sent to instance 0xa0045564954414e6
2016-11-15 16:38:25.918 digital[639:115676] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSTaggedPointerString al_containsSubstring:]: unrecognized selector sent to instance 0xa0045564954414e6'
*** First throw call stack:
(0x182e1adb0 0x18247ff80 0x182e21c4c 0x182e1ebec 0x182d1cc5c 0x101213048 0x101210f40 0x10120fd5c 0x10120fae4 0x10008f458 0x1008aacf8 0x1011d418c 0x100a9e53c 0x100a9e90c 0x100a91c8c 0x100a939ec 0x100a93ce0 0x100a93958 0x100ab9b94 0x100ab9ab4 0x100ab9a48 0x100a9dc64 0x100a9dcb0 0x100a9d830 0x100a9d8f4 0x100a9d620 0x100a99660 0x100a99a68 0x1009906d4 0x100a56d2c 0x100cef1e0 0x100086960 0x1837e2658 0x182dd1794 0x182dd1438 0x182dceb4c 0x182cf8c50 0x1845e0088 0x187fda088 0x100072fac 0x1828968b8)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
and here is the screen shot
Hey john-essy,
this lines make we worry a bit:
The referenced script on this Behaviour (Game Object '1x4(Clone)') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'OneByThree') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehController') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'New PAParticleField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'New PAParticleField') is missing!
(Filename: Line: 1656)
The referenced script on this Behaviour (Game Object 'BokehController') is missing!
At least the related gameobjects are named. So maybe you should go into your scenes and find them just to check their script references, because there seems to be a problem with them. $$anonymous$$aybe not the scripts itself but some public references to other scripts inside the scene/s.