The SDK works well with Android, but it fails with IOS.
When you run flutter build ipa, after integrations, you get this error message:
Unable to get Xcode project information:
2026-05-21 10:01:40.245 xcodebuild[9505:99228] Writing error result bundle to
/var/folders/2b/nq5lm3z15bn1ww6_zdrgv57h0000gn/T/ResultBundle_2026-21-05_10-01-0040 AM.xcresult
xcodebuild: error: Could not resolve package dependencies:
Revision 3d3b8a24b17a0f079195031ca86af117fc158bef for nwwebsocket remoteSourceControl
https://github.com/pusher/NWWebSocket.git version 0.5.10 does not match previously recorded value
69e3e441582477ad324abcabf6f0c3925c783b2b
binary target 'FirebaseAnalytics' could not be mapped to an artifact with expected name 'FirebaseAnalytics'
binary target 'grpcpp' could not be mapped to an artifact with expected name 'grpcpp'
binary target 'absl' could not be mapped to an artifact with expected name 'absl'
binary target 'GoogleAppMeasurementIdentitySupport' could not be mapped to an artifact with expected name
'GoogleAppMeasurementIdentitySupport'
binary target 'GoogleAdsOnDeviceConversion' could not be mapped to an artifact with expected name
'GoogleAdsOnDeviceConversion'
binary target 'PaystackPusherWrapper' could not be mapped to an artifact with expected name 'PaystackPusherWrapper'
My dev setup is:
- FLutter SDK v3.35.6
- Target - platform :ios, '15.0'
- OS: MacOs Sequoia 15.6
- XCode v. 26.1.1
The SDK works well with Android, but it fails with IOS.
When you run flutter build ipa, after integrations, you get this error message:
Unable to get Xcode project information:
2026-05-21 10:01:40.245 xcodebuild[9505:99228] Writing error result bundle to
/var/folders/2b/nq5lm3z15bn1ww6_zdrgv57h0000gn/T/ResultBundle_2026-21-05_10-01-0040 AM.xcresult
xcodebuild: error: Could not resolve package dependencies:
Revision 3d3b8a24b17a0f079195031ca86af117fc158bef for nwwebsocket remoteSourceControl
https://github.com/pusher/NWWebSocket.git version 0.5.10 does not match previously recorded value
69e3e441582477ad324abcabf6f0c3925c783b2b
binary target 'FirebaseAnalytics' could not be mapped to an artifact with expected name 'FirebaseAnalytics'
binary target 'grpcpp' could not be mapped to an artifact with expected name 'grpcpp'
binary target 'absl' could not be mapped to an artifact with expected name 'absl'
binary target 'GoogleAppMeasurementIdentitySupport' could not be mapped to an artifact with expected name
'GoogleAppMeasurementIdentitySupport'
binary target 'GoogleAdsOnDeviceConversion' could not be mapped to an artifact with expected name
'GoogleAdsOnDeviceConversion'
binary target 'PaystackPusherWrapper' could not be mapped to an artifact with expected name 'PaystackPusherWrapper'
My dev setup is: