Support
Contact support at offscreencamera@gmail.com.
Troubleshooting
Xcode: "Failed to load development teams"
- In Xcode, open Settings then Accounts and sign out and back in to your Apple ID.
- Confirm Apple Developer Program agreements are accepted on developer.apple.com.
- Temporarily disable VPN or proxy tools.
- In Keychain Access, remove stale Xcode and Apple authentication entries, then re-add your account.
- Restart Xcode (or reboot the Mac if needed).
Clear Xcode caches
Close Xcode first, then run:
rm -rf ~/Library/Developer/Xcode/DerivedDatarm -rf ~/Library/Caches/com.apple.dt.Xcode-
rm -rf ~/Library/Developer/Xcode/SourcePackages(if SwiftPM is used)
Permission issues
- If Camera permission is denied or restricted, the app routes to its permissions gate and offers "Open Settings".
- If Photos permission is denied, saving to Camera Roll or albums may fail.
Reporting a bug
Please include:
- Device model and iOS version
- Exact repro steps (including gesture timing)
- Camera, Microphone, and Photos permission statuses
- Relevant Xcode console logs (AVFoundation/CoreMedia/CoreHaptics)
- Optional screen recording (capture screen is intentionally black in default mode)