marcojak / MauiMTAdmob

MIT License
115 stars 18 forks source link

'IMTAdmob' does not contain a definition for 'Init' #100

Closed kigudev closed 2 weeks ago

kigudev commented 1 month ago

Running the project sample or creating a new one, the Init() method is not being found for the iOS project. It seems the iOS library is not being referenced. Version: 1.6.4

marcojak commented 1 month ago

Update the Maui workload and it will work.

I'll add this to the readme for others benefit

On Sat, 28 Sept 2024, 02:51 Alex Quiñones, @.***> wrote:

Running the project sample or creating a new one, the Init() method is not being found for the iOS project. It seems the iOS library is not being referenced. Version: 1.6.4

— Reply to this email directly, view it on GitHub https://github.com/marcojak/MauiMTAdmob/issues/100, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUIPISO5XH7YJZHW5F4TJLZYYDRBAVCNFSM6AAAAABPAE35RSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2TGOJUG42DMMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kigudev commented 1 month ago

That did the trick, thanks