riverscuomo / public-bug-hunt

A place to file bug reports for all of my apps
GNU General Public License v3.0
6 stars 0 forks source link

iOS app won't build after upgrading to xcode 15 #66

Closed riverscuomo closed 10 months ago

riverscuomo commented 10 months ago

downgrade xcode

or

[5:15 AM] Eric Maxwell

Good morning Rivers. I am on Version 15.0 (15A240d).

I was able to get through the issue caused by my XCODE (auto)upgrade, by adding the highlighted lines to my Podfiles in both apps at main_app/ios/Podfile

like 1

[5:15 AM] Eric Maxwell

If you're still having trouble, you might try that.

[5:15 AM] Eric Maxwell

I picked that up from here https://stackoverflow.com/questions/77136958/flutter-or-react-native-xcode-15-error-xcode-dt-toolchain-dir-cannot-be-used

Flutter or React Native Xcode 15 Error (Xcode): DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS

upon upgrading my Xcode today to version 15, I receive the following error when building my app for IOS: Error (Xcode): DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHA...