HomeiOS Developmentios - Is there any method to repair

ios – Is there any method to repair


The error message you are encountering signifies that there’s a mismatch between the model of the compiler used to construct the ‘AlfredCore’ framework and the model being utilized in your present Xcode surroundings. To resolve this problem, you possibly can attempt the next steps:

Open the terminal, navigate to the basis listing of your undertaking, and execute the next command:

pod deintegrate

This command will deintegrate the CocoaPods dependencies out of your undertaking.

-Take away Pods folder: In your undertaking’s root listing, manually delete the ‘Pods’ folder

-Reinstall Pods: Run the next command within the terminal to reinstall the CocoaPods dependencies:

pod set up

Construct and Run: Open your undertaking in Xcode and check out constructing and operating it once more.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments