matanshukry / flutter_google_places_sdk

Flutter plugin for google places native sdk
32 stars 68 forks source link

error launching on IOS simulator linking in object file #70

Closed sunil-singh-chaudhary closed 5 months ago

sunil-singh-chaudhary commented 5 months ago

Error (Xcode): Building for 'iOS-simulator', but linking in object file (/Users/sunilsingh/Desktop/workspace_Flutter/astrologer_app/ios/Pods/GooglePlaces/Frameworks/GooglePlaces.framework/GooglePlaces) built for 'iOS'

Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

Could not build the application for the simulator. Error launching application on iPhone 15 Pro.

USING --> platform :ios, '13.0'

sunil-singh-chaudhary commented 5 months ago

ok i have solved this is because of simulator we are using ,so you can change your ios simulator to ressota-IOS simulator and it will work