Object-C杂谈共74篇
IOS – Xcode error xxx has conflicting provisioning settings.-猿说编程

IOS – Xcode error xxx has conflicting provisioning settings.

IOS – Xcode error xxx has conflicting provisioning settings. xxx has conflicting provisioning settings. xxx is automatically signed for development, but a conflicting code signing...
猿说编程的头像-猿说编程钻石会员猿说编程2年前
05320
IOS - UIImage imageWithContentsOfFile 和 imageNamed 区别-猿说编程

IOS – UIImage imageWithContentsOfFile 和 imageNamed 区别

IOS - UIImage imageWithContentsOfFil 和 imageNamed 区别 - 使用 imageNamed 加载沙盒的素材,偶尔不正常,有时候为上一次加载的素材,即路径正常,加载的素材又可能是上一次缓冲区的素材(头...
猿说编程的头像-猿说编程钻石会员猿说编程2年前
07361
Xcode – Xcode13 The Legacy Build System will be removed in a future release-猿说编程

Xcode – Xcode13 The Legacy Build System will be removed in a future release

Xcode – Xcode13 The Legacy Build System will be removed in a future release - The Legacy Build System will be removed in a future release. You can configure the selected build sys...
猿说编程的头像-猿说编程钻石会员猿说编程2年前
06101
Object-C UIImage 和 CVPixelBufferRef 相互转换-猿说编程

Object-C UIImage 和 CVPixelBufferRef 相互转换

Object-C UIImage 和 CVPixelBufferRef 相互转换 CVPixelBufferRef 转 UIImage UIImage 转 CVPixelBufferRef kCVPixelFormatType_OneComponent8 是单通道的黑白数据; kCVPixelFormatType_32ARG...
猿说编程的头像-猿说编程钻石会员猿说编程2年前
016100
Xcode - Xcode 提示 there is no memory profiling because NSZombieEnabled is enabled-猿说编程

Xcode – Xcode 提示 there is no memory profiling because NSZombieEnabled is enabled

Xcode - Xcode如何解决Memory不显示内存使用的问题 - Xcode 显示 there is no memory profiling because NSZombieEnabled is enabled,打开 Diagnostics 之后找到 Memory Management,可以查看...
猿说编程的头像-猿说编程钻石会员猿说编程2年前
021560
Xcode error: unexpected service error: The Xcode build system has crashed. Build again to continue.-猿说编程

Xcode error: unexpected service error: The Xcode build system has crashed. Build again to continue.

Xcode error: unexpected service error: The Xcode build system has crashed. Build again to continue,Xcode error,The Xcode build system has crashed,Build again to continue,
猿说编程的头像-猿说编程钻石会员猿说编程3年前
022500
MAC 安装 CMake-猿说编程

MAC 安装 CMake

MAC 安装 CMake - cmake --version
猿说编程的头像-猿说编程钻石会员猿说编程3年前
015971
Object-C ScaleToFill、ScaleAspectFit、ScaleAspectFill 区别-猿说编程

Object-C ScaleToFill、ScaleAspectFit、ScaleAspectFill 区别

ScaleToFill,ScaleAspectFit,ScaleAspectFill,ScaleToFill ScaleAspectFit ScaleAspectFill区别,猿说编程,
猿说编程的头像-猿说编程钻石会员猿说编程3年前
013600
Object-C FOUNDATION_EXPORT extern #define区别-猿说编程

Object-C FOUNDATION_EXPORT extern #define区别

FOUNDATION_EXPORT NSString * const NotificationName; // 这是Fundation框架里面的宏 c/c++中不能使用 extern NSString * const NotificationName; // 这是c/c++的关键字,OC/c/c++通用 #defin...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
013720
Xcode – Unlock iPhone to Continue,iPhone is locked.-猿说编程

Xcode – Unlock iPhone to Continue,iPhone is locked.

Xcode – Unlock iPhone to Continue,iPhone is locked. 1.断开设备和Mac的连接(拔线) 2.重启Xcode(完全关闭后,再次打开本项目) 3.连接设备和Mac(插线) 4.运行 5.若出现信任设备弹框,选...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
011871