Parse-sdk-ios-osx: Module 'Bolts' not found ParseModule.h

Created on 24 Sep 2020  路  3Comments  路  Source: parse-community/Parse-SDK-iOS-OSX

A Parse file shows Module Bolts not found.

Build > Archive
Screen Shot 2020-09-24 at 12 59 13

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

Most helpful comment

I am having a similar issue on Xcode 12.

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings