integrating parse framework with existing iOS app including Aviary SDK

前端 未结 2 1650
囚心锁ツ
囚心锁ツ 2021-02-07 05:47

I\'m developing a photography app which uses the Aviary SDK and everything is working perfectly but we decided that push notifications needs to be included in the project. Basic

相关标签:
2条回答
  • 2021-02-07 06:30

    Including 'libstdc++.6.dylib' framework as suggested by XIII AND making sure you add all the other frameworks to ALL TARGETS fixed it for me.

    When I add the Parse SDK, I set it to both my App target and Test target (unit test), but forgot to add all the frameworks in Build Phases for the Test target. Once I did that, and added the missing 'libstdc++.6.dylib' framework, it worked for me.

    0 讨论(0)
  • 2021-02-07 06:35

    I faced the same issues. Link against libstdc++.6.dylib in Build Phases and it will solve your problems.

    0 讨论(0)
提交回复
热议问题