https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaTouch64BitGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40013501-CH1-SW1 Table 1-1 Size and alignment of integer data types in OS X and iOS Integer data type…
使用cocoapods在工程中加入UI7Kit,关于UI7Kit请自行google. 加入到工程 如果没安装cocoapods,则安装.(http://www.cocoapods.org) 安装方法:(需要先安装Commoand Line Tools(XCode->Preferences->Downloads first.)) sudo gem install cocoapods pod setup # Do not sudo here 在工程中添加ui7kit #进入工程目录 echo &q…
当使用了百度地图sdk的app在64位机中运行时,会出现No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386).的错误.这是一个兼容性的问题,要解决这个问题,我们需要将将配置中的64位编译选项去除.做法如下图所示,将标红处全都改成图中所示内容即可:如果项目中还包含有cocoaPods项目的话,需要将cocoaPods中的每一个项目也做如上设置,示例如下:如果编译还是不…
SoundManager 音频管理器 https://github.com/nicklockwood/SoundManager Purpose SoundManager is a simple class for playing sound and music in iOS or Mac apps. SoundManager是一个简单的用来播放音乐的类. Supported OS & SDK Versions Supported build target - iOS 7.0 / Mac OS 1…