You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pod install is not working with the following error:
[!] Unable to find a target named `CardInsightsWidgetExtension` in project `Spend Stack.xcodeproj`, did find `Spend Stack`, `SubscriptionsWidgetExtension`, `TagInsightsWidgetExtension`, `TagSearchIntent`, and `ListInsightsWidgetExtension`.
I just commented these lines from the Podfile and it worked.
target 'CardInsightsWidgetExtension' do
pod 'FMDB'
end