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
When switching between the two example app targets, the build folder must be cleaned, otherwise the app will crash right after launching due to a NSException about the storyboard not being correct. This can be fixed by redoing the segmented control storyboard connection in both the Swift and Obj-C Example App ConnectionTCPTableViewController.storyboard files.
Reproduction Steps
Build and run and close the Swift example app.
Build and run the Obj-C example app.
Expected Behavior
The second app builds and runs.
Observed Behavior
The second app crashes right after launch.
OS & Version Information
iOS Version: n/a
SDL iOS Version: 5.2
Testing Against: n/a
Test Case, Sample Code, and / or Example App
The example apps in the SDL_iOS library
The text was updated successfully, but these errors were encountered:
Bug Report
When switching between the two example app targets, the build folder must be cleaned, otherwise the app will crash right after launching due to a NSException about the storyboard not being correct. This can be fixed by redoing the segmented control storyboard connection in both the Swift and Obj-C Example App ConnectionTCPTableViewController.storyboard files.
Reproduction Steps
Expected Behavior
The second app builds and runs.
Observed Behavior
The second app crashes right after launch.
OS & Version Information
Test Case, Sample Code, and / or Example App
The example apps in the SDL_iOS library
The text was updated successfully, but these errors were encountered: