Search Issue Tracker
Won't Fix
Votes
0
Found in
5.4.4p3
Issue ID
883615
Regression
No
[Xcode] Unity4XC.xcplugin symlink file causes xcodebuild to throw "Required plug-in compatibility UUID" error
Reproduction Steps:
1. Create new project
2. Build to iOS
3. Run terminal
4. Navigate terminal to Xcode project location (cd <path)
5. Run "xcodebuild" terminal command
6. Notice warning being thrown:
[MT] PluginLoading: Required plug-in compatibility UUID DFFB3951-EB0A-4C09-9DAC-5F2D28CC839C for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin' not present in DVTPlugInCompatibilityUUIDs
7. Delete symlink at this directory:
/Users/<username>/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin
8. Run "xcodebuild" terminal command again
9. Notice that warning is no longer thrown
Expected behaviour: Unity cleans unnecessary files that interrupt correct behaviour.
Actual result: There is symlink file that causes "xcodebuild" terminal command to throw warnings.
Reproduced on versions: Unity 5.4.1f1, 5.4.5p3, 5.6.1p4, 2017.0b9
Reproduced on Xcode versions: Xcode 7.3.1, Xcode 8.3
RESOLUTION: WONTFIX, because the issue is very minor and fixing it would require to remove Build&Run support for Xcode 7 and earlier.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment