A Parse file shows Module Bolts not found.
Build > Archive

tried this pods clean but doesn't work.
pod deintegrate
pod clean
pod install
pod update
the Podfile is
source 'https://github.com/CocoaPods/Specs.git'
target 'MyApp' do
pod 'GooglePlaces'
pod 'GooglePlacePicker'
pod 'GoogleMaps'
pod 'AFNetworking'
pod 'Parse'
pod 'XNProgressHUD'
end
So far, no solution found on the internet. I totally get stuck into this problem.
XCode Version is 11.7
I am having a similar issue on Xcode 12.
I think this is the same as issue 1545.
You can check what helped them out there. But it's kinda a hack than a fix.
from issue 1545
//@import Bolts;
#import <Bolts/Bolts.h>
worked for me. Thank you. @jaysonng
Most helpful comment
I am having a similar issue on Xcode 12.