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.09k stars 504 forks source link

UnityFramework- undefined symbols and linker command fialed with exit code 1 #954

Closed vermasrijan19 closed 1 week ago

vermasrijan19 commented 1 month ago

image

I get the following error when trying to build for IOS.

I have only added the plugin in unity project and made no other changes. The build works when before adding and after removing the plugin.

But i get this error when the plugin is in the project. It works fine on android.

anilabansal commented 1 week ago

@vermasrijan19 do you got any solution ?? I'm facing same issue

vermasrijan19 commented 1 week ago

@vermasrijan19 do you got any solution ?? I'm facing same issue

Yeah, I had not made the changes in the swift file as mentioned in the wiki