how i delete facebook pods manually from my work space without using pod install?Xcode 10 warning “unexpected C compiler invocation with specified output”Definition of 'AWSService' must be imported from module 'AWSCore.AWSService' before it is required
Adding labels to a matrix
Why do people keep referring to Leia as Princess Leia, even after the destruction of Alderaan?
Is a request to book a business flight ticket for a graduate student an unreasonable one?
Extracting points from 3D plot that lie along an arbitrarily oriented line
Graduate student with abysmal English writing skills, how to help
Astronaut distance from Earth?
Why do we need common sense in AI?
Is "De qui parles-tu" (for example) as formal as it is in English, or is it normal for the French to casually say that
What is the measurable difference between dry basil and fresh?
When an electron changes its spin, or any other intrinsic property, is it still the same electron?
Why is the air gap between the stator and rotor on a motor kept as small as it is?
Can the Mage Hand cantrip be used to trip an enemy who is running away?
Was I subtly told to resign?
How do you move up one folder in Finder?
Would dual wielding daggers be a viable choice for a covert bodyguard?
Terry Pratchett book with a lawyer dragon and sheep
Employers keep telling me my college isn't good enough - is there any way to fix this?
Is Trump personally blocking people on Twitter?
Received a dinner invitation through my employer's email, is it ok to attend?
Can you cast a blanket Invisibility and let the targets see each other?
How are mathematicians paid to do research?
How can I fix the dull colors I am getting in Ubuntu 19.04 Terminal?
Great Unsolved Problems in O.R
Why are they 'nude photos'?
how i delete facebook pods manually from my work space without using pod install?
Xcode 10 warning “unexpected C compiler invocation with specified output”Definition of 'AWSService' must be imported from module 'AWSCore.AWSService' before it is required
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I deleted the facebook pods manually, and i mean by that i delete the facebook framework files and i deleted the framework from my workspace, also i delete the facebook pods names from my podfile, but i didn't run pod install cause it will miss all my other pods, i still get error about FaceBookCore linker failed
I can't use pod install cause some of my pods are not updated with swift 4.2 and I already fixed the syntax manually, so every time i run pod install i have thousands of errors, i need to remove the facebook framework pods, which i added using cocoapods, and then i will add the latest facebook framework manually by downloading the SDK,
This is the error i get, some warning about the missing files, but at the end framework not found FacebookCore
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/Bolts'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKCoreKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKLoginKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKShareKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookCore'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookLogin'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookShare'
**ld: framework not found FacebookCore
clang: error: linker command failed with exit code 1 (use -v to see invocation)**
swift4.2
add a comment |
I deleted the facebook pods manually, and i mean by that i delete the facebook framework files and i deleted the framework from my workspace, also i delete the facebook pods names from my podfile, but i didn't run pod install cause it will miss all my other pods, i still get error about FaceBookCore linker failed
I can't use pod install cause some of my pods are not updated with swift 4.2 and I already fixed the syntax manually, so every time i run pod install i have thousands of errors, i need to remove the facebook framework pods, which i added using cocoapods, and then i will add the latest facebook framework manually by downloading the SDK,
This is the error i get, some warning about the missing files, but at the end framework not found FacebookCore
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/Bolts'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKCoreKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKLoginKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKShareKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookCore'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookLogin'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookShare'
**ld: framework not found FacebookCore
clang: error: linker command failed with exit code 1 (use -v to see invocation)**
swift4.2
add a comment |
I deleted the facebook pods manually, and i mean by that i delete the facebook framework files and i deleted the framework from my workspace, also i delete the facebook pods names from my podfile, but i didn't run pod install cause it will miss all my other pods, i still get error about FaceBookCore linker failed
I can't use pod install cause some of my pods are not updated with swift 4.2 and I already fixed the syntax manually, so every time i run pod install i have thousands of errors, i need to remove the facebook framework pods, which i added using cocoapods, and then i will add the latest facebook framework manually by downloading the SDK,
This is the error i get, some warning about the missing files, but at the end framework not found FacebookCore
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/Bolts'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKCoreKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKLoginKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKShareKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookCore'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookLogin'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookShare'
**ld: framework not found FacebookCore
clang: error: linker command failed with exit code 1 (use -v to see invocation)**
swift4.2
I deleted the facebook pods manually, and i mean by that i delete the facebook framework files and i deleted the framework from my workspace, also i delete the facebook pods names from my podfile, but i didn't run pod install cause it will miss all my other pods, i still get error about FaceBookCore linker failed
I can't use pod install cause some of my pods are not updated with swift 4.2 and I already fixed the syntax manually, so every time i run pod install i have thousands of errors, i need to remove the facebook framework pods, which i added using cocoapods, and then i will add the latest facebook framework manually by downloading the SDK,
This is the error i get, some warning about the missing files, but at the end framework not found FacebookCore
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/Bolts'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKCoreKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKLoginKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FBSDKShareKit'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookCore'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookLogin'
ld: warning: directory not found for option '-F/Users/apple/Library/Developer/Xcode/DerivedData/movie-viable-product-apbpegawvrjqoidhjespxpmqzbgc/Build/Products/Debug-iphonesimulator/FacebookShare'
**ld: framework not found FacebookCore
clang: error: linker command failed with exit code 1 (use -v to see invocation)**
swift4.2
swift4.2
edited Mar 26 at 5:44
gameon67
1,4719 silver badges28 bronze badges
1,4719 silver badges28 bronze badges
asked Mar 26 at 1:45
MichsedkiMichsedki
12 bronze badges
12 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55348719%2fhow-i-delete-facebook-pods-manually-from-my-work-space-without-using-pod-install%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55348719%2fhow-i-delete-facebook-pods-manually-from-my-work-space-without-using-pod-install%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown