You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.$logger.warn("Xcode 8 requires a team id to be specified when building for device.");
1293
+
this.$logger.warn("Xcode requires a team id to be specified when building for device.");
1294
1294
this.$logger.warn("You can specify the team id by setting the DEVELOPMENT_TEAM setting in build.xcconfig file located in App_Resources folder of your app, or by using the --teamId option when calling run, debug or livesync commands.");
appResourceXCConfigContent=`CODE_SIGN_IDENTITY = iPhone Distribution
952
-
// To build for device with XCode 8 you need to specify your development team. More info: https://developer.apple.com/library/prerelease/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html
952
+
// To build for device with XCode you need to specify your development team. More info: https://developer.apple.com/library/prerelease/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html
Copy file name to clipboardExpand all lines: test/xcconfig-service.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ describe("XCConfig Service Tests", () => {
58
58
return`// You can add custom settings here
59
59
// for example you can uncomment the following line to force distribution code signing
60
60
CODE_SIGN_IDENTITY = iPhone Distribution
61
-
// To build for device with XCode 8 you need to specify your development team. More info: https://developer.apple.com/library/prerelease/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html
61
+
// To build for device with XCode you need to specify your development team. More info: https://developer.apple.com/library/prerelease/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html
@@ -80,7 +80,7 @@ describe("XCConfig Service Tests", () => {
80
80
return`// You can add custom settings here
81
81
// for example you can uncomment the following line to force distribution code signing
82
82
CODE_SIGN_IDENTITY = iPhone Distribution
83
-
// To build for device with XCode 8 you need to specify your development team. More info: https://developer.apple.com/library/prerelease/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html
83
+
// To build for device with XCode you need to specify your development team. More info: https://developer.apple.com/library/prerelease/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html
0 commit comments