You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FSSDK-9062] add more support for sendOdpEvent error handling (#486)
Add more support for sendOdpEvent error handling:
- empty string for action: throws odpInvalidAction
- nil/empty for type: use default "fullstack" type
- replace identifiers alias (fs-user-id/FS-USER-ID/FS_USER_ID) with fs_user_id
# Since github actions only provides limit simulators with each xcode, we need to link simulators from other versions of xcode to be used by current xcode.
3
4
# We must use old simulators with current xcode since older xcode versions do not support swift 5 which is required by Swift SDK.
4
5
# More about XCode and its compatible simulators can be found here: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md
0 commit comments