Xcode warning - Documentation issues

I have just upgraded to the latest RealmSwift - the pod version ‘=10.1.0’.

When I build any project now, I get 6 warnings - or Documentation Issues with the Realm Swift code. The program runs fine, I was just worried about the documentation issues.

This is my pod file

platform :ios, '12.0'

target 'toto' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for toto
  pod 'RealmSwift', '=10.1.0'

end

Screen Shot 2020-10-29 at 4.19.29 PM

Cheers

Richard Krueger

@Richard_Krueger the warnings have been fixed but have yet to be merged into the latest version of Realm Cocoa.

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.