Tag: Xcode

  • Try to use “Xcode debugger (LLDB) integration” with Kaleidoscope v2.4

    Try to use “Xcode debugger (LLDB) integration” with Kaleidoscope v2.4

    Introduction Minor updated Kalidoscope, let’s try it. A minor update to Kaleidoscope has been released v2.4. https://kaleidoscope.app/release-notes If you buy it from the App Store, it costs ¥ 8,500 as of 2/18, but you can buy it for $ 69.99 on the developer’s site. Setup Click Integration… in the Kaleidoscope menu or Enter Shift + Cmd +,to open…

  • Create a Swift Package and publish it to GitHub

    Create a Swift Package and publish it to GitHub

    Introduction To describe building and publishing your swift package in this post. Try to make Swift Package and publish it on GitHub. My environment is as follows: Creat Swift package project In Xcode 12, User can create a swift package project on the one. Click File > New > Swift Package… of Xcode’s menu. Enter Ctrl + Shift + Command +…

  • Use Swift Package with Xcode

    Use Swift Package with Xcode

    Introduction Since Xcode 11, we can add or remove Swift Package by GUI operation. Apple guide you in Xcode 11 Release Notes as follows: The existing package managers CocoaPods and Carthage are the mainstream, but Xcode has supported Swift Package Manager, it seems that the overtaking stance will be spurred. How to use Adding a Swift Package in Xcode is easy.…