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

Missing package product 'CombineRex' #3

Closed
nikputnam opened this issue Apr 5, 2021 · 5 comments
Closed

Missing package product 'CombineRex' #3

nikputnam opened this issue Apr 5, 2021 · 5 comments

Comments

@nikputnam
Copy link

nikputnam commented Apr 5, 2021

This looks like such a valuable starting point for someone (like me) interested in adopting SwiftRex!

I'd like to be able to

git clone https://github.com/npvisual/ToDoList-Redux.git 
cd ToDoList-Redux
open ToDoList-Redux.xcodeproj

And hit the "Run" button... but I get

"Build Failed"
"Package Loading"
"Missing package product 'CombineRex'"

I tried to add https://github.com/SwiftRex/SwiftRex.git as a package dependency, but it says it already is one, and "CombineRex" does show up under "Frameworks, Libraries, and Embedded Content" under the "General" section of the Target setting panel in Xcode for the ToDoList-Redux target.

I've done some React/Redux in js, and I've written some swift code, but I'm a relative newcomer to Xcode. Any suggestions?

(Xcode 12.4; MacOS 11.2.3)

Thanks!
Nik

@npvisual
Copy link
Owner

npvisual commented Apr 5, 2021

Hi @nikputnam , thanks for your feedback. I'll try and take a look tomorrow to see if I can fix this problem.

@luizmb
Copy link
Collaborator

luizmb commented Apr 5, 2021

Hi @nikputnam

Thanks for reporting. I just created this PR (#4) to fix it, but while @npvisual doesn't review you can try directly the branch FixBuild in order to test it.

@npvisual
Copy link
Owner

npvisual commented Apr 5, 2021

Thanks to @luizmb this should be working now. I will double check tomorrow as I don't have time today. Let me know if this is still not working for you.

@luizmb
Copy link
Collaborator

luizmb commented Apr 5, 2021

Probably thanks to me was broken in the first place... So I guess my karma is back to zero. :)

@nikputnam
Copy link
Author

Thanks for the fast fix!

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

No branches or pull requests

3 participants