yageek / tulipindicators-swift

:bar_chart: Swift Technical Analysis library around tulip
https://yageek.github.io/tulipindicators-swift/
GNU Lesser General Public License v3.0
22 stars 4 forks source link

No such module 'tulipindicators' #3

Open salas81 opened 4 years ago

salas81 commented 4 years ago

I get this error after installing and importing the module; tried with SPM, CocoaPod and Carthage, always getting this error. Running on Xcode 11.6.

Any hint?

yageek commented 4 years ago

If you are using Cocoapods, there is an issue with the pod. Will fix it in the next release.

I will try to check with the other system today.

EDIT: Looks ok on Carthage. Could you provide more information about your error?

salas81 commented 4 years ago

thanks! I've tried SPM, CocoaPods and Carthage, non of them work. This is the error I get with Carthage:

Lorenzos-MacBook-16:hello lorenzodicaria$ carthage update --platform iOS Cloning tulipindicators-swift Checking out tulipindicators-swift at "1.0.0" xcodebuild output can be found in /var/folders/pz/8h7qh2910xx8t7jq12q_0dbm0000gq/T/carthage-xcodebuild.Zindyp.log Building scheme "tulipindicators-iOS" in tulipindicators-swift.xcodeproj Build Failed Task failed with exit code 1: /usr/bin/xcrun lipo -create /Users/lorenzodicaria/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A8189h/tulipindicators-swift/1.0.0/Build/Intermediates.noindex/ArchiveIntermediates/tulipindicators-iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/tulipindicators.framework/tulipindicators /Users/lorenzodicaria/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A8189h/tulipindicators-swift/1.0.0/Build/Products/Release-iphonesimulator/tulipindicators.framework/tulipindicators -output /Users/lorenzodicaria/Documents/Dev/Swift/hello/Carthage/Build/iOS/tulipindicators.framework/tulipindicators

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/pz/8h7qh2910xx8t7jq12q_0dbm0000gq/T/carthage-xcodebuild.Zindyp.log

salas81 commented 4 years ago

still not working

yageek commented 4 years ago

I just tested on Xcode11.5 and XcodeBeta12.0 beta 6 and I dit not encounter the issue. I will download Xcode 11.6 to double check.

EDIT: I tested on XCode11.6 with Carthage and I don't have this issue. Could you share the complete xcodebuild log?