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
When installed through Carthage Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /Users/alekzernov/Downloads/enegyhouserev2.0/Carthage/Checkouts/Typhoon/Typhoon.xcodeproj -scheme Typhoon -configuration Release -derivedDataPath /Users/alekzernov/Library/Caches/org.carthage.CarthageKit/DerivedData/9.4_9F1027a/Typhoon/4.0.5 -sdk iphonesimulator -destination platform=iOS\ Simulator,id=1D1D025C-9F81-4183-B247-1F69285384B6 -destination-timeout 3 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES build (launched in /Users/alekzernov/Downloads/enegyhouserev2.0/Carthage/Checkouts/Typhoon) help me please
The text was updated successfully, but these errors were encountered:
fatal error: 'OCMockitoIOS/OCMockitoIOS.h' file not found #import <OCMockitoIOS/OCMockitoIOS.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
** BUILD FAILED **
Sorry, something went wrong.
Yes, I had the exact same issue. I solved it for now by specifying the version as this seems to be a 4.0.5 issue.
github "appsquickly/Typhoon" "4.0.4" solved it for me.
github "appsquickly/Typhoon" "4.0.4"
Any chance to get this fixed. It's always good to use the latest release. Thanks
Can anyone help me with this issue? I'm not very familiar with Carthage.
alexgarbarev
No branches or pull requests
When installed through Carthage
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/alekzernov/Downloads/enegyhouserev2.0/Carthage/Checkouts/Typhoon/Typhoon.xcodeproj -scheme Typhoon -configuration Release -derivedDataPath /Users/alekzernov/Library/Caches/org.carthage.CarthageKit/DerivedData/9.4_9F1027a/Typhoon/4.0.5 -sdk iphonesimulator -destination platform=iOS\ Simulator,id=1D1D025C-9F81-4183-B247-1F69285384B6 -destination-timeout 3 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES build (launched in /Users/alekzernov/Downloads/enegyhouserev2.0/Carthage/Checkouts/Typhoon)
help me please
The text was updated successfully, but these errors were encountered: