How to reference non-supported frameworks in Watch OS 2

前端 未结 2 1392
日久生厌
日久生厌 2021-02-20 10:35

I updated my app to the latest swift 2.0 syntax. In doing so, My watchkit app has become broken. The issue is the watchkit app references a class that references the framework A

2条回答
  •  死守一世寂寞
    2021-02-20 11:05

    I think that using WatchConnectivity is the right thing to do. For previous version support if the only dealer breaker is AVMetadataObjectTypeCode39Code, maybe you can print its value and pass it to the function directly?

提交回复
热议问题