PanoramaGL ARC问题

时间:2012-11-12 02:30:58

标签: ios automatic-ref-counting panoramas

当我尝试编译PLPanoramaBase库时,我得到了编译问题。我解决了它并将我的解决方案发布到谷歌代码。但仍然有人通过电子邮件问我,所以我决定在这里写下我的答案。

1 个答案:

答案 0 :(得分:0)

解决方案很简单:

  1. 在项目设置中使用-fno-objc-arc
  2. 将一些声明从PLPanoramaBase.h移至PLPanoramaBase.m
  3. 像这样:

    @interface PLPanoramaBase() {     PLTexture ** previewTextures;     PLTexture **纹理; }