Skip to content

Instantly share code, notes, and snippets.

@aresxin
Last active March 18, 2022 08:01
Show Gist options
  • Save aresxin/93262b4be6d9172f1829242fa7deb7a8 to your computer and use it in GitHub Desktop.
Save aresxin/93262b4be6d9172f1829242fa7deb7a8 to your computer and use it in GitHub Desktop.
DevTool

Xcode

Xcode Releases

Xcode环境变量

XcodeBuildSettingRef
inherited
解决 Xcode12+swift 5 使用 pod 出现警告的问题
编译时间优化——Part 1
xcconfig的使用
Debugging UIViewAlertForUnsatisfiableConstraints
code symbolic breakpoints - Break at method call
Setting Breakpoints to Pause Your Running App
Launch Services Keys

断点技巧

通过断点技巧让调试更高效
Debugging

Building from the Command Line with Xcode

xcodebuild -scheme <your_scheme_name> build

M1

Could not find module for target 'x86_64-apple-ios-simulator'
M1设备的Xcode编译问题深究

CocoaPod

Making a CocoaPod
编写podspec文件
搭建Cocoapods私有库环境
Command-line Reference
podSpec文件相关知识整理
HOW TO FULLY UNINSTALL COCOAPODS FROM MACOS
Mac M1处理器 无法安装cocoapods的解决办法
Set deployment target for CocoaPods's pod
Carthage M1 Macs
Updating to latest version of CocoaPods
从零开始创建CocoaPods私有库 source 'https://github.com/xxx/Rbbin.git' 引入私有库需要在podfile中指定source。

Homebrew

M1 芯片 Mac 上 Homebrew 安装
https://zhuanlan.zhihu.com/p/372576355
How do I update a formula with Homebrew

You will first need to update the local formulas by doing brew update and then upgrade the package by doing brew upgrade formula-name An example would be if i wanted to upgrade mongodb, i would do something like this, assuming mongodb was already installed : brew update && brew upgrade mongodb && brew cleanup mongodb ```

Hosts

https://www.ipaddress.c
gist.github.com 无法访问解决办法,亲测永远有效!
完美解决github访问速度慢

swift package

Markdown Guide

https://www.markdownguide.org/basic-syntax/#code-blocks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment