Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2019.4.X, 2020.1.X
Votes
0
Found in
2019.3.4f1
Issue ID
1245194
Regression
No
[iOS] ProjectCapabilityManager.AddSignInWithApple adds AuthenticationServices framework for the wrong target
Steps to reproduce:
1. Open the attached project (pbxproject-api-test.zip)
2. Switch to iOS and make a build
3. Open Xcode project
4. Notice that 'Sign In With Apple' capability is added correctly to Unity-iPhone target
5. Try to build the Xcode project
Actual behaviour: Build will fail because AuthenticationServices.framework is added to Unity-iPhone target.
Expected behaviour: AuthenticationServices.framework that is needed by 'Sign In With Apple' capability should be added to UnityFramework target.
Notes:
This can be worked-around by adding AuthenticationServices.framework to UnityFramework target manually.
Only affects versions that have UAAL implemented (2019.3+), because before that, only one target was used.
Reproduced with:
2019.3.4f1, 2020.1.0b8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment