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
I am new to iOS developement and I am not sure how to install this library correctly.
I am using XCode 8.0 Mac OS X Sierra and React-Native 0.35.0. I followed Issue #65 but still got errors.
s
'RCTConvert'
dataSet.valueTextColor = RCTConvert.uiColor(tmp["valueTextColor"].intValue);
^~~~~~~~~~
/Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/chartDataHelpers.swift:798:39: error: use of unresolved identifier
'RCTConvert'
dataSet.shadowColor = RCTConvert.uiColor(tmp["shadowColor"].intValue);
^~~~~~~~~~
/Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/chartDataHelpers.swift:806:40: error: use of unresolved identifier
'RCTConvert'
dataSet.neutralColor = RCTConvert.uiColor(tmp["neutralColor"].intValue);
^~~~~~~~~~
/Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/chartDataHelpers.swift:810:43: error: use of unresolved identifier
'RCTConvert'
dataSet.increasingColor = RCTConvert.uiColor(tmp["increasingColor"].intValue);
^~~~~~~~~~
/Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/chartDataHelpers.swift:814:43: error: use of unresolved identifier
'RCTConvert'
dataSet.decreasingColor = RCTConvert.uiColor(tmp["decreasingColor"].intValue);
^~~~~~~~~~
** BUILD FAILED **
The following build commands failed:
CompileSwift normal x86_64 /Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/BarLineChartViewBaseExtension.s
wift
CompileSwift normal x86_64 /Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/RNBarChartManager.swift
CompileSwift normal x86_64 /Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/RNHorizontalBarChartManager.swi
ft
CompileSwift normal x86_64 /Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/RNBubbleChartManager.swift
CompileSwift normal x86_64 /Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/RNScatterChartManager.swift
CompileSwift normal x86_64 /Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/RNRadarChartManager.swift
CompileSwift normal x86_64 /Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/RNCandleChartManager.swift
CompileSwift normal x86_64 /Users/Apple/Documents/code/foodie/node_modules/react-native-ios-charts/RNiOSCharts/chartDataHelpers.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(9 failures)
I followed the instructions in the README file, and i've searched it but i am still not sure how to solve this problem?
The text was updated successfully, but these errors were encountered:
xzyaoi
changed the title
Build Error
Build Error with XCode 8 & React-Native 0.35.0
Nov 12, 2016
@adelamodwala I solved this problem by add the bridging header by myself, you can have a try but I am not pretty sure if it can solve it. If it is, please reply to this comment so that we could fix it.
Hi,
I am new to iOS developement and I am not sure how to install this library correctly.
I am using XCode 8.0 Mac OS X Sierra and React-Native 0.35.0. I followed Issue #65 but still got errors.
I followed the instructions in the README file, and i've searched it but i am still not sure how to solve this problem?
The text was updated successfully, but these errors were encountered: