-
Notifications
You must be signed in to change notification settings - Fork 189
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
Error in Xcode 14 beta via Cocoapods #117
Comments
For some reason on install Cocoapods generate an extra "Wormholy-Wormholy" target that looks like an app target, so requires signing. It can be removed and the issue is resolved. Howerver, on the next |
Can you show me how you are importing Wormholy in your Podfile? |
|
@akovalov
Even though I tried installing this library with this syntax, I encountered an error. Dumping the log below:
|
@SwiftFoxx the Podfile syntax is correct, it uses "implicit abstract target" notation like described here https://guides.cocoapods.org/using/the-podfile.html. The issue I've reported is that it's not working in Xcode 14 beta due to an extra target generated, but it works fine with Xcode 13. |
@akovalov I understand your query now. I installed the pod in |
@SwiftFoxx I've tried now with the latest Xcode 14.0 beta 2 (14A5229c) and the issue is still there. It looks like the same issue described here CocoaPods/CocoaPods#11402. I now see that it's not an extra target, that target is for Wormholy to work properly. But the issue is that it requires a team for signing, which looks like an Xcode 14 or Cocoapods issues. However, I am wondering why there is no error on your machine. When I choose a team for this target - it works. |
@akovalov I deleted and created a new test project. This time the target appeared. Positive. |
@SwiftFoxx looks like you are right. In this case it would be fine using Wormholy via SPM but there is an error installing it via SPM as well. |
|
Is there any other method to solve this error? not write script, only pod install. Maybe author can update "Wormholy" to fix the program we meet. |
@heliang219 I use the |
|
Could you try to test it with the latest version 1.7.0? |
Installed Wormholy v1.6.5 via Cocoapods
Xcode Version 14.0 beta (14A5228q)
Other dependencies do not trigger such error. Removing Wormholy resolves the issue.
Adding Wormholy via Swift Package Manager in both Xcode 14 beta and Xcode 13 shows that package could not be resolved.
The text was updated successfully, but these errors were encountered: