Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. error: /Users/pooya/Library/Developer/Xcode/DerivedData/MY-Project/Build/Products/Debug-iphoneos/Charts.framework: No such file or directory
  2.  
  3. ignoring file /Users/pooya/Library/Developer/Xcode/DerivedData/ZF_Vendor-cgqfmefljmubdqfloevghfslaasp/Build/Products/Debug-iphonesimulator/Charts.framework/Charts, file was built for i386 which is not the architecture being linked (x86_64): /Users/pooya/Library/Developer/Xcode/DerivedData/MyProject/Build/Products/Debug-iphonesimulator/Charts.framework/Charts
  4. Undefined symbols for architecture x86_64:
  5. "_OBJC_CLASS_$__TtC6Charts12BarChartData", referenced from:
  6. objc-class-ref in ChartsViewController.o
  7. "_OBJC_CLASS_$__TtC6Charts15BarChartDataSet", referenced from:
  8. objc-class-ref in ChartsViewController.o
  9. "_OBJC_CLASS_$__TtC6Charts17BarChartDataEntry", referenced from:
  10. objc-class-ref in ChartsViewController.o
  11. "_OBJC_CLASS_$_ChartDefaultValueFormatter", referenced from:
  12. objc-class-ref in ChartsViewController.o
  13. "_OBJC_CLASS_$_ChartDefaultAxisValueFormatter", referenced from:
  14. objc-class-ref in ChartsViewController.o
  15. ld: symbol(s) not found for architecture x86_64
  16. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  17.  
  18. post_install do |installer|
  19. installer.pods_project.targets.each do |target|
  20. target.build_configurations.each do |config|
  21. config.build_settings['SWIFT_VERSION'] = '3.0'
  22. end
  23. end
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement