How to solve linker command failed with exit code 1 (use -v to see invocation) in Xcode 10
up vote
0
down vote
favorite
I'm working with Xcode 10 and I get this error when I build or run:
framework not found FirebaseNanoPB
linker command failed with exit code 1 (use -v to see invocation)
and of course, I'm openning .xcworkspace
file!
Here's what I've tried
deleted
Podfile Podfile.lock
Pods
and runpod deintegrate
, then runpod install
carthage update, build
Clean and rebuild
set the
Build Active Architecture Only
to NO
these didn't help me... Please help me!
swift firebase cocoapods
add a comment |
up vote
0
down vote
favorite
I'm working with Xcode 10 and I get this error when I build or run:
framework not found FirebaseNanoPB
linker command failed with exit code 1 (use -v to see invocation)
and of course, I'm openning .xcworkspace
file!
Here's what I've tried
deleted
Podfile Podfile.lock
Pods
and runpod deintegrate
, then runpod install
carthage update, build
Clean and rebuild
set the
Build Active Architecture Only
to NO
these didn't help me... Please help me!
swift firebase cocoapods
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm working with Xcode 10 and I get this error when I build or run:
framework not found FirebaseNanoPB
linker command failed with exit code 1 (use -v to see invocation)
and of course, I'm openning .xcworkspace
file!
Here's what I've tried
deleted
Podfile Podfile.lock
Pods
and runpod deintegrate
, then runpod install
carthage update, build
Clean and rebuild
set the
Build Active Architecture Only
to NO
these didn't help me... Please help me!
swift firebase cocoapods
I'm working with Xcode 10 and I get this error when I build or run:
framework not found FirebaseNanoPB
linker command failed with exit code 1 (use -v to see invocation)
and of course, I'm openning .xcworkspace
file!
Here's what I've tried
deleted
Podfile Podfile.lock
Pods
and runpod deintegrate
, then runpod install
carthage update, build
Clean and rebuild
set the
Build Active Architecture Only
to NO
these didn't help me... Please help me!
swift firebase cocoapods
swift firebase cocoapods
asked Nov 8 at 3:09
joey22
63
63
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
OK, I've solved it with following steps.
- Delete the corresponding framework(s) (in my case
FirebaseNanoPB
) from theLinked Frameworks and Libraries
- Clean the project (maybe unnecessary)
- run
pod update && pod install
I think in my case not doing the first step and pod update
is the cause for this.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
OK, I've solved it with following steps.
- Delete the corresponding framework(s) (in my case
FirebaseNanoPB
) from theLinked Frameworks and Libraries
- Clean the project (maybe unnecessary)
- run
pod update && pod install
I think in my case not doing the first step and pod update
is the cause for this.
add a comment |
up vote
0
down vote
accepted
OK, I've solved it with following steps.
- Delete the corresponding framework(s) (in my case
FirebaseNanoPB
) from theLinked Frameworks and Libraries
- Clean the project (maybe unnecessary)
- run
pod update && pod install
I think in my case not doing the first step and pod update
is the cause for this.
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
OK, I've solved it with following steps.
- Delete the corresponding framework(s) (in my case
FirebaseNanoPB
) from theLinked Frameworks and Libraries
- Clean the project (maybe unnecessary)
- run
pod update && pod install
I think in my case not doing the first step and pod update
is the cause for this.
OK, I've solved it with following steps.
- Delete the corresponding framework(s) (in my case
FirebaseNanoPB
) from theLinked Frameworks and Libraries
- Clean the project (maybe unnecessary)
- run
pod update && pod install
I think in my case not doing the first step and pod update
is the cause for this.
answered Nov 8 at 7:17
joey22
63
63
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f53201003%2fhow-to-solve-linker-command-failed-with-exit-code-1-use-v-to-see-invocation-i%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