Post

Replies

Boosts

Views

Activity

[Regression][Monterey][macOS 12]: Touch Bar is not responding to touches properly
Hello, Feedback ID: FB9143838 My MacBook Pro (15-inch, 2018) with the macOS 12 Monterey beta on its own dedicated partition, does not allow me to use the Touch Bar when booted on Monterey (the main partition with Catalina has the Touch Bar working just fine and so did this partition when it had Big Sur on it). The Touch Bar appears working fine superficially as it adapts its visual state to the program you are running, it handles pressing the FN key to display the old style function keys, and if you long press on it you will see the Touch Bar UI appear on the bottom of the screen and behave as expected… the long press will not actually do anything beyond that. In summary, the Touch Bar when running macOS 12 Monterey does not allow me to tap the ESC virtual button anymore, change brightness, volume, etc… I can use my external keyboard and the macOS UI for most of those functions but it is still a bad regression IMHO. Kind Regards, Goffredo
8
0
4.5k
Feb ’22
Xcode 13 (xcodebuild) regression, cannot find xcconfig files in the search path
Hello everyone, Feedback Reporter Bug ID #: FB9641953 We are using a single codebase with a hierarchical .xcconfig structure to use our CI to build different app versions and flavours so to speak. We have noticed what we think is a regression from Xcode 12.5.1 to Xcode 13. Essentially, after updating to Xcode 13, xcodebuild (not Xcode IDE) is unable to find .xcconfig files we are including from an existing .xcconfig file anymore: Location of file: folderWhereTheXcodeProjectIsLocated/Configurations/Project/Local/development-ventures/venture/local-venture-development-env.xcconfig From this file we try to include another .xcconfig file: #include "Configurations/Project/Ventures/venture/EnvironmentBuilds/debug-env.xcconfig" On Xcode 12.5.1, using xcodebuild to build the app from the command line, this works. On Xcode 13 this does not work anymore if I use xcodebuild to build the project from the Terminal giving the following error: "could not find included file 'Configurations/Project/Ventures/venture/EnvironmentBuilds/debug-env.xcconfig' in search paths" The attached project does reproduce this issue. I hope it can be useful. Sample project available at (zipped): https://www.icloud.com/iclouddrive/0WEoc6m4EscDQZhJKvj-kiqJw#testXcconfig You can build it from the Command-line as follows (from the folder where the Xcode project is): /usr/bin/xcrun xcodebuild -UseNewBuildSystem=YES -xcconfig InnerXcconfig/innerInner/tt.xcconfig Output: Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -UseNewBuildSystem=YES -xcconfig InnerXcconfig/innerInner/tt.xcconfig User defaults from command line: IDEPackageSupportUseBuiltinSCM = YES UseNewBuildSystem = YES Build settings from configuration file 'InnerXcconfig/innerInner/tt.xcconfig': a = "AA" note: Using new build system note: Planning Analyze workspace Create build description Build description signature: b647425e15121588771b659eeaafeccd Build description path: /Users/username/GitHub/NPS/Tests/testXcconfig/build/XCBuildData/b647425e15121588771b659eeaafeccd-desc.xcbuild note: Build preparation complete note: Building targets in parallel /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths ** BUILD FAILED ** Kind Regards
3
0
5.9k
Sep ’21
[Regression][Monterey][macOS 12]: Touch Bar is not responding to touches properly
Hello, Feedback ID: FB9143838 My MacBook Pro (15-inch, 2018) with the macOS 12 Monterey beta on its own dedicated partition, does not allow me to use the Touch Bar when booted on Monterey (the main partition with Catalina has the Touch Bar working just fine and so did this partition when it had Big Sur on it). The Touch Bar appears working fine superficially as it adapts its visual state to the program you are running, it handles pressing the FN key to display the old style function keys, and if you long press on it you will see the Touch Bar UI appear on the bottom of the screen and behave as expected… the long press will not actually do anything beyond that. In summary, the Touch Bar when running macOS 12 Monterey does not allow me to tap the ESC virtual button anymore, change brightness, volume, etc… I can use my external keyboard and the macOS UI for most of those functions but it is still a bad regression IMHO. Kind Regards, Goffredo
Replies
8
Boosts
0
Views
4.5k
Activity
Feb ’22
Xcode 13 (xcodebuild) regression, cannot find xcconfig files in the search path
Hello everyone, Feedback Reporter Bug ID #: FB9641953 We are using a single codebase with a hierarchical .xcconfig structure to use our CI to build different app versions and flavours so to speak. We have noticed what we think is a regression from Xcode 12.5.1 to Xcode 13. Essentially, after updating to Xcode 13, xcodebuild (not Xcode IDE) is unable to find .xcconfig files we are including from an existing .xcconfig file anymore: Location of file: folderWhereTheXcodeProjectIsLocated/Configurations/Project/Local/development-ventures/venture/local-venture-development-env.xcconfig From this file we try to include another .xcconfig file: #include "Configurations/Project/Ventures/venture/EnvironmentBuilds/debug-env.xcconfig" On Xcode 12.5.1, using xcodebuild to build the app from the command line, this works. On Xcode 13 this does not work anymore if I use xcodebuild to build the project from the Terminal giving the following error: "could not find included file 'Configurations/Project/Ventures/venture/EnvironmentBuilds/debug-env.xcconfig' in search paths" The attached project does reproduce this issue. I hope it can be useful. Sample project available at (zipped): https://www.icloud.com/iclouddrive/0WEoc6m4EscDQZhJKvj-kiqJw#testXcconfig You can build it from the Command-line as follows (from the folder where the Xcode project is): /usr/bin/xcrun xcodebuild -UseNewBuildSystem=YES -xcconfig InnerXcconfig/innerInner/tt.xcconfig Output: Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -UseNewBuildSystem=YES -xcconfig InnerXcconfig/innerInner/tt.xcconfig User defaults from command line: IDEPackageSupportUseBuiltinSCM = YES UseNewBuildSystem = YES Build settings from configuration file 'InnerXcconfig/innerInner/tt.xcconfig': a = "AA" note: Using new build system note: Planning Analyze workspace Create build description Build description signature: b647425e15121588771b659eeaafeccd Build description path: /Users/username/GitHub/NPS/Tests/testXcconfig/build/XCBuildData/b647425e15121588771b659eeaafeccd-desc.xcbuild note: Build preparation complete note: Building targets in parallel /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths /Users/username/GitHub/NPS/Tests/testXcconfig/InnerXcconfig/innerInner/tt.xcconfig:1:1: error: could not find included file 'InnerXcconfig/innerInnerB/t.xcconfig' in search paths ** BUILD FAILED ** Kind Regards
Replies
3
Boosts
0
Views
5.9k
Activity
Sep ’21