ios - target specifies product type 'com.apple.product-type.app-extension', but there's no such product type for the 'iphonesimulator' platform" -
ios - target specifies product type 'com.apple.product-type.app-extension', but there's no such product type for the 'iphonesimulator' platform" -
in project, have deployment target of ios 6. want test app in ios 6.1 simulator, xcode 6.1 not back upwards ios simulators older ios 7.0, have downloaded , installed xcode 5.1.1. when build app in xcode 5.1.1, gives me error:
target specifies product type 'com.apple.product-type.app-extension', there's no such product type 'iphonesimulator' platform how can prepare problem , run app in ios 6 simulator?
app extensions require ios 8.0 , later. if want test project in ios 6.1 xcode 5.1, should remove app extension target project when testing in xcode 5.1 it's not applicable old os version.
ios xcode xcode5 ios-simulator
Comments
Post a Comment