I forgot to mention, in the Podfile file, I have the following:
post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| ... if target.name == "Notifications" config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', 'TARGET_IS_NOTIFICATION=1'] end ...
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: