p print(String(data: try! JSONSerialization.data(withJSONObject: json, options: .prettyPrinted), encoding: .utf8 )!)
p print(String(data: try! JSONSerialization.data(withJSONObject: json, options: .prettyPrinted), encoding: .utf8 )!)
For those who knows Swift and want to try Kotlin.
just use:
print("\(#function)")
Issues with linking between CocoaPods swift based libraries and Obj-C based project can happens because project configuration does not contains information about location of swift lib. Just help Xcode to find it.
Put "$(TOOLCHAIN DIR)/usr/lib/swift/$(PLATFORM_NAME)" into the Linking Search Path
command alias se expression -O -l swift --
se let $view = unsafeBitCast({%address%}, to: UIView.self)
se $view.layer.cornerRadius
¯\(ツ)/¯
(╯°□°)╯︵ ┻━┻