WatchKit apps must have a deployment target equal to iOS 8.2 (was 8.3)?

后端 未结 7 582
野性不改
野性不改 2020-12-05 06:17

I just downloaded Xcode 6.3 beta 4, and my WatchKit app now fails to build with an error:

Embedded Binary Validation Utility Error
error: WatchKit apps must          


        
7条回答
  •  一整个雨季
    2020-12-05 06:48

    Go to Target -> Select Watch Kit App, Under deployment change value from 8.3 to

    //:configuration = Debug IPHONEOS_DEPLOYMENT_TARGET = 8.2

    //:configuration = Release IPHONEOS_DEPLOYMENT_TARGET = 8.2

    Clean and build. Problem Solved!

提交回复
热议问题