This tag should only be used for questions specific to the usage and features of Xcode 10.
In Xcode 10, the toolbar had an inter-locking ring icon which showed the assistant editor, it's missing in Xcode 11.
xcode xcode10 xcode11As the Title of my question, I don't know how to install the Command_Line_Tools_macOS_10.14_for_Xcode_10_Beta …
xcode macos command-line-tool xcode10 macos-mojaveI was running my self-developed software on my iPhone 7 which runs iOS 12.2 when an alert had popped up: This iPhone 7 (…
xcode xcode10 ios12This error pops up when doing Project > Test /Users/.../Project/Pods/Target Support Files/Pods-Target/Pods-TargetTests-frameworks.sh: line 104: EXPANDED_…
cocoapods code-signing xcode10 xcode10beta6error: Unable to resolve build file: XCBCore.BuildFile (missingTargetProductReference("3bf83096e50de72a94699e9afc1133ebe3512682230d04680075c283a974e273")) (…
ios xcode xcode10When updating to Xcode 10, iOS static library target fails to build. Way how I am trying to build it is …
ios xcodebuild xcode10When I install facebook SDK pods into my ios project, It says ":-1: SWIFT_VERSION '5.0' is unsupported, supported …
ios swift facebook-graph-api xcode10 xcode10.1Same code like this collectionLayout.estimatedItemSize = CGSize(width: 50, height: 25) collectionLayout.itemSize = UICollectionViewFlowLayoutAutomaticSize collectionLayout.minimumInteritemSpacing = 10 for _ in 0 ..< 1000 { let length = Int(…
ios uicollectionview ios-autolayout xcode10 ios12