We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed the Library with Carthage 0.26.2 X-Code 9.0.1 Swift 3.2
Simulator: no errors Device: This application’s bundle identifier does not match its code signing identifier.
If I remove the library all is working fine. I can install other libraries with Carthage with no problems.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Let me know if this link helps you.
Sorry, something went wrong.
Thx, I already tried that, but it doesn't make any difference.
But when I download and build the framework manually it is working fine. So it seems to be related to how carthage builds the framework.
I found a similar issue here: duemunk/Async#109
@nm did you find a solution for this?
No, I'm afraid not. For now I build and include the library manually.
No branches or pull requests
I installed the Library with Carthage 0.26.2
X-Code 9.0.1
Swift 3.2
Simulator: no errors
Device: This application’s bundle identifier does not match its code signing identifier.
If I remove the library all is working fine.
I can install other libraries with Carthage with no problems.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: