Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
2b61e21b
Commit
2b61e21b
authored
Feb 23, 2017
by
xster
Committed by
GitHub
Feb 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change doc references from .xcodeproj to xcworkspace (#8379)
parent
b65ed452
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
devices.dart
packages/flutter_tools/lib/src/ios/devices.dart
+1
-1
mac.dart
packages/flutter_tools/lib/src/ios/mac.dart
+2
-2
No files found.
packages/flutter_tools/lib/src/ios/devices.dart
View file @
2b61e21b
...
...
@@ -308,7 +308,7 @@ class IOSDevice extends Device {
if
(
installationResult
!=
0
)
{
printError
(
'Could not install
${bundle.path}
on
$id
.'
);
printError
(
'Try launching Xcode and selecting "Product > Run" to fix the problem:'
);
printError
(
' open ios/Runner.xc
odeproj
'
);
printError
(
' open ios/Runner.xc
workspace
'
);
printError
(
''
);
return
new
LaunchResult
.
failed
();
}
...
...
packages/flutter_tools/lib/src/ios/mac.dart
View file @
2b61e21b
...
...
@@ -223,7 +223,7 @@ Future<Null> diagnoseXcodeBuildFailure(XcodeBuildResult result) async {
printError
(
''
);
}
printError
(
"Try launching Xcode and selecting 'Product > Build' to fix the problem:"
);
printError
(
" open ios/Runner.xc
odeproj
"
);
printError
(
" open ios/Runner.xc
workspace
"
);
return
;
}
if
(
result
.
xcodeBuildExecution
!=
null
)
{
...
...
@@ -247,7 +247,7 @@ Future<Null> diagnoseXcodeBuildFailure(XcodeBuildResult result) async {
Building an iOS app requires a selected Development Team with a Provisioning Profile
Please ensure that a Development Team is selected by:
1- Opening the Flutter project'
s
Xcode
target
with
open
ios
/
Runner
.
xc
odeproj
open
ios
/
Runner
.
xc
workspace
2
-
Select
the
'Runner'
project
in
the
navigator
then
the
'Runner'
target
in
the
project
settings
3
-
In
the
'General'
tab
,
make
sure
a
'Development Team'
is
selected
\
n
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment