При использовании плагина nativescript svg в nativescript angular произошла фатальная ошибка - PullRequest
2 голосов
/ 10 апреля 2019

Iam разрабатывает приложения для android и ios с использованием nativescript angular.Фатальная ошибка возникла, когда я создавал свое приложение в ios с помощью плагина nativescript-svg. У меня есть ошибка типа:

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 **

Как исправитьвопрос

...