Hello,
i get this warnings when using building my application with Xcode10 GM
I've read several post in other forums to this issue but there seems to be no solution or workaround.
Have the same issue after update to Xcode 10 in firebase sdk version 5.9.0
What versions of CocoaPods are you both using?
What versions of CocoaPods are you both using?
I have 1.5.3 version.
What versions of CocoaPods are you both using?
I have version 1.5.3 too.
We might need a Podfile and/or sample project to investigate. I haven't been able to repro with my sample.
Here is my podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
"#"ignore all warnings from all pods
inhibit_all_warnings!
target 'MyProject' do
use_frameworks!
pod 'Moya', '~> 11.0.2'
pod 'SDWebImage', '~> 4.4.2'
pod 'Firebase/Core', '~> 5.9.0'
pod 'Firebase/Messaging'
pod 'CSV.swift', '~> 2.2.1'
end
"#" Workaround for Cocoapods issue #7606
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings.delete('CODE_SIGNING_ALLOWED')
config.build_settings.delete('CODE_SIGNING_REQUIRED')
if config.name == 'Release'
config.build_settings['SWIFT_OPTIMIZATION_LEVEL'] = '-Owholemodule'
else
config.build_settings['SWIFT_OPTIMIZATION_LEVEL'] = '-Onone'
end
end
end
I'm still not able to reproduce. Are you able to make it happen in an example you can share - like one of the quickstarts? - https://github.com/firebase/quickstart-ios
I also see the same issue after I executed $pod update (v. 1.5.3).
There is a warning in the following targets: FirebaseCore, FirebaseAuth, FirebaseDatabase, FirebaseDynamicLinks, FirebaseMessaging, FirebaseFirestore, FirebaseStorage.
Interestingly there isn't similar warning for targets like GoogleUtilities, which is a dependency for one of the above targets, I believe.
It seems to be related to the pods that are static frameworks. Static frameworks should be linked into the app before code signing, so shouldn't be involved in any code signing scripts.
I'm still looking for an example.
One more (potentially important) thing - I only see the warnings when I build for simulator, when I build for a device - no warnings
I've reproduced and I'm investigating.
A workaround is change to the old build system:
Is it the best we can do to resolve this issue?
The issue is now fixed on CocoaPods master from https://github.com/CocoaPods/CocoaPods/pull/8287 and is planned to be in whichever CocoaPods release follows 1.6.0.beta.2
Вот решение этой проблемы
FireBase worning.pdf
FireBase.worning.pdf
Вот решение этой проблемы
FireBase worning.pdf
FireBase.worning.pdf
could you please help us little bit more? after clicking "Choose Info.plist file" button, then what info.plist that I have to choose ?
Только - warning, а не worning =)
But thank you for answer.
is that worked? I am confused, what kind of info.plist that I have to choose after clicking that "Choose Info.plist file" button
Я выбираю основной Info.plist ! Помоему он начинается non.info.plist .... Если я правильно запомнил
Только - warning, а не worning =)
But thank you for answer.is that worked? I am confused, what kind of info.plist that I have to choose after clicking that "Choose Info.plist file" button
Most helpful comment
The issue is now fixed on CocoaPods master from https://github.com/CocoaPods/CocoaPods/pull/8287 and is planned to be in whichever CocoaPods release follows 1.6.0.beta.2