Advertisement
mrk2015

Untitled

Apr 21st, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. [sts] -----------------------------------------------------
  2. [sts] Starting Gradle build for the following tasks:
  3. [sts] launchIPadSimulator
  4. [sts] -----------------------------------------------------
  5. Configuration on demand is an incubating feature.
  6. :core:compileJava UP-TO-DATE
  7. :core:processResources UP-TO-DATE
  8. :core:classes UP-TO-DATE
  9. :core:jar UP-TO-DATE
  10. :ios:compileJava UP-TO-DATE
  11. :ios:processResources UP-TO-DATE
  12. :ios:classes UP-TO-DATE
  13. :ios:jar UP-TO-DATE
  14. :ios:assemble UP-TO-DATE
  15. :ios:compileTestJava UP-TO-DATE
  16. :ios:processTestResources UP-TO-DATE
  17. :ios:testClasses UP-TO-DATE
  18. :ios:test UP-TO-DATE
  19. :ios:check UP-TO-DATE
  20. :ios:copyNatives
  21. :ios:updateRoboVMXML
  22. :ios:build
  23. :ios:launchIPadSimulator
  24. Root pattern com.badlogic.gdx.physics.bullet.** matches no classes
  25. Line numbers in stack traces will not be available in this build: The RoboVM debugger has not been licensed for this machine. Please see http://www.robovm.com/buy for licensing options.
  26. Warning: org.slf4j.Logger is a phantom class!
  27. Warning: org.slf4j.LoggerFactory is a phantom class!
  28. Warning: org.apache.http.client.config.RequestConfig is a phantom class!
  29. Warning: org.apache.http.impl.client.CloseableHttpClient is a phantom class!
  30. Warning: org.apache.http.client.config.RequestConfig$Builder is a phantom class!
  31. Warning: org.apache.http.impl.client.HttpClientBuilder is a phantom class!
  32. Warning: org.apache.http.impl.client.HttpClients is a phantom class!
  33. ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in _[j]com.android.okhttp.internal.AbstractOutputStream[checkcast] from /Users/marcguilera/Documents/GIT/Kodable/KodableGDX/KodableGDX/ios/build/robovm/ios/x86/linker1.o. To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
  34. Session could not be started: Error Domain=LaunchServicesError Code=0 "The operation couldn’t be completed. (LaunchServicesError error 0.)" UserInfo=0x7fa8b35080e0 {Error=PackagePatchFailed, ErrorDescription=Could not hardlink copy /Users/marcguilera/Library/Developer/CoreSimulator/Devices/43101FE6-B107-486B-8C40-E8A860F7BD32/data/Containers/Bundle/Application/CF873D44-E5A4-49F2-B389-341CE7ACF6C7/IOSLauncher.app to /Users/marcguilera/Library/Developer/CoreSimulator/Devices/43101FE6-B107-486B-8C40-E8A860F7BD32/data/Library/Caches/com.apple.mobile.installd.staging/temp.oSVzcP/extracted/Payload/IOSLauncher.app with manifest /Users/marcguilera/Library/Developer/CoreSimulator/Devices/43101FE6-B107-486B-8C40-E8A860F7BD32/data/Library/Caches/com.apple.mobile.installd.staging/temp.oSVzcP/extracted/com.apple.deltainstallcommands.com.surfscore.kodable.main.IOSLauncher}
  35.  
  36. BUILD SUCCESSFUL
  37.  
  38. Total time: 4 mins 0.68 secs
  39. [sts] -----------------------------------------------------
  40. [sts] Build finished succesfully!
  41. [sts] Time taken: 4 min, 0 sec
  42. [sts] -----------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement