Skip to content

Commit b010ed7

Browse files
authored
output IOSBuildTools when it doesnt exist (#355)
1 parent 4c41939 commit b010ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry.Unity.Editor.iOS/Sentry.Unity.Editor.iOS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<IOSBuildTools>$(UnityRoot)/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</IOSBuildTools>
2222
</PropertyGroup>
2323

24-
<Error Condition="!Exists('$(IOSBuildTools)')" Text="iOS build tools not found. Make sure to install the Unity iOS Module."></Error>
24+
<Error Condition="!Exists('$(IOSBuildTools)')" Text="iOS build tools not found. Make sure to install the Unity iOS Module. Expected directory: $(IOSBuildTools)"></Error>
2525

2626
<ItemGroup>
2727
<Reference Include="UnityEditor">

0 commit comments

Comments
 (0)