We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can using mobiledevice to list devices, but have pb to install ipa to iphone. Don't know if its a sandbox permission or something else.
mobiledevice
The text was updated successfully, but these errors were encountered:
Ok, it turns out App treat ~/Downloads/ as a folder at the same level of app. Here goes the logs:
~/Downloads/
print(try! FileManager.default.contentsOfDirectory(atPath: "~/Downloads/"))
["Access"]
So, I will need to find the real Download folder.
Download
Sorry, something went wrong.
Solved with this API:
let path = (AppDelegate.downloadPath as NSString).expandingTildeInPath
coming from: http://stackoverflow.com/a/17581217/4786328
No branches or pull requests
Can using
mobiledevice
to list devices, but have pb to install ipa to iphone. Don't know if its a sandbox permission or something else.The text was updated successfully, but these errors were encountered: