Documentation Index
Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt
Use this file to discover all available pages before exploring further.
Debugging Development Performance
When developing and debugging on physical iOS devices with Portal SDK, you may experience slower performance compared to running without a debugger or on simulators. To optimize the debugging experience on physical iOS devices, add the following environment variable to your Xcode scheme:- Open your project in Xcode
- Go to Product > Scheme > Edit Scheme
- Select “Run” on the left sidebar
- Go to the “Arguments” tab
- In the “Environment Variables” section, click ”+”
- Add:
- Name:
GODEBUG - Value:
asyncpreemptoff=1
- Name: