how to view documents folder simulator swift code example
Example 1: how to view documents folder simulator swift
alias cdmyapp='cd $(xcrun simctl get_app_container booted com.mycompany.myapp)'
Example 2: how to view documents folder simulator swift
xcrun simctl get_app_container booted [app identifier]
Example 3: how to view documents folder simulator swift
po NSHomeDirectory()