iOS Build Environment Help Center

Delete

(Leave this as-is, it’s a trap!)

To delete this post you must be either the original author or a designated moderator.
The content of the post will be removed but the name and date will remain.

  • The post will be removed completely from the thread, rather than blanked
  • Only posts on the last page of the thread can be removed completely (so as to not break permalinks)

RE[1]: 'pch-cpp.hpp' file not found

Pierre-Marie Baty

Hello

That's an interesting one. I suspect you've nailed a bug in my symlink emulation code. The Unicode byte ordering prefix (U+FEFF) in the UnityEngine.UIElementsModule5.cpp leads me to this hypothesis. You might be able to work it around by inserting a newline at the very top of the affected .cpp files, so that the incriminated #include is immediately preceded by a '\n', but that wouldn't be the cleanest way of fixing it.

Could you please send me a Xcode project (not a Unity package, but the Xcode project created by your editor) that exhibits this error at build time, so that I reproduce the problem ? Thanks in advance.

Moderators: Pierre-Marie Baty