XCode10 iOS firebase firestore SDK — multiple command produce gRPCCertificates.bundle error in Firebase
up vote
1
down vote
favorite
I am getting multiple command produce gRPCCertificates.bundle
Multiple commands produce '...iphoneos/gRPCCertificates.bundle':
1)
Target 'gRPC-C++-gRPCCertificates' has create directory command with
output '.../iphoneos/gRPCCertificates.bundle'
2) Target
'FirebaseFirestore-gRPCCertificates' has create directory command with
output '....iphoneos/gRPCCertificates.bundle'
Here is my podfile
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
target 'FireCheck' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for FireCheck
pod 'Firebase/Core'
pod 'Firebase/Firestore'
end
I have already tried clean, deleting derive data, deintegrating and reintegrating pods , nothing works
I am using XCode 10
Any help is appreciated
It only happens when i do build and achieve ... normal run/debug works
It also only happens in MacOS 10.14 (18A391) not in previous version of the macOS (High Sierra)
More information i have added here
https://github.com/firebase/firebase-ios-sdk/issues/2102
ios firebase cocoapods google-cloud-firestore grpc
add a comment |
up vote
1
down vote
favorite
I am getting multiple command produce gRPCCertificates.bundle
Multiple commands produce '...iphoneos/gRPCCertificates.bundle':
1)
Target 'gRPC-C++-gRPCCertificates' has create directory command with
output '.../iphoneos/gRPCCertificates.bundle'
2) Target
'FirebaseFirestore-gRPCCertificates' has create directory command with
output '....iphoneos/gRPCCertificates.bundle'
Here is my podfile
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
target 'FireCheck' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for FireCheck
pod 'Firebase/Core'
pod 'Firebase/Firestore'
end
I have already tried clean, deleting derive data, deintegrating and reintegrating pods , nothing works
I am using XCode 10
Any help is appreciated
It only happens when i do build and achieve ... normal run/debug works
It also only happens in MacOS 10.14 (18A391) not in previous version of the macOS (High Sierra)
More information i have added here
https://github.com/firebase/firebase-ios-sdk/issues/2102
ios firebase cocoapods google-cloud-firestore grpc
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am getting multiple command produce gRPCCertificates.bundle
Multiple commands produce '...iphoneos/gRPCCertificates.bundle':
1)
Target 'gRPC-C++-gRPCCertificates' has create directory command with
output '.../iphoneos/gRPCCertificates.bundle'
2) Target
'FirebaseFirestore-gRPCCertificates' has create directory command with
output '....iphoneos/gRPCCertificates.bundle'
Here is my podfile
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
target 'FireCheck' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for FireCheck
pod 'Firebase/Core'
pod 'Firebase/Firestore'
end
I have already tried clean, deleting derive data, deintegrating and reintegrating pods , nothing works
I am using XCode 10
Any help is appreciated
It only happens when i do build and achieve ... normal run/debug works
It also only happens in MacOS 10.14 (18A391) not in previous version of the macOS (High Sierra)
More information i have added here
https://github.com/firebase/firebase-ios-sdk/issues/2102
ios firebase cocoapods google-cloud-firestore grpc
I am getting multiple command produce gRPCCertificates.bundle
Multiple commands produce '...iphoneos/gRPCCertificates.bundle':
1)
Target 'gRPC-C++-gRPCCertificates' has create directory command with
output '.../iphoneos/gRPCCertificates.bundle'
2) Target
'FirebaseFirestore-gRPCCertificates' has create directory command with
output '....iphoneos/gRPCCertificates.bundle'
Here is my podfile
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
target 'FireCheck' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for FireCheck
pod 'Firebase/Core'
pod 'Firebase/Firestore'
end
I have already tried clean, deleting derive data, deintegrating and reintegrating pods , nothing works
I am using XCode 10
Any help is appreciated
It only happens when i do build and achieve ... normal run/debug works
It also only happens in MacOS 10.14 (18A391) not in previous version of the macOS (High Sierra)
More information i have added here
https://github.com/firebase/firebase-ios-sdk/issues/2102
ios firebase cocoapods google-cloud-firestore grpc
ios firebase cocoapods google-cloud-firestore grpc
edited Nov 21 at 15:40
Paul Beusterien
13.4k43579
13.4k43579
asked Nov 21 at 7:13
mihir mehta
11.9k15075
11.9k15075
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
Run pod update
The issue is now fixed with the release of version 0.0.5 of gRPC-C++.
More details at https://github.com/firebase/firebase-ios-sdk/issues/2102
add a comment |
up vote
1
down vote
While waiting for an update on the Github project, you can temporarily use the previous version of Firestore.
pod 'Firebase/Firestore', '5.12.0'
New contributor
Yes this works ....
– mihir mehta
Nov 21 at 16:05
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Run pod update
The issue is now fixed with the release of version 0.0.5 of gRPC-C++.
More details at https://github.com/firebase/firebase-ios-sdk/issues/2102
add a comment |
up vote
1
down vote
accepted
Run pod update
The issue is now fixed with the release of version 0.0.5 of gRPC-C++.
More details at https://github.com/firebase/firebase-ios-sdk/issues/2102
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Run pod update
The issue is now fixed with the release of version 0.0.5 of gRPC-C++.
More details at https://github.com/firebase/firebase-ios-sdk/issues/2102
Run pod update
The issue is now fixed with the release of version 0.0.5 of gRPC-C++.
More details at https://github.com/firebase/firebase-ios-sdk/issues/2102
answered Nov 21 at 19:28
Paul Beusterien
13.4k43579
13.4k43579
add a comment |
add a comment |
up vote
1
down vote
While waiting for an update on the Github project, you can temporarily use the previous version of Firestore.
pod 'Firebase/Firestore', '5.12.0'
New contributor
Yes this works ....
– mihir mehta
Nov 21 at 16:05
add a comment |
up vote
1
down vote
While waiting for an update on the Github project, you can temporarily use the previous version of Firestore.
pod 'Firebase/Firestore', '5.12.0'
New contributor
Yes this works ....
– mihir mehta
Nov 21 at 16:05
add a comment |
up vote
1
down vote
up vote
1
down vote
While waiting for an update on the Github project, you can temporarily use the previous version of Firestore.
pod 'Firebase/Firestore', '5.12.0'
New contributor
While waiting for an update on the Github project, you can temporarily use the previous version of Firestore.
pod 'Firebase/Firestore', '5.12.0'
New contributor
New contributor
answered Nov 21 at 11:39
Nicolas Bush
111
111
New contributor
New contributor
Yes this works ....
– mihir mehta
Nov 21 at 16:05
add a comment |
Yes this works ....
– mihir mehta
Nov 21 at 16:05
Yes this works ....
– mihir mehta
Nov 21 at 16:05
Yes this works ....
– mihir mehta
Nov 21 at 16:05
add a comment |
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%2f53406947%2fxcode10-ios-firebase-firestore-sdk-multiple-command-produce-grpccertificates%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