-
Notifications
You must be signed in to change notification settings - Fork 89
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
On Mac OS Mojave 10.14 cannot add library with Carthage #22
Comments
@RomaSafin There was no error log on my environment when I built SwiftyXMLParser for macOS app in Mojave.
You can change it with the following command.
|
@kazuhiro4949 I've checked it and i was using Xcode 10. |
One more thing. I've found that when i'm trying to 'carthage update' trough terminal in generated log files from time to time appears randomized settings Also done git clone of SwiftyXMLParser repo and tried to specify local repo in cart file. Still getting the same error: |
If you want a framework only for iOS, you need to add 'platform' option. carthage update SwiftyXMLParser --platform iOS SwiftyXMLParser is supporting ios, macos and tvos. Carthage build framework for each platform unless you add the option. |
OS version: MAC OS Mojave 10.14
Carthage version: 0.31.0
Xcode version: 10.0
While trying to install library with Carthage having issue:
*** Fetching SwiftyXMLParser
*** Checking out SwiftyXMLParser at "4.2.0"
*** xcodebuild output can be found in /var/folders/kw/c7dppsfx5l7cvy75jhftwllh0000gn/T/carthage-xcodebuild.AbPXKF.log
*** Skipped downloading SwiftyXMLParser.framework binary due to the error:
"API rate limit exceeded for ..*.. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)"
*** Building scheme "SwiftyXMLParser" in SwiftyXMLParser.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/romansafin/Documents/GetThisBuild/GetThisBuild/Carthage/Checkouts/SwiftyXMLParser/SwiftyXMLParser.xcodeproj -scheme SwiftyXMLParser -configuration Release -derivedDataPath /Users/romansafin/Library/Caches/org.carthage.CarthageKit/DerivedData/10.0_10A255/SwiftyXMLParser/4.2.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/kw/c7dppsfx5l7cvy75jhftwllh0000gn/T/SwiftyXMLParser SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/romansafin/Documents/GetThisBuild/GetThisBuild/Carthage/Checkouts/SwiftyXMLParser)
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/kw/c7dppsfx5l7cvy75jhftwllh0000gn/T/carthage-xcodebuild.AbPXKF.log
Xcodebuild log attached
carthage-xcodebuild.AbPXKF.log
The text was updated successfully, but these errors were encountered: