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
{{ message }}
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.
Right now it appears that if you have upgraded to XCode 10, the build scripts encounter this error:
/Users/nathan/Documents/github/NativeScript/tns-core-modules-widgets/ios/TNSWidgets/TNSWidgets/UIView+PassThroughParent.m:9:9: warning: non-portable path to file '"UIView+PassthroughParent.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import "UIView+PassThroughParent.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
"UIView+PassthroughParent.h"
1 warning generated.
/Users/nathan/Documents/github/NativeScript/tns-core-modules-widgets/ios/TNSWidgets/TNSWidgets/UIView+PassThroughParent.m:9:9: warning: non-portable path to file '"UIView+PassthroughParent.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import "UIView+PassThroughParent.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
"UIView+PassthroughParent.h"
1 warning generated.
note: Using new build systemnote: Planning buildnote: Constructing build description
Build for iphoneos
/Users/nathan/Documents/github/NativeScript/tns-core-modules-widgets/ios/TNSWidgets/TNSWidgets/UIView+PassThroughParent.m:9:9: warning: non-portable path to file '"UIView+PassthroughParent.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import "UIView+PassThroughParent.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
"UIView+PassthroughParent.h"
1 warning generated.
/Users/nathan/Documents/github/NativeScript/tns-core-modules-widgets/ios/TNSWidgets/TNSWidgets/UIView+PassThroughParent.m:9:9: warning: non-portable path to file '"UIView+PassthroughParent.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import "UIView+PassThroughParent.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
"UIView+PassthroughParent.h"
1 warning generated.
note: Using new build systemnote: Planning buildnote: Constructing build description
Build fat framework at TNSWidgets/build/TNSWidgets.framework
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: TNSWidgets/build/Release-iphonesimulator/TNSWidgets.framework/TNSWidgets (No such file or directory)
The text was updated successfully, but these errors were encountered:
Right now it appears that if you have upgraded to XCode 10, the build scripts encounter this error:
The text was updated successfully, but these errors were encountered: