Search Issue Tracker
Active
Under Consideration for 3.3.X
Votes
0
Found in [Package]
3.3.0
Issue ID
UGSB-34
Regression
No
Authentication Plugin iOS SafariView has no safeguard when building for an unsupported platform
How to reproduce:
1. Open the “TestTVOSAgain.zip“ project
2. Open the “SampleScene“
3. Build for tvOS
4. Open the “Unity-iPhone.xcodeproj“ in Xcode
5. Deploy to a tvOS device
Expected result: Deployment succeeds
Actual result: Deployment fails with “ ‘SafariServices/SafariServices.h’ file not found“
Reproducible with: 3.4.1 (6000.0.62f1, 6000.2.11f1), 3.5.2 (6000.0.62f1, 6000.2.11f1, 6000.3.0b9, 6000.4.0a4)
Reproducible environment: macOS 15.7 (M4 Max)
Not reproducible environment: No other environment tested
Reproducible with these devices:
VLNQA00506, Apple TV HD (TV 4) (MGY52SO/A), CPU: Apple A8, OS: 16.5
Workaround: Add guards in the “SafariView.mm“ file, (e.g. “#if __has_include(<SafariServices/SafariServices.h>)“ ) to disable this functionality when building for an unsupported platform
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment