2017-03-06 66 views
1

我嘗試部署使用谷歌的撲iOS應用到設備上創建iOS應用,但我得到的命令行上此錯誤:如何選擇開發團隊在顫振

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.xcworkspace 
    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 
For more information, please visit: 
    https://flutter.io/setup/#deploy-to-ios-devices 
Or run on an iOS simulator 

在哪裏,我該怎麼辦做這個?項目中沒有「ios/Runner.xcworkspace」。我知道安裝的證書和配置文件可以在我的Mac上運行,因爲我使用Appcelerator在iOS設備上創建並安裝了一個應用程序,並且它找到了我需要的一切,並在設備上完美運行。

回答

2

open ios/Runner.xcodeproj並按照相同的說明應該工作? Runner.xcodeworkspace是該模板的一個相對較新的添加項,創建的目的是允許Flutter項目與CocoaPods更好地集成。

如果這不起作用,請告訴我們。

+0

是的,工作。謝謝。 – Joe