WLClient.h 和 xcode 7.2 中的 WLCookieExtractor.h 预计会出现类型错误
Expected a type error in WLClient.h and WLCookieExtractor.h in xcode 7.2
我已将 Apple Watch 扩展添加到我的混合应用程序中。添加了桥接头。但是当我构建应用程序时出现以下错误:
"Expected a type error in WLClient.h and WLCookieExtractor.h".
/Users/user/Desktop/MyProject/apps/MYAPPS/iphone/native/WorklightAPI/include/WLClient.h:163:167: error: expected a type
<unknown>:0: error: failed to import bridging header '/Users/user/Desktop/MyProject/apps/MyAPPS/iphone/native/MyApp-Header-Swift.h'
有人遇到过这个问题并解决了吗?
watchOS 2.0 不支持 UIRemoteNotificationType。 Mobile First 框架尚不支持 watchOS 2.0。将在未来版本中支持
我已将 Apple Watch 扩展添加到我的混合应用程序中。添加了桥接头。但是当我构建应用程序时出现以下错误:
"Expected a type error in WLClient.h and WLCookieExtractor.h".
/Users/user/Desktop/MyProject/apps/MYAPPS/iphone/native/WorklightAPI/include/WLClient.h:163:167: error: expected a type
<unknown>:0: error: failed to import bridging header '/Users/user/Desktop/MyProject/apps/MyAPPS/iphone/native/MyApp-Header-Swift.h'
有人遇到过这个问题并解决了吗?
watchOS 2.0 不支持 UIRemoteNotificationType。 Mobile First 框架尚不支持 watchOS 2.0。将在未来版本中支持