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
Im getting this output when trying to build for ios simulator
(similar with this issue #32 but different ios simulator)
ld: warning: directory not found for option '-F/Users/mycompany/Documents/myProject/googlemaps'
ld: warning: ignoring file /Users/mycompany/Library/Developer/Xcode/DerivedData/MyApp-dyxcihfvbqpmphdmhvfxbrijpiux/Build/Products/Release-iphonesimulator/GoogleMapsBase.framework/GoogleMapsBase, building for iOS Simulator-i386 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/mycompany/Library/Developer/Xcode/DerivedData/MyApp-dyxcihfvbqpmphdmhvfxbrijpiux/Build/Products/Release-iphonesimulator/GooglePlaces.framework/GooglePlaces, building for iOS Simulator-i386 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/mycompany/Library/Developer/Xcode/DerivedData/MyApp-dyxcihfvbqpmphdmhvfxbrijpiux/Build/Products/Release-iphonesimulator/GoogleMapsM4B.framework/GoogleMapsM4B, building for iOS Simulator-i386 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/mycompany/Library/Developer/Xcode/DerivedData/MyApp-dyxcihfvbqpmphdmhvfxbrijpiux/Build/Products/Release-iphonesimulator/GoogleMapsCore.framework/GoogleMapsCore, building for iOS Simulator-i386 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/mycompany/Library/Developer/Xcode/DerivedData/MyApp-dyxcihfvbqpmphdmhvfxbrijpiux/Build/Products/Release-iphonesimulator/GoogleMaps.framework/GoogleMaps, building for iOS Simulator-i386 but attempting to link with file built for iOS Simulator-x86_64
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_GMSCameraPosition", referenced from:
objc-class-ref in Presentation.o
"_OBJC_CLASS_$_GMSCircle", referenced from:
objc-class-ref in Presentation.o
"_OBJC_CLASS_$_GMSMapView", referenced from:
objc-class-ref in Presentation.o
"_OBJC_CLASS_$_GMSMarker", referenced from:
objc-class-ref in Presentation.o
"_OBJC_CLASS_$_GMSServices", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
Please close this as it is completely the same issue. This Google Maps version doesn't support Apple Sillicon natively and that's what crashes the simulator, any simulator that is.
Im getting this output when trying to build for ios simulator
(similar with this issue #32 but different ios simulator)
The text was updated successfully, but these errors were encountered: