Posts

Post not yet marked as solved
0 Replies
339 Views
Hi, I'm trying to implement the new privacysensitive () function to a UILabel but can't find the way. Is it only available in SwifUI or is there a way to get it? /// ?? I know it's ridiculous but just try cardNumber_Lbl.privacysensitive(true) /// ?? I know it's ridiculous but just try cardNumber_Lbl = .privacysensitive() /// ?? I know it's ridiculous but just try cardNumber_Lbl.text = .privacysensitive() ? "" : "1234 5678 9101 1121"
Posted Last updated
.
Post not yet marked as solved
0 Replies
687 Views
Hi all, I am experiencing an error in my app with the new widgets. It works perfectly in debug mode, both in simulator and in physical device. But when I upload the version to app connect the widget appears frozen, only with the default data. I have changed: (Without success) ENABLEBITCODE to NO STRIPSTYLE to Non-Global Symbols DEADCODESTRIPPING to No When I run the app in release mode in the simulator it throws me this message: Warning: Error creating LLDB target at path '/Users/oskarsmacx/Library/Developer/Xcode/DerivedData/MyPempi's-bcfexbgdkgfsmaeniruefdnmjbul/Build/Products/Release-iphonesimulator/Pempi's.app'- using an empty LLDB target which can cause slow memory reads from remote devices. Any ideas?
Posted Last updated
.