0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Unity as a Library実装中のビルドエラー

Last updated at Posted at 2023-01-17

objc[2134]: Class CLSUserDefaults is implemented in both /System/Library/Frameworks/ClassKit.framework/ClassKit (0x1f1815478) and /private/var/containers/Bundle/Application/2B492103-58A1-43EE-8035-726F5419569A/sandbox.app/Frameworks/UnityFramework.framework/UnityFramework (0x11bc08d10). One of the two will be used. Which one is undefined.
warning: UnityFramework was compiled with optimization - stepping may behave oddly; variables may not be available.

Xcodeの
Product > Scheme > EditScheme... > Run から
Theread Performance Checker のチェックを外すと治りました。
スクリーンショット 2023-01-17 16.15.37.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?