You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iam developing ios and android application using nativescript-angular.Fatal error came while building the project in ios.
The error is:
Users/admin/Documents/Transapp-03-04-2019/trunk/Mobile Frontend/transapp/platforms/ios/internal/main.m:8:10: error: 'TNSExceptionHandler.h' file not found with <angled> include; use "quotes"
instead
#include <TNSExceptionHandler.h>
^~~~~~~~~~~~~~~~~~~~~~~
"TNSExceptionHandler.h"
/Users/admin/Documents/Transapp-03-04-2019/trunk/Mobile Frontend/transapp/platforms/ios/internal/main.m:11:10: error: 'TNSDebugging.h' file not found with <angled> include; use "quotes"
instead
#include <TNSDebugging.h>
^~~~~~~~~~~~~~~~
"TNSDebugging.h"
/Users/admin/Documents/Transapp-03-04-2019/trunk/Mobile Frontend/transapp/platforms/ios/internal/main.m:12:10: fatal error: 'TKLiveSync.h' file not found
#include <TKLiveSync.h>
^~~~~~~~~~~~~~
3 errors generated.
note: Using new build systemnote: Planning buildnote: Constructing build description
** ARCHIVE FAILED **
``` How to fix the issue?
The text was updated successfully, but these errors were encountered:
Iam developing ios and android application using nativescript-angular.Fatal error came while building the project in ios.
The error is:
The text was updated successfully, but these errors were encountered: