Joao Veronezi

Results 7 comments of Joao Veronezi

I'm creating a "SDK", using cocoapods lib create. I'm having this issue: ![Screen Shot 2024-01-15 at 13 10 55](https://github.com/facebook/react-native/assets/39039823/eb95175f-4297-4ae1-b162-e161e3cfc370) ------------------------------------------------ Here is my podfile: `platform :ios, '13.4' source 'https://github.com/jveronezi/sdk-specs.git' source...

I solved my issue by going into the podspec.json and fixing the paths

@Johan-dutoit sure. But I had to make a lot of changes. The thing is, generally this error occurs when the XCODE can't find the header path or something like that....

I recently updated my project from 0.73.4 to 0.75.3 and I'm getting this error with RCTVibration. I know why this error is happening, with the last version the FBReactNativeSpec.h file...

I've identified the issue. Thanks @cipolleschi. I'm currently developing a CocoaPods library for iOS using React Native. I've successfully created the library, but as I'm updating the React Native version,...

After updating my app, the RCTThirdPartyComponentsProvider issue has been resolved as it's no longer present. However, I'm still encountering a few other issues that appear to be related. Any insights...

@JatinDream11 I was installing the pods using the flag `use_frameworks!`, I removed it and worked.