WWDC2014上发布的Xcode6 beta版有了不少更新,其中令我惊讶的一个是苹果在iOS上开放了动态库,在Xcode6 Beta版的更新文档中是这样描述的: Frameworks for iOS. iOS developers can now create dynamic frameworks. Frameworks are a collection of code and resources to encapsulate functionality that is valuable ac
http://blog.csdn.net/iflychenyang/article/details/8876542(如何在Objective-C的头文件引用C++的头文件) 1.将.m文件扩展名改为.mm,或者修改.m文件的File Type,改为Objective C++ Source. 2.将.h文件File Type改为Objective C++ Preprocessed Source,默认C Header. 注意:File Type 在xcode右边属性栏中修改 视频:http://ww