cronos-labs / play-unreal-plugin

Unreal Engine plugin repo for GameFi
Other
14 stars 13 forks source link

Problem: unable to instantiate module PlayCppSdkLibrary for mac (fix … #337

Closed leejw51crypto closed 1 year ago

leejw51crypto commented 1 year ago

only one native binary for mac

leejw51crypto commented 1 year ago

changing to use universal library

lipo -info libwebm.a
Architectures in the fat file: libwebm.a are: x86_64 arm64

fixing now

leejw51crypto commented 1 year ago

changed to universal library, checking ci now