in Education by
I have a project that was build in Xcode9. Now I am updating it to Xcode10. I am using RingCentral iOS SDK. But whenever I update the SDK, it shows this error: I have tried almost all methods for cleaning and building derived data Carthage version = 0.32.0 Xcode version = 10.1 Please help, I am stuck and cannot run the project carthage update --platform iOS *** Fetching ringcentral-swift *** Fetching CryptoSwift *** Fetching objective-c *** Fetching Alamofire *** Fetching ObjectMapper *** Checking out ObjectMapper at "3.4.2" *** Checking out Alamofire at "4.8.1" *** Checking out ringcentral-swift at "1.0.1" *** Checking out CryptoSwift at "0.14.0" *** Checking out objective-c at "v4.8.5" *** xcodebuild output can be found in /var/folders/49/ckkpnf9n6lgbfsfp407twf840000gn/T/carthage-xcodebuild.gTqjHT.log *** Building scheme "Alamofire iOS" in Alamofire.xcworkspace *** Building scheme "CryptoSwift" in CryptoSwift.xcworkspace *** Building scheme "Framework (iOS)" in PubNub.xcworkspace *** Building scheme "ObjectMapper-iOS" in ObjectMapper.xcworkspace *** Building scheme "RingCentral_iOS" in RingCentral.xcodeproj Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /Users/xxxxxxxxx/Downloads/MyFax\ /Carthage/Checkouts/ringcentral-swift/RingCentral.xcodeproj -scheme RingCentral_iOS -configuration Release -derivedDataPath /Users/xxxxxxxxx/Library/Caches/org.carthage.CarthageKit/DerivedData/10.1_10B61/ringcentral-swift/1.0.1 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/49/ckkpnf9n6lgbfsfp407twf840000gn/T/ringcentral-swift SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/xxxxxxxxx/Downloads/MyFax /Carthage/Checkouts/ringcentral-swift) This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/49/ckkpnf9n6lgbfsfp407twf840000gn/T/carthage-xcodebuild.gTqjHT.log JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
If anyone is facing issue with Cartage update. You can follow the simple steps 1- Download their repository and open their Xcode project in latest xcode. 2- Build the project using Generic iOS Device on Xcode. 3- If there are any errors in the linked frameworks -> Repeat Step 1 for the error framework 4- If build succeed, in Products folder, you will see the framework file 5- CTRL+Click (Right click) and select show in finder 6- Copy the framework file 7- Goto your project directory which is using Carthage 8- Open /YourProjectDirectory/Carthage/Build/iOS folder 9- Paste the framework file that you have generated in step-4 10- Now build your project and it should work Happy Coding :)

Related questions

0 votes
    I've been experimenting with cronjobs recently and have it setup like so: crontab: SHELL=/bin/sh MAILTO= ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 28, 2022 in Education by JackTerrance
0 votes
    Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I'm trying to install MySQL for Visual Studio 1.2.8 and Connector/NET 8.0.13 via MySQL Installer ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
0 votes
    Error:Execution failed for task ':app:dexDebug'. com.android.ide.common.process.ProcessException: org.gradle. ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    Upgraded Jenkins to 2.332.1 and a few plugins to try to stay up to date. Now getting the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 3, 2022 in Education by JackTerrance
0 votes
    I'm new to Python and I want to install some packages with pip. But pip install unroll gives me: Command " ... How to solve this? Select the correct answer from above options...
asked Jan 25, 2022 in Education by JackTerrance
0 votes
    Could someone one clarify why my Eclipse (http://developer.android.com/sdk/index.html) from ADT won't ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 19, 2022 in Education by JackTerrance
0 votes
    I would like to get the exit code of my remote command. It's normally pretty easy, but I need ... -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@$ip_server bash...
asked Jun 1, 2022 in Education by JackTerrance
0 votes
    The capability of your build system to handle an increase in the amount of code that it integrates and ... Build performance Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    ______________ are JS functions that you can call from your templates, and encourage you to reuse code and build complex templates a)Expressions b)Helpers c)Template d)Context...
asked Apr 29, 2021 in Technology by JackTerrance
0 votes
    Arrange in order- A. running unit test B. running static code check C. check for code D. Build Package...
asked Mar 7, 2021 in Technology by JackTerrance
0 votes
    with the help of _____ option we can save another copy of the picture with the another file name ?a. save as b. open c. new d. exit Select the correct answer from above options...
asked Dec 12, 2021 in Education by JackTerrance
0 votes
    I get "Login failed error" with the Facebook Android SDK while running on the device. I have done ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 21, 2022 in Education by JackTerrance
0 votes
    I am using Visual Studio 2017 Community Edition (CE), and I have signed into my Microsoft account and I am ... to resolve this issue. Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
...