Skip to content
Discussion options

You must be logged in to vote

The problem is when rebuild of ios files is done in script. There is no name give in the command I first suggested and therefore xcode picks of the folder name "clone" as the bundle name. I have fixed this problem with the following script command

flutter create --project-name your_name_here .

I also found that I needed to keep my icons in the ios folder so I removed the script to delete this folder. Instead I just deleted the project.pbxproj file. This is at ios>Runner.xcodeproj>project.pbxproj. I found this to be the only item in the ios folder that was causing failure in the build and needing rebuild on CodeMagic via the above script. Hope this helps... hours of time getting this to wo…

Replies: 7 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@himesh-cm
Comment options

Comment options

You must be logged in to vote
1 reply
@himesh-cm
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@himesh-cm
Comment options

Comment options

You must be logged in to vote
8 replies
@himesh-cm
Comment options

@mohamed-gearbox
Comment options

@InnoquestInc
Comment options

Answer selected by mohamed-gearbox
@InnoquestInc
Comment options

@mohamed-gearbox
Comment options

@himesh-cm
Comment options

@mohamed-gearbox
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants