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
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;
and always crash in below line,
how could I fix it?
thanks for your time,
regards.
The text was updated successfully, but these errors were encountered:
I encounter error with below versions,
package.json
Podfile
my xcode version is
8.2.1
and use swift3.0
with legacy set to no;and always crash in below line,
how could I fix it?
thanks for your time,
regards.
The text was updated successfully, but these errors were encountered: