ios icon indicating copy to clipboard operation
ios copied to clipboard

Support for xrOS platform broke Apple Watch embedded apps

Open gabrielbiga opened this issue 10 months ago • 0 comments

After the merge of https://github.com/NativeScript/ios/pull/235, if the application has an Apple Watch embedded app, it will broke the compilation.

image

Actually cleaning the Swift-ObjC-Bridging-Header.h file solves the issue. Its currently patched here because I don't know the correct way to fix it.

Platform: v8.7.0 Reverting to v8.6.4 fix the issue. Commit impacted: https://github.com/NativeScript/ios/commit/bb364f9558c336c43a9c43d3ded46ef1ad8e8bf3

gabrielbiga avatar Apr 17 '24 13:04 gabrielbiga