I’m having a problem with NearbyMessages in Xcode 11.2. When I add pod \'NearbyMessages\'
and then do pod install
, when I open the xcworkspace
After some searching, I found a workaround that should help with this behavior. You can achieve this by changing Xcode settings to use the old build system.
Xcode / File / Workspace Settings / Build system / select "Legacy Build System"
If you need further information, check out this link - https://github.com/CocoaPods/CocoaPods/issues/8122