nnnggel / gCaptcha

A flutter plugin for reCAPTCHA v2 - android. The FREE anti-abuse service.
https://pub.dev/packages/g_captcha
Apache License 2.0
3 stars 11 forks source link

[!] No podspec found for `g_captcha` in `.symlinks/plugins/g_captcha/ios` #4

Open LuisAkamala opened 3 years ago

LuisAkamala commented 3 years ago

Please fix podspec file:

1) rename gCaptcha.podspec to g_captcha.podspec 2) into g_captcha.podspec replace "s.name" value with "g_captcha"

dekzitfz commented 3 years ago

is there a way we fix this without waiting the author to rename it?

LuisAkamala commented 3 years ago

is there a way we fix this without waiting the author to rename it?

I fix with my two steps

GrupoGM commented 3 years ago

H! someone has any information about how to solve the following error: /Developer/flutter/.pub-cache/hosted/pub.dartlang.org/g_captcha-1.0.0/ios/Classes/GCaptchaPlugin.m:8:9: fatal error: 'gCaptcha-Swift.h' file not found

import "gCaptcha-Swift.h"

Reza-Piri commented 2 years ago

H! someone has any information about how to solve the following error: /Developer/flutter/.pub-cache/hosted/pub.dartlang.org/g_captcha-1.0.0/ios/Classes/GCaptchaPlugin.m:8:9: fatal error: 'gCaptcha-Swift.h' file not found #import "gCaptcha-Swift.h"

i have the same issue. i checked this https://forums.swift.org/t/swift-static-libraries-dont-copy-generated-objective-c-header/19816 , but really i know nothing about swift!