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

Fix RxExample and Playgrounds using Static Frameworks #1942

Merged
merged 5 commits into from
Apr 21, 2019
Merged

Fix RxExample and Playgrounds using Static Frameworks #1942

merged 5 commits into from
Apr 21, 2019

Conversation

mfcollins3
Copy link
Contributor

See conversion: #1940 (comment)

This pull request fixes the RxExamples application and RxPlaygrounds dynamic framework so that they build correctly and run correctly.

I also made a change to the validate-playgrounds.sh script to build the RxPlaygrounds dynamic framework before attempting to build and run the playgrounds application.

I fixed the build settings for the RxExample application targets and
for the RxPlaygrounds dynamic framework target to work correctly with
the static framework versions of the RxSwift, RxCocoa, and RxRelay
frameworks.
I changed line 3 of RxPlaygrounds.swift from `// RxPlaygrounds` to
`// RxExample` because of some build validation check.
I updated validate-playgrounds.sh to also build the RxPlaygrounds
framework.
I revised my previous change to get validate-playgrounds.sh to build
the RxPlaygrounds dynamic framework before attempting to build the
playgrounds test application.
I revered the change that I made to the development team setting when
building the RxExample application for testing the static library
solution.
@kzaher
Copy link
Member

kzaher commented Apr 21, 2019

Thnx @freak4pc and @mfcollins3 .

I've merged this through terminal, but GitHub didn't detect the merge since the target was staticlib :)

@kzaher kzaher merged commit d5bc98d into ReactiveX:staticlib Apr 21, 2019
@freak4pc
Copy link
Member

freak4pc commented Apr 21, 2019

FYI, you can always change the destination branch yourself @kzaher :)
Glad to see this resolved. Thanks again @mfcollins3! 🎉

@mfcollins3 mfcollins3 deleted the staticlib-playgrounds branch April 21, 2019 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants