You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi dear friends,
I'm trying to use 'flutter_voip_push_notification'. But when I imported package in AppDelegate.swift and run the project I confronted an error blew:
_Failed to build iOS app
Error output from Xcode build:
↳
objc[24047]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x207fa3458) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c104f8). One of the two will be
used. Which one is undefined.
objc[24047]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib
(0x207fa34a8) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c10548). One
of the two will be used. Which one is undefined.
objc[24047]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x207fa34f8) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c10598). One of the two will be
used. Which one is undefined.
objc[24047]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x207fa3548) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c105e8). One of the two will be
used. Which one is undefined.
objc[24047]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x207fa3598) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c10638). One of the two will be
used. Which one is undefined.
objc[24047]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x207fa35e8) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c10688). One of the two will be
used. Which one is undefined.
2022-06-25 11:54:51.975 xcodebuild[24047:192093] Requested but did not find extension point with identifier
Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in
com.apple.dt.IDEWatchSupportCore
2022-06-25 11:54:51.975 xcodebuild[24047:192093] Requested but did not find extension point with identifier
Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension
Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
** BUILD FAILED **
Xcode's output:
↳
Writing result bundle at path:
/var/folders/q1/587zv6l566x6kzzyz8t9g2140000gn/T/flutter_tools.993oPh/flutter_ios_build_temp_dirM16K1Q/temporary_xcresult_bundle
/Users/Abbas Behjatnia/Developer/temp/flutter_application_1/ios/Runner/AppDelegate.swift:5:8: error: no such module
'flutter_voip_push_notification'
import flutter_voip_push_notification
^
Command EmitSwiftModule failed with a nonzero exit code
/Users/Abbas Behjatnia/Developer/temp/flutter_application_1/ios/Runner/AppDelegate.swift:5:8: error: no such module
'flutter_voip_push_notification'
import flutter_voip_push_notification
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in dependency order
Result bundle written to path:
/var/folders/q1/587zv6l566x6kzzyz8t9g2140000gn/T/flutter_tools.993oPh/flutter_ios_build_temp_dirM16K1Q/temporary_xcresult_bundle
Uncategorized (Xcode): Command EmitSwiftModule failed with a nonzero exit code
Swift Compiler Error (Xcode): No such module 'flutter_voip_push_notification'
/Users/Abbas%20Behjatnia/Developer/temp/flutter_application_1/ios/Runner/AppDelegate.swift:4:7
Could not build the application for the simulator.
Error launching application on iPhone 13 Pro Max._
Hi dear friends,
I'm trying to use 'flutter_voip_push_notification'. But when I imported package in AppDelegate.swift and run the project I confronted an error blew:
_Failed to build iOS app
Error output from Xcode build:
↳
objc[24047]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x207fa3458) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c104f8). One of the two will be
used. Which one is undefined.
objc[24047]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib
(0x207fa34a8) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c10548). One
of the two will be used. Which one is undefined.
objc[24047]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x207fa34f8) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c10598). One of the two will be
used. Which one is undefined.
objc[24047]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x207fa3548) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c105e8). One of the two will be
used. Which one is undefined.
objc[24047]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x207fa3598) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c10638). One of the two will be
used. Which one is undefined.
objc[24047]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x207fa35e8) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105c10688). One of the two will be
used. Which one is undefined.
2022-06-25 11:54:51.975 xcodebuild[24047:192093] Requested but did not find extension point with identifier
Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in
com.apple.dt.IDEWatchSupportCore
2022-06-25 11:54:51.975 xcodebuild[24047:192093] Requested but did not find extension point with identifier
Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension
Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
** BUILD FAILED **
Xcode's output:
↳
Writing result bundle at path:
/var/folders/q1/587zv6l566x6kzzyz8t9g2140000gn/T/flutter_tools.993oPh/flutter_ios_build_temp_dirM16K1Q/temporary_xcresult_bundle
Uncategorized (Xcode): Command EmitSwiftModule failed with a nonzero exit code
Swift Compiler Error (Xcode): No such module 'flutter_voip_push_notification'
/Users/Abbas%20Behjatnia/Developer/temp/flutter_application_1/ios/Runner/AppDelegate.swift:4:7
Could not build the application for the simulator.
Error launching application on iPhone 13 Pro Max._
This is my flutter info:
Flutter 3.0.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision cd41fdd495 (2 weeks ago) • 2022-06-08 09:52:13 -0700
Engine • revision f15f824b57
Tools • Dart 2.17.3 • DevTools 2.12.2
The text was updated successfully, but these errors were encountered: