Parse API 1.6.4 - cannot build project

后端 未结 11 2521
太阳男子
太阳男子 2020-12-14 08:36

I downloaded the new iOS Parse API (1.6.4) and tried to build my project. When I do, I get this error:

Undefined sym         


        
11条回答
  •  伪装坚强ぢ
    2020-12-14 09:34

    Placing

    NSString *const BFTaskMultipleExceptionsException = @"BFMultipleExceptionsException";
    

    in the App Delegate as suggested by Sergey Surkov in between the imports and the implementation and then adding libstdc++.6.dylib in build phases worked for me. Please also view https://stackoverflow.com/a/27628797/1036945

提交回复
热议问题