Giter VIP home page Giter VIP logo

Comments (9)

darshankawar avatar darshankawar commented on July 20, 2024

@melekmehrez
Can you confirm if you are opening Runner.xcworkspace and not Runner.xcodeproj ?

from flutter.

melekmehrez avatar melekmehrez commented on July 20, 2024

thank you for your answer.
i'm not using XCode.
i use visual studio and after i push XCode automatically build. for my other projects it works fine

from flutter.

darshankawar avatar darshankawar commented on July 20, 2024

Thanks for the update. Can you go through https://docs.flutter.dev/deployment/cd#xcode-cloud and check if it helps ?

from flutter.

melekmehrez avatar melekmehrez commented on July 20, 2024

thank you again.
As i said earlier is not my first use of xcode cloud but this time i had this error.
i found a solution : dont use xcode cloud :)
i've done an archive on xcode and upload it to app connect.

from flutter.

darshankawar avatar darshankawar commented on July 20, 2024

Thanks for the update @melekmehrez
I was just trying to get more details around xcode cloud as I personally haven't used it much. See if below is relatable:

#148345
#146901

If not, you may try below commands to see if they help:

Delete podfile.lock and run flutter pub get.
Run pod install
Xcode -> Product -> clean build folder followed by Build
Xcode -> Run

from flutter.

melekmehrez avatar melekmehrez commented on July 20, 2024

with the ci_post_clone file it automatically do this everytime :

#!/bin/sh

Fail this script if any subcommand fails.

set -e

The default execution directory of this script is the ci_scripts directory.

cd $CI_PRIMARY_REPOSITORY_PATH # change working directory to the root of your cloned repo.

Install Flutter using git.

git clone https://github.com/flutter/flutter.git --depth 1 -b stable $HOME/flutter
export PATH="$PATH:$HOME/flutter/bin"

Install Flutter artifacts for iOS (--ios), or macOS (--macos) platforms.

flutter precache --ios

Install Flutter dependencies.

flutter pub get

Install CocoaPods using Homebrew.

HOMEBREW_NO_AUTO_UPDATE=1 # disable homebrew's automatic updates.
brew install cocoapods

Install CocoaPods dependencies.

cd ios && pod install # run pod install in the ios directory.

exit 0

from flutter.

darshankawar avatar darshankawar commented on July 20, 2024

Keeping the issue open for team's tracking.

from flutter.

jmagman avatar jmagman commented on July 20, 2024

Looks similar to closed #109551.

for my other projects it works fine

@melekmehrez What plugins are your other projects using? Trying to figure out why this would be special.

from flutter.

melekmehrez avatar melekmehrez commented on July 20, 2024

the last one uses this:
cupertino_icons: ^1.0.2
font_awesome_flutter: ^10.4.0
badges: ^3.1.1
getwidget: ^3.1.1
line_awesome_flutter: ^2.0.0
image_picker: ^1.0.2
path_provider: ^2.0.15
google_fonts: ^5.1.0
shimmer: ^3.0.0
social_login_buttons: ^1.0.7
fluttertoast: ^8.2.2
flick_video_player: ^0.5.0
video_player: ^2.6.1
visibility_detector: ^0.4.0+2
http: ^1.1.0
shared_preferences: ^2.2.0
firebase_core: ^2.15.1
firebase_core_platform_interface: ^4.8.0
google_sign_in: ^6.1.4
email_validator: ^2.1.17
provider: ^6.0.5
galleryimage: ^2.0.1
firebase_messaging: ^14.6.7
youtube_player_flutter: ^8.1.2
flutter_widget_from_html_core: ^0.14.7
syncfusion_flutter_charts: ^22.2.12
intl: ^0.18.1
url_launcher: ^6.2.5

from flutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.