You haven't said what you did with .renderingMode(), but you need something like this:
Swift:
var imageConfig = UIImage.SymbolConfiguration.init(scale: (isCompact ? .medium : .large))
if #available(iOS 15.0, *){
imageConfig = imageConfig.applying(UIImage.SymbolConfiguration.init(hierarchicalColor: .tintColor))
imageConfig = imageConfig.applying(UIImage.SymbolConfiguration.configurationPreferringMulticolor())
}
rtnImage = rtnImage.withRenderingMode(.alwaysTemplate)
rtnImage = rtnImage.withConfiguration(imageConfig)
SwiftUI;
Image(uiImage: UIImage(systemName: getIconName(iconId: iconId))!)
if #available(iOS 15.0, *){
.symbolRenderingMode(.multicolor)
}
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Does no-one on the CoreData team know the answer to this basic question??
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
Still happening for CKBrowserSwitcherViewController in iOS 14.4 on iPhone XII.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Same here:
"ITMS-90562: Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in the dylib search path."
Did anyone find a solution, Error messages really do need MORE detail than this. Surely the bot KNOWS which dylib are causing the error, why the secrecy?
I have not changed any of the dylibs since the previous AppStore/TestFlight upload, why the complaint now?
Topic:
App & System Services
SubTopic:
Core OS
Tags: