skip to Main Content

`xcodebuild` for scheme and target options

why xcodebuild building the same application differently for scheme and target options? xcodebuild -target uConnect build Above commands builds with Release config in build folder inside project. xcodebuild -scheme uConnect build Above builds with Debug config in Xcode’s DrivedData folder.…

VIEW QUESTION

Xcode – Unable to Archive ReactNative project in Mac M1

When I try to Archive, I get the following error - Multiple commands produce '/Users/kumar/Library/Developer/Xcode/DerivedData/project-giaimtwxkjihslcrnslgrczdvfrm/Build/Intermediates.noindex/ArchiveIntermediates/project/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle': 1) Target 'React-Core.common-AccessibilityResources' has create directory command with output '/Users/kumar/Library/Developer/Xcode/DerivedData/project-giaimtwxkjihslcrnslgrczdvfrm/Build/Intermediates.noindex/ArchiveIntermediates/project/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle' 2) Target 'React-Core.common-Hermes-AccessibilityResources' has create directory command with output '/Users/kumar/Library/Developer/Xcode/DerivedData/project-giaimtwxkjihslcrnslgrczdvfrm/Build/Intermediates.noindex/ArchiveIntermediates/project/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle' If I remove React-Core.common-AccessibilityResources from…

VIEW QUESTION

Xcode – error: no known class method for selector 'setScreenName:screenClass:'

Hi im trying to build my app for flutter and the compiler returns back an error: Command MergeSwiftModule failed with a nonzero exit code /Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-7.1.1/ios/Classes/FLTFirebaseAnalyticsPlugin.m:49:19: error: no known class method for selector 'setScreenName:screenClass:' [FIRAnalytics setScreenName:screenName screenClass:screenClassOverride]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I have tried…

VIEW QUESTION
Back To Top
Search