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

前端 未结 6 772
后悔当初
后悔当初 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:31

    My way to fix:

    1. Check "Deployment Target" is equal to Podfile "Platform"
    2. Delete DerivedData (/Users/yourUser/Library/Developer/Xcode)
    3. Pod install (Terminal)
    4. Clean/Build Project

    P.s. Can add more info if needed.

提交回复
热议问题