You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw there was an existing issue about apple_core_data_model at #1160.
But the workaround (-swiftcopt=-wmo --swiftcopt=-num-threads --swiftcopt=0) described in the comment no longer works when I use rule_swift 2.x.
Here is a repo for reproducing this issue:
[email protected]:xuzhaocheng/chatgpt_demo.git
cd chatgpt_demo
git checkout new
cd ChatGPTDemoiOS
bazel build //:ChatGPTDemoApp --swiftcopt=-wmo --swiftcopt=-num-threads --swiftcopt=0
The text was updated successfully, but these errors were encountered:
I saw there was an existing issue about
apple_core_data_model
at #1160.But the workaround (
-swiftcopt=-wmo --swiftcopt=-num-threads --swiftcopt=0
) described in the comment no longer works when I userule_swift
2.x.Here is a repo for reproducing this issue:
The text was updated successfully, but these errors were encountered: