I have install new XCODE 12.1
After click run , build error show as bellow,
UserMessagingPlatform.xcframework
Please share any idea.
Same problem
i have the same problem too
it look like it google admob problem
https://github.com/Scirra/Construct-3-bugs/issues/4308
Develop games in your browser. Powerful, performant & highly capable.
the problem is not solved?
It looks like some kind of problem with AdMob's latest update. I'm not aware of any workaround at this time. The best thing to do would be to post to the AdMob SDK forum asking for help.
here a solution
1 - open your xcode project
2- open terminal and then add this command
3- add "cd (your project directory )" then press entre
4- add this code "pod install --repo-update"
Congratulation problem solved
I saw that "solution" as well on the AdMob forum.
Can you verify if this issue only occurs for Xcode 12.1? I saw the guy from Google used 12.0.1 which worked fine. I also used 12.0.1 a few weeks ago and it worked fine as well.
Confirmed --repo--update fixes the issue for me in 12.2RC.
command not found: pod
What i do wrong?
> Confirmed --repo--update fixes the issue for me in 12.2RC. command not found: pod What i do wrong?
> Confirmed --repo--update fixes the issue for me in 12.2RC.
Looks like you don't have Cocoapods installed.