appsquickly / typhoon

Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨
https://pilgrim.ph
Apache License 2.0
2.7k stars 270 forks source link

Carthage error 65 #587

Open alekzernov opened 6 years ago

alekzernov commented 6 years ago

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

alekzernov commented 6 years ago

fatal error: 'OCMockitoIOS/OCMockitoIOS.h' file not found

import <OCMockitoIOS/OCMockitoIOS.h>

            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

BUILD FAILED

thomaskolmans commented 6 years ago

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.

vitorhugomagalhaes commented 5 years ago

Any chance to get this fixed. It's always good to use the latest release. Thanks

alexgarbarev commented 5 years ago

Can anyone help me with this issue? I'm not very familiar with Carthage.