Posts

Post not yet marked as solved
2 Replies
558 Views
Is there any way to record the touch overlay that is shown on iOS devices similar to the recording of the pointer on iPad? Recording touches seems like the one thing that simctl can't do which still forces many of us to resort to screen recording tools.
Posted
by bjtitus.
Last updated
.
Post marked as solved
1 Replies
611 Views
I noticed there is logging API in this session which doesn't seem to be public right now: logger.log("\(offerID, align: .left(columns: 10), privacy: .public)") OSLog has no log method (https://developer.apple.com/documentation/oslog) and log isn't part of the current SwiftLog API. (https://github.com/apple/swift-log) Is there another new API I missed or is this going to be coming in a future version?
Posted
by bjtitus.
Last updated
.
Post not yet marked as solved
3 Replies
1.7k Views
It looks like each Instruments Distribution Package can only have one Instrument Package file. Is there any way to split up code into multiple files (maybe an import function to use inside of the package) or bundle multiple Instruments Packages together? I'd like to have several instruments in one package but not have to have thousands of lines in my instrument package file.
Posted
by bjtitus.
Last updated
.