Closed yankovalera closed 5 years ago
Hi @yankovalera I just merged a Pull Request that enable CocaPods Install, please help double check. Thanks to @MuhammadNayabButt for the pull request.
hi @trietho looks like if I try to install, I'm getting same version as before (with the error). New version has been released?
Oops, my bad! I forgot releasing it to npmjs. I just publish the latest code npmjs and I think you can try again. Thank you very much for your response, @yankovalera.
Hello @trietho,
I'm running the latest and pod install
is running fine. I run into issues when trying to run RNBeep.beep();
, I get this error:
Any help would be appreciated, thank you!
Same here
@yankovalera @jeffmon I met the same issue. Please use the version 1.0.2 in the old fashion way while waiting for the fix. Thanks for let me know.
@trietho
I'm running version 1.0.2
and it runs fine in a simulator, but if I try to run it on my phone via Xcode, I get this error:
Thanks for your help on this!
I was able to fix it by manually fixing /node_modules/react-native/React/RCTBridgeModule.h
, replacing #import "RCTDefines.h"
on line 10, with:
#if __has_include("RCTDefines.h")
#import "RCTDefines.h"
#else
#import <React/RCTDefines.h>
#endif
To continue this route I have to use https://github.com/ds300/patch-package for now to patch this.
@jeffmon @yankovalera Version 1.0.5 was released to npmjs. I tested. pod install will work as it is.
There is no comment in 20 days, so I think the problem was resolved at your side.
When I run pod install, I'm getting this:
[!] The
RNReactNativeABeep
pod failed to validate due to 1 error:homepage
.