packages.flutter
packages.flutter copied to clipboard
'NSColor' in scope .pub-cache/hosted/pub.dev/pdfx-2.9.0/ios/Classes/Hooks.swift:2:10
I got this error with latest (Xcode 16.3) and Flutter version 3.29.2 latest too .
Updating ios/Classes/Hooks.swift to this will fix the issue (I believe):
import Foundation
import UIKit
extension UIColor {
convenience init(hexString: String) {
@Chantha123 you can use this branch for only ios
https://github.com/ScerIO/packages.flutter/pull/565#issuecomment-2840342290
This issue has been resolved on 2.9.1 version it can be closed @SergeShkurko