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
{{ message }}
This repository has been archived by the owner on May 21, 2020. It is now read-only.
Checkout the project (make sure you are on the punic-bug branch)
punic update
Open the project
Select the Layout-macOS scheme
Press command+u to run tests.
The build fails with this error:
Processing: "Quick.framework"
Copying framework "Quick" to "$SYMROOT/Debug/Layout-macOS-Tests.xctest/Contents/Frameworks/Quick.framework"
Traceback (most recent call last):
File "/usr/local/bin/punic", line 11, in <module>
load_entry_point('punic==0.2.10', 'console_scripts', 'punic')()
File "/usr/local/Cellar/punic/0.2.10/libexec/lib/python2.7/site-packages/punic/punic_cli.py", line 397, in main
punic_cli()
File "/usr/local/Cellar/punic/0.2.10/libexec/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/usr/local/Cellar/punic/0.2.10/libexec/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/usr/local/Cellar/punic/0.2.10/libexec/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/Cellar/punic/0.2.10/libexec/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/Cellar/punic/0.2.10/libexec/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/usr/local/Cellar/punic/0.2.10/libexec/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/Cellar/punic/0.2.10/libexec/lib/python2.7/site-packages/punic/punic_cli.py", line 240, in copy_frameworks
copy_frameworks_main()
File "/usr/local/Cellar/punic/0.2.10/libexec/lib/python2.7/site-packages/punic/copy_frameworks.py", line 61, in copy_frameworks_main
assert match.groups()[0] == str(binary_path)
AttributeError: 'NoneType' object has no attribute 'groups'
Command /bin/sh failed with exit code 1
On the macOS scheme, if I replace /usr/local/bin/punic copy-frameworks with /usr/local/bin/carthage copy-frameworks things build and work as expected.
/usr/local/bin/punic copy-frameworks works correctly for the Layout-iOS and Layout-tvOS schemes.
Please let me know if you would like any more information, and thanks for making punic!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
You can find a sample project here: https://github.com/noremac/layout/tree/punic-bug
Here is the output of
punic version
(I've installed viahomebrew
)punic-bug
branch)punic update
Layout-macOS
schemecommand+u
to run tests.The build fails with this error:
On the macOS scheme, if I replace
/usr/local/bin/punic copy-frameworks
with/usr/local/bin/carthage copy-frameworks
things build and work as expected./usr/local/bin/punic copy-frameworks
works correctly for theLayout-iOS
andLayout-tvOS
schemes.Please let me know if you would like any more information, and thanks for making punic!
The text was updated successfully, but these errors were encountered: