Skip to content
Discussion options

You must be logged in to vote

So, in case someone else faced a similar issue, here are the things that I reverted.

I reverted to the last commit that worked, took a backup of the ios folder, reverted back to the latest code (which doesn't work).
Then I got the diff of the project and the workspace to detect the change.

ios/Runner.xcodeproj/project.pbxproj

This is the XCode project version.

- LastUpgradeCheck = 1430;
+ LastUpgradeCheck = 1300;
- compatibilityVersion = "Xcode 15.0";
+ compatibilityVersion = "Xcode 9.3";

I don't know if the above changes are needed. But these changes are!

For each release, debug, and profile config in the project:

     CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = $inherited;
     CL…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@gnomezgrave
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by gnomezgrave
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants