Xcode 7 warnings: object file was built for newer iOS version than being linked

前端 未结 6 756
后悔当初
后悔当初 2020-12-14 14:21

I recently integrated Google Cloud Messaging into an app targeting iOS 7 and iOS 8. Just grabbed Xcode 7 beta 4 to get started on iOS 9 support, and now I\'m getting an erro

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-14 14:35

    In my case the reason was that I just updated pods then changed deployment target to lower then it was before and got such warnings. Running pod update again solves the issue.

提交回复
热议问题