0

Using Playscape sdk and building to IOS gives me strange errors:

enter image description here

anyone had this errors?

1 Answers1

2
  1. Replace your PushNotificationsIOS.cs with this PushNotificationsIOS.cs
  2. In exported xcode project to do next:
    • Add dynamic lib: Build Phases -> Link Binary With Libraries -> libstdc++6.0.9.dylib
    • Add dynamic lib: Build Phases -> Link Binary With Libraries -> libc++.dylib
Artem
  • 128
  • 5