Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iOS non compile error
#1
When Curvy is added to a project for iOS, a compile error is made in:

Code:
Il2CppAttributes.cpp

The function:

Code:
static void CreateMesh_t891825692_CustomAttributesCacheGenerator_m_GroupMeshes(CustomAttributesCache* cache)

Gets a duplicate bool:

Code:
bool _tmp_1 = true;

Using:
Curvy 2.2.1
Unity 2017.3.0p3
Xcode 9.2
Deployment Target (any)

(would be nice to get a quick fix I can do this end as it happens every time you compile to xcode, even if you comment out the duplicate boolean)

   
Reply


Messages In This Thread
iOS non compile error - by hawken - 01-30-2018, 10:12 AM
RE: iOS non compile error - by _Aka_ - 01-30-2018, 11:41 AM
RE: iOS non compile error - by hawken - 01-30-2018, 12:16 PM
RE: iOS non compile error - by hawken - 02-14-2018, 10:09 AM
RE: iOS non compile error - by _Aka_ - 02-14-2018, 06:55 PM
RE: iOS non compile error - by _Aka_ - 02-14-2018, 06:57 PM
RE: iOS non compile error - by hawken - 02-15-2018, 06:34 AM
RE: iOS non compile error - by _Aka_ - 02-15-2018, 03:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error when trying to connect nodes in prefab edit mode Lupos 4 9 06-02-2023, 10:27 AM
Last Post: _Aka_
  Error when switching splines ricke 3 7 10-10-2022, 08:46 AM
Last Post: _Aka_
  Error when recreating splines / connections jh092 3 7 07-25-2022, 09:58 AM
Last Post: _Aka_
Question Error after upgrade: (are you missing a using directive or an assembly reference?) boriskourt 3 7 05-17-2022, 12:32 PM
Last Post: _Aka_

Forum Jump: