juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.13k stars 515 forks source link

iOS compile fails #306

Open sandrush73 opened 3 years ago

sandrush73 commented 3 years ago

I've read everything here! Every issue and i cannot get this plugin to run for our own project.

Undefined symbols for architecture arm64: "NativeShare_Share", referenced from: _NativeShareNativeShare_Share_mD7B457EC2F4BDC61F28DFF4BA10097FBB9575E50 in Assembly-CSharp-firstpass.o (maybe you meant: _NativeShare__NativeShare_Share_mD7B457EC2F4BDC61F28DFF4BA10097FBB9575E50) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

ernonemacher commented 3 years ago

I am facing the same problem. Have you found a solution?

dawiddszewczyk commented 2 years ago

Hi @sandrush73 do you launch application on Virtual Device or Physical Device? Also can you send to us CreatePlayer config from Unity?