poingstudios / godot-admob-ios

Godot's AdMob Plugin for iOS with support for Mediations.
https://poingstudios.github.io/godot-admob-plugin/
MIT License
104 stars 15 forks source link

Error when building: "There is no XCFramework found at..." #20

Closed toninkush closed 2 years ago

toninkush commented 2 years ago

Hello. I got a weird error when trying to build in XCode. The errors say that there is no xcframework found at ios/plugins/admobs but all the xcframework files are in there. How do I solve this issue?

gumaciel commented 2 years ago

Hi, the path should be res://ios/plugins/admob/lib, check if you put the correct path

toninkush commented 2 years ago

The path was correct. This particular issue was solved after I manually drag to link them from the same path.

gumaciel commented 2 years ago

Nice, but i will investigate this, this shouldn't need to be done to fix, thank you for the reply