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 上崩溃,因为尚不支持社交框架。如何以我的 iOS 5 用户在没有它的情况下仍然可以启动应用程序的方式导入它?
只需在构建阶段将其设置为可选。请参阅下图以供参考。
只需将 SocialFramework 设置为可选。
希望这有帮助!!