AliAlmezead
AliAlmezead
it is pod problem just add this code to your pod file : `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') end end` source : https://github.com/Skyscanner/SkyFloatingLabelTextField/issues/201#issuecomment-381915911
@bbookman this what I did : - first of all push your change to GitHub/or what you are use - close Xcode and delete DerivedData - open Podfile in your...