Setting up Local Development Environment For IOS #530
Unanswered
erdemgonul
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to add new methods to that library, but I'm facing difficulties in my local iOS environment. Specifically, I want to access a FBSDKCoreKit method from ios/RCTFBSDK/core/RCTFBSDKSettings.m. However, I'm not getting IntelliSense in Xcode because the necessary pods are not downloaded.
I believe there should be a Podfile in the Xcode project to manage and install these packages. What steps am I missing to get this set up correctly?
Beta Was this translation helpful? Give feedback.
All reactions