Фатальная ошибка возникла при использовании плагина nativescript svg в nativescript angular

#nativescript #nativescript-angular

#nativescript #nativescript-angular

Вопрос:

Я разрабатываю приложения для 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 **
  

Как устранить проблему?

Комментарии:

1. Попробуйте использовать @teammaestro/nativescript-svg вместо nativescript-svg .

2. хорошо, я попробую плагин.

3. Я получил ту же ошибку с плагином @teammaestro / nativescript-svg

4. Оба плагина не показывали никаких ошибок сборки с моей стороны, но nativescript-svg зависали во время выполнения и @teammaestro/nativescript-svg , похоже, работают.

5. в любом случае, чтобы отобразить изображение svg?