playMaker

Author Topic: Xcode won't build get_GUITEXTURE[SOLVED]  (Read 3226 times)

benflock

  • Playmaker Newbie
  • *
  • Posts: 15
Xcode won't build get_GUITEXTURE[SOLVED]
« on: April 17, 2020, 10:47:16 AM »
Hello

i have tried looking around and have found this mentioned previously but with no solution - i have successfully built for android - and when trying to do so on ios i can build from unity but xcode throws this error:

it is throwing it for

// UnityEngine.GUITexture PlayMakerFSM::get_GuiTexture()
// UnityEngine.GUIText PlayMakerFSM::get_GuiText()



.../Classes/Native/PlayMaker2.cpp:31089:14: No matching function for call to 'Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C'
.../Classes/Native/PlayMaker2.cpp:13523:41: Candidate function not viable: no known conversion from
'GUITexture_t1679093D89FD7E758DB296145046F8BB10DB7E51 *' to 'Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *' for 1st argument

Is there a know solution to this?

thanks

Ben
« Last Edit: April 22, 2020, 02:28:59 AM by jeanfabre »

benflock

  • Playmaker Newbie
  • *
  • Posts: 15
Re: Xcode won't build get_GUITEXTURE
« Reply #1 on: April 20, 2020, 06:43:02 AM »
not entirely sure what fixed this as i was pretty sure i was up to date - but ran updater a couple of time and now i'm building fine

b

san

  • Junior Playmaker
  • **
  • Posts: 93
Re: Xcode won't build get_GUITEXTURE[SOLVED]
« Reply #2 on: July 05, 2020, 03:07:47 AM »
I have same issue. Did you figure it out?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Xcode won't build get_GUITEXTURE[SOLVED]
« Reply #3 on: July 06, 2020, 01:12:39 AM »
Hi,

 I can confirm that the playmaker latest version 1.9.0p20 works as is without any modifications required to publish on IOS. Can you double check that you have the latest playmaker indeed?

Bye,

 Jean