The catch block is not reachable, because CFGetTypeID does not throw exception. It actually caused a EXC_BAD_ACCESS, which crashes the application.
1 2 3 4 5 6 7 8 9 10 |
|
The catch block is not reachable, because CFGetTypeID does not throw exception. It actually caused a EXC_BAD_ACCESS, which crashes the application.
1 2 3 4 5 6 7 8 9 10 |
|