Today I started APP KeyboardExtension and I was almost done. I found that the console was printing Could not load IOSurface for time string. Rendering locally instead.
Google and Stack Overflow all the time, but there was no answer. Does anyone know the reason? Comments are welcome!
So what is IOSurface?
The IOSurface framework provides a frame buffer object suitable for sharing across process boundaries. It is often used to allow applications to move complex images, decompress and draw logic into a separate process to enhance security.
Solution
Someone on Stackoverflow asked the same question. At present, a person has given a solution, the following is his method;
Select target -> General -> select Devices with Universal and select Main Interface for iPhone & iPad.
Similar Posts:
- Python: __ new__ Method and the processing of typeerror: object() takes no parameters
- Linux Server: How to Check ECC error check
- No matching function call to ‘pthread_create’ [How to Solve]
- [Solved] Android Warning: android.content.res.Resources$NotFoundException: Resource ID #0x7f08010a
- Xcode Command PhaseScriptExecution failed with a nonzero exit code
- [Solved] Javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
- HTTP error fetching HTTP headers (PHP) using Java Web…
- java.lang.RuntimeException: Canvas: trying to draw too large(203212800bytes) bitmap.
- PostgreSQL“ DESCRIBE TABLE” – PostgreSQL “DESCRIBE TABLE”
- [design and development] Python learning notes – Super () argument 1 must be type, not classobj