Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ios 5 中创建了一个启用了 ARC 的 Ipad 应用程序。这会将视频上传到 Facebook。当我将 facebook sdk 添加到我的项目时,它给了我与 ARC 相关的错误。我还在 facebook 项目设置的构建阶段下的编译源中将标志设置为“-fno-objc-arc”(不带双引号)。但它仍然给出这些错误。我该如何解决这些问题
这是内存管理问题。在 ARC 中“释放”不可用。我认为你释放了一个导致应用程序崩溃的对象。