Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Failed to build the project for iOS Simulator #24

Open
vinothvino42 opened this issue Jun 23, 2023 · 1 comment
Open

Failed to build the project for iOS Simulator #24

vinothvino42 opened this issue Jun 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@vinothvino42
Copy link
Collaborator

vinothvino42 commented Jun 23, 2023

I'm facing the following issues while building the starter project for iOS Simulator.

error (xcode): building for ios simulator, but linking in object file built for ios, file '/users/vinothvino/documents/ensembleui/starter/ios/pods/googlemaps/base/frameworks/googlemapsbase.framework/googlemapsbase' for architecture arm64

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 14.

Steps to reproduce

  1. Clone the project
  2. Run flutter create . command
  3. Run the project
flutter doctor -v
 starter git:(main) ✗ flutter doctor -v
[✓] Flutter (Channel stable, 3.10.5, on macOS 13.4.1 22F82 darwin-arm64, locale en-IN)
    • Flutter version 3.10.5 on channel stable at /Users/vinothvino/Developer/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 796c8ef792 (10 days ago), 2023-06-13 15:51:02 -0700
    • Engine revision 45f6e00911
    • Dart version 3.0.5
    • DevTools version 2.23.1

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at /Users/vinothvino/Library/Android/sdk
    • Platform android-33, build-tools 33.0.0
    • ANDROID_HOME = /Users/vinothvino/Library/Android/sdk
    • ANDROID_SDK_ROOT = /Users/vinothvino/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 14E300c
    • CocoaPods version 1.12.1

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)

[✓] VS Code (version 1.79.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.66.0

[✓] Connected device (3 available)
    • iPhone 14 (mobile) • A9D28028-575F-4D7F-948C-B7795E9EC961 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-16-4 (simulator)
    • macOS (desktop)    • macos                                • darwin-arm64   • macOS 13.4.1 22F82 darwin-arm64
    • Chrome (web)       • chrome                               • web-javascript • Google Chrome 114.0.5735.133

[✓] Network resources
    • All expected network resources are available.

• No issues found!
@vinothvino42 vinothvino42 added the bug Something isn't working label Jun 23, 2023
@vinothvino42 vinothvino42 changed the title Failed to build the project for iOS Failed to build the project for iOS Simulator Jun 23, 2023
@vinothvino42
Copy link
Collaborator Author

It is fixed in this PR - #25

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant