I try to built my mobile application for iOS with MABS8.1 and MABS9.0 and I got the error
Do you know how to solve this issue?
[2023-08-04T01:06:03.770Z] [VERBOSE] [Build] source/platforms/ios/MYAPPs/Plugins/com.outsystems.firebase.cloudmessaging/AppDelegate+OSFirebaseCloudMessaging.m:2:9: fatal error: 'OutSystems-Swift.h' file not found
[2023-08-04T01:06:03.770Z] [VERBOSE] [Build] #import "OutSystems-Swift.h"
[2023-08-04T01:06:03.770Z] [VERBOSE] [Build] ^~~~~~~~~~~~~~~~~~~~
[2023-08-04T01:06:03.770Z] [VERBOSE] [Build] 1 error generated.
[2023-08-04T01:06:03.773Z] [VERBOSE] [Build] The following build commands failed:
[2023-08-04T01:06:03.773Z] [VERBOSE] [Build] CompileC /Users/sandbox02/Library/Developer/Xcode/DerivedData/MYAPPs-hairwhpwqujcaugpypnysjrkcdka/Build/Intermediates.noindex/ArchiveIntermediates/MYAPPs /IntermediateBuildFilesPath/MYAPPs.build/Release-iphoneos/MYAPPs.build/Objects-normal/arm64/AppDelegate+OSFirebaseCloudMessaging.o source/platforms/ios/MYAPPs/Plugins/com.outsystems.firebase.cloudmessaging/AppDelegate+OSFirebaseCloudMessaging.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'MYAPPs' from project 'MYAPPs')
[2023-08-04T01:06:03.773Z] [VERBOSE] [Build] (1 failure)
[2023-08-04T01:06:03.780Z] [VERBOSE] [Build] Command finished with error code 65: xcodebuild -workspace,MYAPPs.xcworkspace,-scheme,MYAPPs,-configuration,Release,-destination,generic/platform=iOS,-archivePath,MYAPPs.xcarchive,archive,SHARED_PRECOMPS_DIR=source/platforms/ios/build/sharedpch,OTHER_CODE_SIGN_FLAGS=--options runtime --keychain "keys/keychain.keychain-db"
does it got resolved? i am facing same issue