When dev build is enabled, xcode fails to build complaining that AdSupport.h file is not found. I don’t have anything related to ads in the project and it builds fine when dev mode is disabled.
Hi, unnanego. Please report this bug via the Bug Reporter (“Help → Report a Bug…” in the Editor) and attach your problematic project so we can take a further look. Thanks in advance!
1 Like
Hi @unnanego. This should be resolved in a version of Unity 6000.0.38f1 or later. If you can’t upgrade to that version, then the best workaround is to add #undef UNITY_USES_IAD before the #if UNITY_USES_IAD. That will get around the issue, at the cost of possibly having to redo the work if you regenerate the Xcode project.
1 Like