I upgraded my 2016 15” MacBook Pro to Sequoia so that I could get a more recent xcode so that I could deploy my apps to a physical device.
I can now no longer build iOS or MacOS apps. I get code signing issues and env variable issues.
I was wondering if anyone successfully builds apps on a slightly older version that I could try?
iOS issue
``` Launching lib/main.dart on iPhone 16 Plus in debug mode... Running Xcode build...
Xcode build done. 16.7s Failed to build iOS app Uncategorized (Xcode): Warning: unknown environment variable SWIFT_DEBUG_INFORMATION_FORMAT
Uncategorized (Xcode): Exited with status code 255
Could not build the application for the simulator. Error launching application on iPhone 16 Plus. ```
MacOS issue
``` Launching lib/main.dart on macOS in debug mode... /Users/<user>/Documents/Development/Flutter/test_app/build/macos/Build/Products/Debug/test_app.app: resource fork, Finder information, or similar detritus not allowed Command CodeSign failed with a nonzero exit code ** BUILD FAILED **
Building macOS application...
Error: Build process failed ```
[link] [comments]
Post a Comment