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
bash-3.2$ pod lib create Aliaser
Cloning `https://github.com/CocoaPods/pod-template.git` into `Aliaser`.
Configuring Aliaser template.
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
------------------------------
To get you started we need to ask a few questions, this should only take a minute.
If this is your first time we recommend running through with the guide:
- https://guides.cocoapods.org/making/using-pod-lib-create.html
( hold cmd and double click links to open in a browser. )
What platform do you want to use?? [ iOS / macOS ]
>
ios
What language do you want to use?? [ Swift / ObjC ]
>
swift
Would you like to include a demo application with your library? [ Yes / No ]
>
yes
Which testing frameworks will you use? [ Quick / None ]
> None
Would you like to do view based testing? [ Yes / No ]
> No
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
Running pod install on your new library.
Analyzing dependencies
Downloading dependencies
Installing Aliaser (0.1.0)
Generating Pods project
Integrating client project
[!] Please close any current Xcode sessions and use `Aliaser.xcworkspace` for this project from now on.
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
Ace! you're ready to go!
We will start you off by opening your project in Xcode
open 'Aliaser/Example/Aliaser.xcworkspace'
To learn more about the template see `https://github.com/CocoaPods/pod-template.git`.
To learn more about creating a new pod, see `https://guides.cocoapods.org/making/making-a-cocoapod`.
bash-3.2$ cd Aliaser/
bash-3.2$ carthage build --platform iOS --no-use-binaries --no-skip-current
*** xcodebuild output can be found in /var/folders/97/5dzzw3210vx_p11c78cf354r0000gp/T/carthage-xcodebuild.YCSSQJ.log
*** Skipped building Aliaser due to the error:
Dependency "Aliaser" has no shared framework schemes for any of the platforms: iOS
bash-3.2$
What did you expect to happen?
The _Pods.xcodeproj alias at the top level should contain everything needed to build the framework.
What happened instead?
If you open the _Pods.xcodeproj alias directly, you find that it has no shared schemes, causing Carthage building to fail. This means that, out of the box, a pod created with the default template is not buildable with Carthage. According to @orta, the original intent of _Pods.xcodeproj was Carthage compatibility, so this may be a regression.
Report
What did you do?
What did you expect to happen?
The _Pods.xcodeproj alias at the top level should contain everything needed to build the framework.
What happened instead?
If you open the _Pods.xcodeproj alias directly, you find that it has no shared schemes, causing Carthage building to fail. This means that, out of the box, a pod created with the default template is not buildable with Carthage. According to @orta, the original intent of _Pods.xcodeproj was Carthage compatibility, so this may be a regression.
CocoaPods Environment
Stack
Installation Source
Plugins
Project that demonstrates the issue
Attaching the project generated by the above commands, in case it's useful:
Aliaser.zip
I'm using Carthage 0.36.0 installed via Homebrew.
The text was updated successfully, but these errors were encountered: