X Code deprecated warnings

Hi.
I’m about to release an app for the iOS appstore, however when i build the app using X-code i run into quite a lot of deprecated warnings, which from what i can immediately can find on unity forums ( link ) is most of these warnings are benign, however all of them are not accounted for in unity forum posts / google searches.
The problem is the customer is not happy by having these warnings in the X-code project and will not accept delivery before they are taken care of. See attached screenshot.

UILocalNotification
InterfactOrientation
initWithRequest
SetFrameInterval
MPMoviePlayer

From what i can see in the X-Code project most of these warnings happens in the editor code, which makes me unable to edit them directly. Is there a way around this?

Another warning i get which i have no idea how to solve is:
Apple LLVM 9.0 Warning
Overflow in expression: results is 810953922 with type ‘int’ (Bulk_Generics_0.cpp)
It lists an integer overflow in the editor, but most of the variables are gibberish and is really difficult to interpret.

Anyone have the same issues?
I’m using Unity 2017.1.0f3 btw.

Anyone?

If you haven’t modified the code in exported XCode project, you can safely ignore those warnings.
We are working on cleaning them up.

Fix all the warnings

still working?

1 Like