Closed ramankanabi closed 3 months ago
i had same issues
Similar issue coming for me
Could not find or use auto-linked library 'swiftXPC': library 'swiftXPC' not found Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found Undefined symbols: Linker command failed with exit code 1 (use -v to see invocation)
Similar issue coming for me
Could not find or use auto-linked library 'swiftXPC': library 'swiftXPC' not found Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found Undefined symbols: Linker command failed with exit code 1 (use -v to see invocation)
Temporary solution : delete podfile.lock and pods run flutter clean && flutter pub get add this in podfile. pod 'FBAudienceNetwork', '6.14' set FBAudienceNetwork version 6.14 in ios/.symlinks/plugins/facebook_app_events/ios/facebook_app_events.podspec run pod install
+1
@ramankanabi looks like the issue is similar with #361
hi @ramankanabi Audience network is having newer version 6.15.1 that should fix static library pointer issue. Maybe you want to try it.
This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Is there an existing issue for this?
Current Behavior
When trying to build my project with the FBAudienceNetwork package, I encounter a build error related to undefined symbols. The error message is as follows:
Undefined symbols: swift_FORCELOAD$_swiftXPC, referenced from: swift_FORCELOAD$swiftXPC$_FBAudienceNetwork in FBAudienceNetwork270 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Expected Behavior
The project should build successfully without any errors related to undefined symbols. changing the Audience Network iOS SDK to version 6.14 should resolve the problem.
Steps To Reproduce
No response
Platform
iOS
Flutter Doctor