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
Hey, i'm encountering a lot of errors like this right after instaling the library via CocoaPods. It seems like Xcode is getting confused with the classes, as it's asking wheter i'd like to import "SwiftUI". Here's my podfile:
platform :ios, '14.1'
source 'https://github.com/CocoaPods/Specs.git'
target '#####' do
use_frameworks!
ignore all warnings from all pods
inhibit_all_warnings!
...
pod 'Contentful', '~> 5'
pod 'ContentfulRichTextRenderer'
...
end
Here some print:
The text was updated successfully, but these errors were encountered:
Hey, i'm encountering a lot of errors like this right after instaling the library via CocoaPods. It seems like Xcode is getting confused with the classes, as it's asking wheter i'd like to import "SwiftUI". Here's my podfile:
platform :ios, '14.1'
source 'https://github.com/CocoaPods/Specs.git'
target '#####' do
use_frameworks!
ignore all warnings from all pods
inhibit_all_warnings!
...
pod 'Contentful', '~> 5'
pod 'ContentfulRichTextRenderer'
...
end
Here some print:
The text was updated successfully, but these errors were encountered: