Search Issue Tracker
Active
Fixed in 2023.1.0a9
Under Consideration for 2022.2.X
Votes
0
Found in
2022.2.0b3
2023.1.0a1
Issue ID
UUM-11278
Regression
Yes
On macOS, .bundle plugins are broken when using Xcode to generate standalone build
Builds with .bundle plugins in Xcode fail as of 2022.2 when building an exported Xcode project with MacStandalone as the target
Repro:
1) Create a project. Add a .bundle plugin.
2) Build for mac. Make sure the Xcode project generation box is checked.
3) Open project in Xcode and build
Result:
Build fails. The project doesn't have the bundle. Instead it has all of the bundle contents.
Expected:
Succeeds. Only the bundle should be tracked, not its contents.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Silicon] Crash on ScriptableRenderLoopJob when machine is left idle while the Editor is in Play mode
- [Android] GraphicsBuffer.CopyCount does not work with Append Compute Buffer after Compute Shader Dispatch on some Android devices
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
- New items are created and old ones remain in memory when using 'treeView.SetRootItems(items)' and 'treeView.Rebuild()' which can cause a memory leak
- Code continues to run after enabling the Frame Debugger when in paused Play Mode and using 'WaitForSecondsRealtime' coroutine
Resolution Note (fix version 2023.1.0a9):
Fix an issue with Mac standalone builds where the generated Xcode project did reference .bundle plugins as a single plugin