I've tried with Unity 2021 and 2022. Since the iOS 16 update with its corresponding Xcode, we can't compile any game.
We get this error on one signal
error build: '/Users/Joaquin/Library/Developer/Xcode/DerivedData/Unity-iPhone-ggifuxhndguhrzeqgdagmddoyqgm/Build/Products/ReleaseForRunning-iphoneos/Pods_OneSignalNotificationServiceExtension.framework/Pods_OneSignalNotificationServiceExtension(Pods-OneSignalNotificationServiceExtension-dummy.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file '/Users/Joaquin/Library/Developer/Xcode/DerivedData/Unity-iPhone-ggifuxhndguhrzeqgdagmddoyqgm/Build/Products/ReleaseForRunning-iphoneos/Pods_OneSignalNotificationServiceExtension.framework/Pods_OneSignalNotificationServiceExtension' for architecture arm64
I've tried everything playing with enable bitcode but it doesn't compile.
any ideas?