Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example apps crash if the build folder is not cleaned #981

Closed
NicoleYarroch opened this issue May 25, 2018 · 1 comment
Closed

Example apps crash if the build folder is not cleaned #981

NicoleYarroch opened this issue May 25, 2018 · 1 comment
Assignees
Labels
bug A defect in the library
Milestone

Comments

@NicoleYarroch
Copy link
Contributor

NicoleYarroch commented May 25, 2018

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
  1. Build and run and close the Swift example app.
  2. 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

@NicoleYarroch NicoleYarroch self-assigned this May 25, 2018
@NicoleYarroch NicoleYarroch added the bug A defect in the library label May 25, 2018
@NicoleYarroch NicoleYarroch added this to the 6.0.0 milestone May 25, 2018
@NicoleYarroch NicoleYarroch reopened this Jul 10, 2018
@NicoleYarroch NicoleYarroch modified the milestones: 6.0.0, 6.0.1 Jul 10, 2018
@NicoleYarroch
Copy link
Contributor Author

Useful information about setting a custom module for Obj-C and Swift files: https://stackoverflow.com/questions/41667019/sharing-a-storyboard-across-multiple-targets-in-swift

@joeljfischer joeljfischer mentioned this issue Jul 20, 2018
3 tasks
@joeljfischer joeljfischer modified the milestones: 6.0.1, 6.1.0 Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
None yet
Development

No branches or pull requests

2 participants