我正在使用nativescript angular开发android和ios应用程序。当我使用nativescript-svg插件在ios中构建应用程序时出现致命错误。我有类似以下错误:
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 **
如何解决此问题?