Overview
This topic lists some problems that you may encounter after integrating the iOS short video solution. It also provides solutions to help you solve these problems.
1. What can I do if the system reports an “xxx is invalid in C99” error?
Problem
The system reports an error in logs, as shown in the following figure.
Solution
Open the
.pch
file in your project and check whether it contains the reference to the header files highlighted in red, as shown in the following figure.If not, add the preceding reference to the
.pch
file in your project.
2. What can I do if the system reports a “Library not loaded: xxx” error?
Problem
The system reports an error in logs, as shown in the following figure.Solution
Check whether the reference to the framework
files highlighted in red is added to your project, as shown in the following figure. If not, add the reference to these dynamic link libraries (DLLs) to your project or follow the step to set up the project environment in the instructions on how to integrate the relevant functional module.