PeopleInSpace/ios/PeopleInSpaceSwiftUI/Pods
Cicero Hellmann 771a34e7d7 It looks like this happens because xcode can't find the setup java version and gets some sort of default value.
If you would try to run your xcode project right now (I only reproduced this on BigSur) it will not work because the java version will show as outdated.

If you inspect with jenv or java you will find that your innner project folders and general version of java are setup correctly.

To fix this I just force an export JAVA_HOME=$(/usr/libexec/java_home -v)
source ~/.zshrc or source ~/.bash_profile

Of course the global version or your java_home must be in the correct java version you want to use
2021-02-25 18:26:42 +01:00
..
Local Podspecs Make this run in WatchOs 2020-01-13 11:44:14 -07:00
Pods.xcodeproj It looks like this happens because xcode can't find the setup java version and gets some sort of default value. 2021-02-25 18:26:42 +01:00
Target Support Files Make this run in WatchOs 2020-01-13 11:44:14 -07:00
Manifest.lock Pod install all the things. 2020-01-13 11:44:14 -07:00