playMaker

Author Topic: Set Property does not work on iOS[SOLVED]  (Read 1203 times)

amethystbj

  • Playmaker Newbie
  • *
  • Posts: 3
Set Property does not work on iOS[SOLVED]
« on: April 29, 2020, 05:33:22 PM »
The build works well on Mac / Windows but on iOS it never works. I tried to see if the problem was "OnClick" but it works normally.
« Last Edit: April 30, 2020, 01:22:41 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: Set Property does not work on iOS
« Reply #1 on: April 30, 2020, 01:22:28 AM »
Hi,

 You need to use the linker wizard for code reflections to be taken into account on mobile:

https://hutonggames.com/playmakerforum/index.php?topic=11126.0

Bye,

 Jean


amethystbj

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Set Property does not work on iOS[SOLVED]
« Reply #2 on: May 02, 2020, 10:26:24 AM »
Thanks!