objective c - Parse and semantic issues in TestFlight.h after installing SDK -
I have installed TestFlight SDK after installation instructions and then when I tried to make my app I would have more than 20 pars And semantic issues TestFlight.h and build failed.
What's wrong with my establishment?
What did I do for this step:
In your application representative:
- Import Testflights:
#import "TestFlight .h"
I've imported it in the headers instead of the place. Header has solved my problem by moving forward the import.
(It is a very small issue but I thought that could save some developers for some time)
Comments
Post a Comment