I have performed pod update for Crittercism to latest version 5.6.2 and my project has compiler error shown in screen-shot.
FYI : I am checking my project in Xcode 8.
Try to wrap your Pod files with appropriate targets.
target “TARGET_NAME” do pod 'XYZ', '~> 1.' end
Follow this steps:
This should clear the error, since declaration is correct.
UPDATE: Try adding New line to CrittercismSDK/CrittercismVersion.h
#define CRITTERCISM_VERSION @"5.6.2"[Hit enter here. Unlock and save the file.]
Copyright © 2021 Jogjafile Inc.
Try to wrap your Pod files with appropriate targets.
target “TARGET_NAME” do pod 'XYZ', '~> 1.' endFollow this steps:
This should clear the error, since declaration is correct.
UPDATE: Try adding New line to CrittercismSDK/CrittercismVersion.h