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
Error building Player: Exception: Calling TargetGuidByName with name='Unity-iPhone' is deprecated. There are two targets now, call GetUnityMainTargetGuid() - for app or GetUnityFrameworkTargetGuid() - for source/plugins to get Guid instead.
Just going to create this issue and found this issue is already created.
2 points here:
TargetGuidByName should not be used.
Unity has now an extra targets, called UnityFramework, its bitcode has to be set to no in order to compile successfully. So multiple targets should be used to disable bitcode.
At line 33 in
Cardboard/Editor/CardboardEditorHelper.cs
Got this error
My trivial solution was this.
The text was updated successfully, but these errors were encountered: