Changes between Version 1 and Version 2 of Ticket #57245, comment 9
- Timestamp:
- Oct 5, 2018, 2:30:25 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57245, comment 9
v1 v2 3 3 4 4 I get same message on 2 macbooks after I upgrade them to Mojave and MacPorts 2.5.4. 5 Xcode version is 10.0 (10A255), xcode-select --install and xcodebuild -licensehas bean executed.5 Xcode version is 10.0 (10A255), `xcode-select --install` and `xcodebuild -license` has bean executed. 6 6 7 {{{ 7 8 uname -a 9 Darwin localhost 18.0.0 Darwin Kernel Version 18.0.0: Wed Aug 22 20:13:40 PDT 2018; root:xnu-4903.201.2~1/RELEASE_X86_64 x86_64 10 }}} 8 11 9 Darwin localhost 18.0.0 Darwin Kernel Version 18.0.0: Wed Aug 22 20:13:40 PDT 2018; root:xnu-4903.201.2~1/RELEASE_X86_64 x86_64 10 12 {{{ 11 13 xcodebuild -showsdks 12 13 14 iOS SDKs: 14 15 iOS 12.0 -sdk iphoneos12.0 … … 31 32 watchOS Simulator SDKs: 32 33 Simulator - watchOS 5.0 -sdk watchsimulator5.0 33 34 }}} 34 35 35 36 I hope this will help you