swift - NSExtensionPointIdentifier error only on real device -
i getting following error when try run apple watch app on device:
error: watchkit app doesn't contain watchkit extensions. verify value of nsextensionpointidentifier in watchkit extension's info.plist set com.apple.watchkit.
the value of nsextensionpointidentifier set correctly.
has else experienced error?
i fixed issue changing deployment target 9.0 in extension's build settings.
Comments
Post a Comment