Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. use_frameworks!
  2.  
  3. target 'xxxExtension' do
  4. pod 'ObjectMapper', '~> 2.2'
  5. pod 'SwiftyJSON'
  6. pod 'Alamofire', '~> 4.0'
  7. pod 'Nuke', '~> 4.0'
  8. pod -
  9. pod -
  10. end
  11.  
  12. target 'yyyMain' do
  13. pod 'ObjectMapper', '~> 2.2'
  14. pod 'SwiftyJSON'
  15. pod 'Alamofire', '~> 4.0'
  16. pod 'Nuke', '~> 4.0'
  17. pod -
  18. pod -
  19. pod -
  20. pod -
  21. pod -
  22. pod -
  23. target 'yyyMainTests' do
  24. inherit! :search_paths
  25. pod -
  26. pod -
  27. pod -
  28. pod -
  29. pod -
  30. end
  31. end
  32.  
  33. error: /Users/abc/Library/Developer/Xcode/DerivedData/yyyMain-fuuyjxathhqlfdczxrtmfewlpcpe/Build/Products/Debug-iphoneos/xxxExtension.appex: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement