Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

execute abbreviateNumber encounter error #77

Open
L-Jovi opened this issue Jan 9, 2017 · 0 comments
Open

execute abbreviateNumber encounter error #77

L-Jovi opened this issue Jan 9, 2017 · 0 comments

Comments

@L-Jovi
Copy link

L-Jovi commented Jan 9, 2017

I encounter error with below versions,

package.json

"react-native-ios-charts": "^0.3.0",

Podfile

platform :ios, '8.0'

use_frameworks!

target 'TapDB' do
  pod 'SwiftyJSON', git: 'https://github.com/SwiftyJSON/SwiftyJSON.git'
  pod 'Charts', git: 'https://github.com/liuxuan30/Charts.git', branch: 'Swift-3.0'
end

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['SWIFT_VERSION'] = '3.0'
    end
  end
end

my xcode version is 8.2.1 and use swift 3.0 with legacy set to no;

image

and always crash in below line,

image

how could I fix it?

thanks for your time,

regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant